add changelog
[platform/upstream/gdbm.git] / autoconf.h.in
1 /* autoconf.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
8    CoreFoundation framework. */
9 #undef HAVE_CFLOCALECOPYCURRENT
10
11 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
12    the CoreFoundation framework. */
13 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
14
15 /* Define if the GNU dcgettext() function is already present or preinstalled.
16    */
17 #undef HAVE_DCGETTEXT
18
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
21
22 /* Define to 1 if you have the `flock' function. */
23 #undef HAVE_FLOCK
24
25 /* Define to 1 if you have the `fsync' function. */
26 #undef HAVE_FSYNC
27
28 /* Define to 1 if you have the `ftruncate' function. */
29 #undef HAVE_FTRUNCATE
30
31 /* Define to 1 if you have the <getopt.h> header file. */
32 #undef HAVE_GETOPT_H
33
34 /* Define to 1 if you have the `getopt_long' function. */
35 #undef HAVE_GETOPT_LONG
36
37 /* Define to 1 if you have the `getpagesize' function. */
38 #undef HAVE_GETPAGESIZE
39
40 /* Define if the GNU gettext() function is already present or preinstalled. */
41 #undef HAVE_GETTEXT
42
43 /* Define if you have the iconv() function and it works. */
44 #undef HAVE_ICONV
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #undef HAVE_INTTYPES_H
48
49 /* Define to 1 if you have the `dbm' library (-ldbm). */
50 #undef HAVE_LIBDBM
51
52 /* Define to 1 if you have the `ndbm' library (-lndbm). */
53 #undef HAVE_LIBNDBM
54
55 /* Define to 1 if you have the <locale.h> header file. */
56 #undef HAVE_LOCALE_H
57
58 /* Define to 1 if you have the `lockf' function. */
59 #undef HAVE_LOCKF
60
61 /* Define to 1 if you have the <memory.h> header file. */
62 #undef HAVE_MEMORY_H
63
64 /* Define to 1 if you have a working `mmap' system call. */
65 #undef HAVE_MMAP
66
67 /* Define to 1 if you have the `msync' function. */
68 #undef HAVE_MSYNC
69
70 /* Define to 1 if you have the `rename' function. */
71 #undef HAVE_RENAME
72
73 /* Define to 1 if you have the `setlocale' function. */
74 #undef HAVE_SETLOCALE
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
78
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
81
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
84
85 /* Define to 1 if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
87
88 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
89 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
90
91 /* Define to 1 if you have the <sys/file.h> header file. */
92 #undef HAVE_SYS_FILE_H
93
94 /* Define to 1 if you have the <sys/param.h> header file. */
95 #undef HAVE_SYS_PARAM_H
96
97 /* Define to 1 if you have the <sys/stat.h> header file. */
98 #undef HAVE_SYS_STAT_H
99
100 /* Define to 1 if you have the <sys/termios.h> header file. */
101 #undef HAVE_SYS_TERMIOS_H
102
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #undef HAVE_SYS_TYPES_H
105
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #undef HAVE_UNISTD_H
108
109 /* Define to 1 if the system has the type `unsigned long long int'. */
110 #undef HAVE_UNSIGNED_LONG_LONG_INT
111
112 /* Define to the sub-directory in which libtool stores uninstalled libraries.
113    */
114 #undef LT_OBJDIR
115
116 /* Name of package */
117 #undef PACKAGE
118
119 /* Define to the address where bug reports for this package should be sent. */
120 #undef PACKAGE_BUGREPORT
121
122 /* Define to the full name of this package. */
123 #undef PACKAGE_NAME
124
125 /* Define to the full name and version of this package. */
126 #undef PACKAGE_STRING
127
128 /* Define to the one symbol short name of this package. */
129 #undef PACKAGE_TARNAME
130
131 /* Define to the home page for this package. */
132 #undef PACKAGE_URL
133
134 /* Define to the version of this package. */
135 #undef PACKAGE_VERSION
136
137 /* The size of `off_t', as computed by sizeof. */
138 #undef SIZEOF_OFF_T
139
140 /* Define to 1 if you have the ANSI C header files. */
141 #undef STDC_HEADERS
142
143 /* Version number of package */
144 #undef VERSION
145
146 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
147    `char[]'. */
148 #undef YYTEXT_POINTER
149
150 /* Enable large inode numbers on Mac OS X 10.5.  */
151 #ifndef _DARWIN_USE_64_BIT_INODE
152 # define _DARWIN_USE_64_BIT_INODE 1
153 #endif
154
155 /* Number of bits in a file offset, on hosts where this is settable. */
156 #undef _FILE_OFFSET_BITS
157
158 /* Define for large files, on AIX-style hosts. */
159 #undef _LARGE_FILES
160
161 /* Define to empty if `const' does not conform to ANSI C. */
162 #undef const
163
164 /* Define to `long int' if <sys/types.h> does not define. */
165 #undef off_t