Imported Upstream version 1.10
[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 <fcntl.h> header file. */
23 #undef HAVE_FCNTL_H
24
25 /* Define to 1 if you have the `flock' function. */
26 #undef HAVE_FLOCK
27
28 /* Define to 1 if you have the `fsync' function. */
29 #undef HAVE_FSYNC
30
31 /* Define to 1 if you have the `ftruncate' function. */
32 #undef HAVE_FTRUNCATE
33
34 /* Define to 1 if you have the `getpagesize' function. */
35 #undef HAVE_GETPAGESIZE
36
37 /* Define if the GNU gettext() function is already present or preinstalled. */
38 #undef HAVE_GETTEXT
39
40 /* Define if you have the iconv() function and it works. */
41 #undef HAVE_ICONV
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Define to 1 if you have the `dbm' library (-ldbm). */
47 #undef HAVE_LIBDBM
48
49 /* Define to 1 if you have the `ndbm' library (-lndbm). */
50 #undef HAVE_LIBNDBM
51
52 /* Define to 1 if you have the <locale.h> header file. */
53 #undef HAVE_LOCALE_H
54
55 /* Define to 1 if you have the `lockf' function. */
56 #undef HAVE_LOCKF
57
58 /* Define to 1 if you have the <memory.h> header file. */
59 #undef HAVE_MEMORY_H
60
61 /* Define to 1 if you have a working `mmap' system call. */
62 #undef HAVE_MMAP
63
64 /* Define to 1 if you have the `msync' function. */
65 #undef HAVE_MSYNC
66
67 /* Define to 1 if you have the `rename' function. */
68 #undef HAVE_RENAME
69
70 /* Define to 1 if you have the `setlocale' function. */
71 #undef HAVE_SETLOCALE
72
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #undef HAVE_STDINT_H
75
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #undef HAVE_STDLIB_H
78
79 /* Define to 1 if you have the <strings.h> header file. */
80 #undef HAVE_STRINGS_H
81
82 /* Define to 1 if you have the <string.h> header file. */
83 #undef HAVE_STRING_H
84
85 /* Define to 1 if `st_blksize' is member of `struct stat'. */
86 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
87
88 /* Define to 1 if you have the <sys/file.h> header file. */
89 #undef HAVE_SYS_FILE_H
90
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #undef HAVE_SYS_STAT_H
93
94 /* Define to 1 if you have the <sys/termios.h> header file. */
95 #undef HAVE_SYS_TERMIOS_H
96
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #undef HAVE_SYS_TYPES_H
99
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #undef HAVE_UNISTD_H
102
103 /* Define to the sub-directory in which libtool stores uninstalled libraries.
104    */
105 #undef LT_OBJDIR
106
107 /* Name of package */
108 #undef PACKAGE
109
110 /* Define to the address where bug reports for this package should be sent. */
111 #undef PACKAGE_BUGREPORT
112
113 /* Define to the full name of this package. */
114 #undef PACKAGE_NAME
115
116 /* Define to the full name and version of this package. */
117 #undef PACKAGE_STRING
118
119 /* Define to the one symbol short name of this package. */
120 #undef PACKAGE_TARNAME
121
122 /* Define to the version of this package. */
123 #undef PACKAGE_VERSION
124
125 /* The size of `off_t', as computed by sizeof. */
126 #undef SIZEOF_OFF_T
127
128 /* Define to 1 if you have the ANSI C header files. */
129 #undef STDC_HEADERS
130
131 /* Version number of package */
132 #undef VERSION
133
134 /* Number of bits in a file offset, on hosts where this is settable. */
135 #undef _FILE_OFFSET_BITS
136
137 /* Define for large files, on AIX-style hosts. */
138 #undef _LARGE_FILES
139
140 /* Define to empty if `const' does not conform to ANSI C. */
141 #undef const
142
143 /* Define to `long int' if <sys/types.h> does not define. */
144 #undef off_t