2 This file is in the public domain.
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* Define to the name of the distribution. */
20 /* Define to the version of the distribution. */
23 /* Define to 1 if ANSI function prototypes are usable. */
26 /* Define to 1 if NLS is requested. */
29 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
32 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
35 /* Define to 1 if you have the stpcpy function. */
38 /* Define if your locale.h file contains LC_MESSAGES. */
39 #undef HAVE_LC_MESSAGES
41 /* Define as 1 if you have mntctl() (only aix?) */
44 /* Define as 1 if <netdb.h> defines h_errno */
47 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
50 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
53 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
56 /* Define as 1 if we need timezone */
59 /* Define as 1 if we need myrealloc */
62 /* Define as one if we need to include <strings.h> (along with <string.h>) */
65 /* Define as 1 if you have getmntinfo_r() (only osf?) */
66 #undef HAVE_GETMNTINFO_R
68 /* Define as 1 if you have "struct mnttab" (only sco?) */
69 #undef HAVE_STRUCT_MNTTAB
71 /* Define as 1 if you have lchown() */
74 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
75 #undef CHOWN_FOLLOWS_SYMLINK
77 /* Define if the patch call you'll be using is 2.1 or older */
78 #undef HAVE_OLDPATCH_21
80 /* Define as 1 if your zlib has gzseek() */
83 /* Define to the full path name of the bzip2 library (libbz2.a) */
86 /* Define as 1 if you bzip2 1.0 */
89 /* A full path to a program, possibly with arguments, that will create a
90 directory and all necessary parent directories, ala `mkdir -p' */
93 /* Full path to rpm locale directory (usually /usr/share/locale) */
96 /* Full path to rpm global configuration directory (usually /usr/lib/rpm) */
99 /* Full path to rpm system configuration directory (usually /etc/rpm) */
102 /* Full path to find-provides script (usually /usr/lib/rpm/find-provides) */
105 /* Full path to find-requires script (usually /usr/lib/rpm/find-requires) */
108 /* Full path to rpmpopt configuration file (usually /usr/lib/rpm/rpmpopt) */
109 #undef LIBRPMALIAS_FILENAME
111 /* Full path to rpmrc configuration file (usually /usr/lib/rpm/rpmrc) */
112 #undef LIBRPMRC_FILENAME
114 /* Colon separated paths of macro files to read. */
117 /* statfs in <sys/statvfs.h> (for solaris 2.6+ systems) */
118 #undef STATFS_IN_SYS_STATVFS
120 /* statfs in <sys/vfs.h> (for linux systems) */
121 #undef STATFS_IN_SYS_VFS
123 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
124 #undef STATFS_IN_SYS_MOUNT
126 /* statfs in <sys/statfs.h> (for Irix 6.4 systems) */
127 #undef STATFS_IN_SYS_STATFS
129 /* define if struct statfs has the f_bavail member */
130 #undef STATFS_HAS_F_BAVAIL
132 /* define if the statfs() call takes 4 arguments */
135 /* Absolute path to rpm top_sourcedir. */
138 /* define if support rpm-1.0 packages is desired */
139 #undef ENABLE_V1_PACKAGES
141 /* define if experimental support rpm-4.0 packages is desired */
142 #undef ENABLE_V5_PACKAGES
144 /* Use the included glob.c? */
147 /* Use the Berkeley db3 API? */
150 /* Use the Berkeley db2 API? */
153 /* Use the Berkeley db1 retrofit to db2/db3 API? */
156 /* Use the Berkeley db1 API from glibc? */
159 /* Build with dmalloc support? */
163 /* Leave that blank line there!! Autoheader needs it.
164 If you're adding to this file, keep in mind:
165 The entries are in sort -df order: alphabetical, case insensitive,
166 ignoring punctuation (such as underscores). */