Expand private include file names to be relative to $(top_srcdir)
This commit is contained in:
parent
79599bafb4
commit
8ef0ca213f
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <arpa/inet.h>
|
||||
#include <stdlib.h>
|
||||
#include "base64.h"
|
||||
#include "rpmio/base64.h"
|
||||
|
||||
static char base64_encode_value(char value_in)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "digest.h"
|
||||
#include "rpmio/digest.h"
|
||||
#include "debug.h"
|
||||
|
||||
#ifdef SHA_DEBUG
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _RPMDIGEST_H
|
||||
#define _RPMDIGEST_H
|
||||
|
||||
#include "base64.h"
|
||||
#include "rpmio/base64.h"
|
||||
#include <rpmpgp.h>
|
||||
|
||||
#include <nss.h>
|
||||
|
|
|
@ -37,7 +37,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
|
|||
#include <fcntl.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include "fts.h"
|
||||
#include "rpmio/fts.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
@ -63,7 +63,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
|
|||
# define __fxstat64(_stat_ver, _fd, _sbp) fstat((_fd), (_sbp))
|
||||
#endif
|
||||
#include "system.h"
|
||||
#include "fts.h"
|
||||
#include "rpmio/fts.h"
|
||||
#include <rpmio.h>
|
||||
#include <rpmurl.h>
|
||||
# define __set_errno(val) (*__errno_location ()) = (val)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <rpmlog.h>
|
||||
|
||||
#ifdef WITH_LUA
|
||||
#include "rpmlua.h"
|
||||
#include "rpmio/rpmlua.h"
|
||||
#endif
|
||||
|
||||
#include <rpmmacro.h>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmfileutil.h>
|
||||
#include <rpmurl.h>
|
||||
#include <rpmmacro.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "rpmhook.h"
|
||||
#include "rpmio/rpmhook.h"
|
||||
|
||||
#define RPMHOOK_TABLE_INITSIZE 256
|
||||
#define RPMHOOK_BUCKET_INITSIZE 5
|
||||
|
|
|
@ -21,9 +21,9 @@ extern int h_errno;
|
|||
#define IPPORT_HTTP 80
|
||||
#endif
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
|
||||
#include "ugid.h"
|
||||
#include "rpmio/ugid.h"
|
||||
#include <rpmmessages.h>
|
||||
#include <argv.h>
|
||||
#include <rpmlog.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include "glob.h"
|
||||
#include "misc/glob.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <rpmpgp.h>
|
||||
#include <rpmsw.h>
|
||||
#include "digest.h"
|
||||
#include "rpmio/digest.h"
|
||||
|
||||
/** \ingroup rpmio
|
||||
*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <rpmmacro.h>
|
||||
#include <rpmlog.h>
|
||||
#include <rpmurl.h>
|
||||
#include "rpmhook.h"
|
||||
#include "rpmio/rpmhook.h"
|
||||
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
|
@ -17,7 +17,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
#define _RPMLUA_INTERNAL
|
||||
#include "rpmlua.h"
|
||||
#include "rpmio/rpmlua.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "digest.h"
|
||||
#include "rpmio_internal.h" /* XXX rpmioSlurp */
|
||||
#include "rpmio/digest.h"
|
||||
#include "rpmio/rpmio_internal.h" /* XXX rpmioSlurp */
|
||||
|
||||
#include <rpmstring.h>
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
#include <rpmurl.h>
|
||||
#include <rpmstring.h>
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
|
||||
#include "ugid.h"
|
||||
#include "rpmio/ugid.h"
|
||||
#include "debug.h"
|
||||
|
||||
/* =============================================================== */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "system.h"
|
||||
|
||||
#include <rpmpgp.h>
|
||||
#include "base64.h"
|
||||
#include "rpmio/base64.h"
|
||||
#include <popt.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "system.h"
|
||||
#include "fts.h"
|
||||
#include "rpmio/fts.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
static int _debug = 0;
|
||||
|
||||
#include "system.h"
|
||||
#include "digest.h"
|
||||
#include "rpmio/digest.h"
|
||||
#include "debug.h"
|
||||
|
||||
static int doit(const char *sig, pgpDig dig, int printing)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
#include <rpmmacro.h>
|
||||
#include <rpmmessages.h>
|
||||
#include <popt.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "system.h"
|
||||
#include "digest.h"
|
||||
#include "rpmio_internal.h" /* XX _*debug */
|
||||
#include "rpmio/digest.h"
|
||||
#include "rpmio/rpmio_internal.h" /* XX _*debug */
|
||||
#include <popt.h>
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "system.h"
|
||||
|
||||
#include <rpmurl.h>
|
||||
#include "rpmio_internal.h"
|
||||
#include "rpmio/rpmio_internal.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <err.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "ugid.h"
|
||||
#include "rpmio/ugid.h"
|
||||
#include "debug.h"
|
||||
|
||||
/* unameToUid(), uidTouname() and the group variants are really poorly
|
||||
|
|
Loading…
Reference in New Issue