- fix: db1 end-of-file not detected in legacy compatible way.
[tools/librpm-tizen.git] / acconfig.h
1 /* acconfig.h
2    This file is in the public domain.
3
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.
8
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.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15 ^L
16
17 /* Define to the name of the distribution.  */
18 #undef PACKAGE
19
20 /* Define to the version of the distribution.  */
21 #undef VERSION
22
23 /* Define to 1 if ANSI function prototypes are usable.  */
24 #undef PROTOTYPES
25
26 /* Define to 1 if NLS is requested.  */
27 #undef ENABLE_NLS
28
29 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
30 #undef HAVE_CATGETS
31
32 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
33 #undef HAVE_GETTEXT
34
35 /* Define to 1 if you have the stpcpy function.  */
36 #undef HAVE_STPCPY
37
38 /* Define if your locale.h file contains LC_MESSAGES.  */
39 #undef HAVE_LC_MESSAGES
40
41 /* Define as 1 if you have mntctl() (only aix?) */
42 #undef HAVE_MNTCTL
43
44 /* Define as 1 if <netdb.h> defines h_errno */
45 #undef HAVE_HERRNO
46
47 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
48 #undef HAVE_S_ISLNK
49
50 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
51 #undef HAVE_S_IFSOCK
52
53 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
54 #undef HAVE_S_ISSOCK
55
56 /* Define as 1 if we need timezone */
57 #undef NEED_TIMEZONE
58
59 /* Define as 1 if we need myrealloc */
60 #undef NEED_MYREALLOC
61
62 /* Define as one if we need to include <strings.h> (along with <string.h>) */
63 #undef NEED_STRINGS_H
64
65 /* Define as 1 if you have getmntinfo_r() (only osf?) */
66 #undef HAVE_GETMNTINFO_R
67
68 /* Define as 1 if you have "struct mnttab" (only sco?) */
69 #undef HAVE_STRUCT_MNTTAB
70
71 /* Define as 1 if you have lchown() */
72 #undef HAVE_LCHOWN
73
74 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
75 #undef CHOWN_FOLLOWS_SYMLINK
76
77 /* Define if the patch call you'll be using is 2.1 or older */
78 #undef HAVE_OLDPATCH_21
79
80 /* Define as 1 if your zlib has gzseek() */
81 #undef HAVE_GZSEEK
82
83 /* Define to the full path name of the bzip2 library (libbz2.a) */
84 #undef BZIP2LIB
85
86 /* Define as 1 if you bzip2 1.0 */
87 #undef HAVE_BZ2_1_0
88
89 /* A full path to a program, possibly with arguments, that will create a
90    directory and all necessary parent directories, ala `mkdir -p'        */
91 #undef MKDIR_P
92
93 /* Full path to rpm locale directory (usually /usr/share/locale) */
94 #undef LOCALEDIR
95
96 /* Full path to rpm global configuration directory (usually /usr/lib/rpm) */
97 #undef RPMCONFIGDIR
98
99 /* Full path to rpm system configuration directory (usually /etc/rpm) */
100 #undef SYSCONFIGDIR
101
102 /* Full path to find-provides script (usually /usr/lib/rpm/find-provides) */
103 #undef FINDPROVIDES
104
105 /* Full path to find-requires script (usually /usr/lib/rpm/find-requires) */
106 #undef FINDREQUIRES
107
108 /* Full path to rpmpopt configuration file (usually /usr/lib/rpm/rpmpopt) */
109 #undef LIBRPMALIAS_FILENAME
110
111 /* Full path to rpmrc configuration file (usually /usr/lib/rpm/rpmrc) */
112 #undef LIBRPMRC_FILENAME
113
114 /* Colon separated paths of macro files to read. */
115 #undef MACROFILES
116
117 /* statfs in <sys/statvfs.h> (for solaris 2.6+ systems) */
118 #undef STATFS_IN_SYS_STATVFS
119
120 /* statfs in <sys/vfs.h> (for linux systems) */
121 #undef STATFS_IN_SYS_VFS
122
123 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
124 #undef STATFS_IN_SYS_MOUNT
125
126 /* statfs in <sys/statfs.h> (for Irix 6.4 systems) */
127 #undef STATFS_IN_SYS_STATFS
128
129 /* define if struct statfs has the f_bavail member */
130 #undef STATFS_HAS_F_BAVAIL
131
132 /* define if the statfs() call takes 4 arguments */
133 #undef STAT_STATFS4
134
135 /* Use the included glob.c? */
136 #undef USE_GNU_GLOB
137
138 /* Use the Berkeley db3 API? */
139 #undef USE_DB3
140
141 /* Use the Berkeley db2 API? */
142 #undef USE_DB2
143
144 /* Use the Berkeley db1 retrofit to db2/db3 API? */
145 #undef USE_DB1
146
147 /* Define if you have the <db3/db.h> header file.  */
148 #undef HAVE_DB3_DB_H
149
150 /* Build with dmalloc support? */
151 #undef DMALLOC
152
153 ^L
154 /* Leave that blank line there!!  Autoheader needs it.
155    If you're adding to this file, keep in mind:
156    The entries are in sort -df order: alphabetical, case insensitive,
157    ignoring punctuation (such as underscores).  */
158