rpm/acconfig.h

144 lines
3.9 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* acconfig.h
This file is in the public domain.
Descriptive text for the C preprocessor macros that
the distributed Autoconf macros can define.
No software package will use all of them; autoheader copies the ones
your configure.in uses into your configuration header file templates.
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). Although this order
can split up related entries, it makes it easier to check whether
a given entry is in the file.
Leave the following blank line there!! Autoheader needs it. */
/* Define to 1 if ANSI function prototypes are usable. */
#undef PROTOTYPES
/* Define as 1 if you have mntctl() (only aix?) */
#undef HAVE_MNTCTL
/* Define as 1 if <netdb.h> defines h_errno */
#undef HAVE_HERRNO
/* Define as 1 if <sys/stat.h> defines S_ISLNK */
#undef HAVE_S_ISLNK
/* Define as 1 if <sys/stat.h> defines S_IFSOCK */
#undef HAVE_S_IFSOCK
/* Define as 1 if <sys/stat.h> defines S_ISSOCK */
#undef HAVE_S_ISSOCK
/* Define as 1 if we need timezone */
#undef NEED_TIMEZONE
/* Define as 1 if we need myrealloc */
#undef NEED_MYREALLOC
/* Define as one if we need to include <strings.h> (along with <string.h>) */
#undef NEED_STRINGS_H
/* Define as 1 if you have getmntinfo_r() (only osf?) */
#undef HAVE_GETMNTINFO_R
/* Define as 1 if you have "struct mnttab" (only sco?) */
#undef HAVE_STRUCT_MNTTAB
/* Define as 1 if you have lchown() */
#undef HAVE_LCHOWN
/* Define as 1 if chown() follows symlinks and you don't have lchown() */
#undef CHOWN_FOLLOWS_SYMLINK
/* Define if the patch call you'll be using is 2.1 or older */
#undef HAVE_OLDPATCH_21
/* Define as 1 if your zlib has gzseek() */
#undef HAVE_GZSEEK
/* Define as 1 if your va_list type is an array */
#undef HAVE_VA_LIST_AS_ARRAY
/* Define to the full path name of the bzip2 library (libbz2.a) */
#undef BZIP2LIB
/* Define as 1 if you bzip2 1.0 */
#undef HAVE_BZ2_1_0
/* A full path to a program, possibly with arguments, that will create a
directory and all necessary parent directories, ala `mkdir -p' */
#undef MKDIR_P
/* Full path to rpm locale directory (usually /usr/share/locale) */
#undef LOCALEDIR
/* Full path to rpm global configuration directory (usually /usr/lib/rpm) */
#undef RPMCONFIGDIR
/* Full path to rpm system configuration directory (usually /etc/rpm) */
#undef SYSCONFIGDIR
/* Full path to find-provides script (usually /usr/lib/rpm/find-provides) */
#undef FINDPROVIDES
/* Full path to find-requires script (usually /usr/lib/rpm/find-requires) */
#undef FINDREQUIRES
/* Full path to rpmpopt configuration file (usually /usr/lib/rpm/rpmpopt) */
#undef LIBRPMALIAS_FILENAME
/* Full path to rpmrc configuration file (usually /usr/lib/rpm/rpmrc) */
#undef LIBRPMRC_FILENAME
/* Colon separated paths of macro files to read. */
#undef MACROFILES
/* statfs in <sys/statvfs.h> (for solaris 2.6+ systems) */
#undef STATFS_IN_SYS_STATVFS
/* statfs in <sys/vfs.h> (for linux systems) */
#undef STATFS_IN_SYS_VFS
/* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
#undef STATFS_IN_SYS_MOUNT
/* statfs in <sys/statfs.h> (for Irix 6.4 systems) */
#undef STATFS_IN_SYS_STATFS
/* define if struct statfs has the f_bavail member */
#undef STATFS_HAS_F_BAVAIL
/* define if the statfs() call takes 4 arguments */
#undef STAT_STATFS4
/* Use the included glob.c? */
#undef USE_GNU_GLOB
/* Use the Berkeley db3 API? */
#undef USE_DB3
/* Use the Berkeley db2 API? */
#undef USE_DB2
/* Use the Berkeley db1 retrofit to db2/db3 API? */
#undef USE_DB1
/* Define if you have the <db3/db.h> header file. */
#undef HAVE_DB3_DB_H
/* Build with dmalloc support? */
#undef DMALLOC
/* Define if you have the getmntent() function */
#undef HAVE_GETMNTENT
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). */