source: trunk/third/gdbm/autoconf.h.in @ 18185

Revision 18185, 2.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18184, which included commits to RCS files with non-trunk default branches.
RevLine 
[18184]1/* autoconf.h.in.  Generated from configure.in by autoheader.  */
[15371]2
[18184]3/* Define to 1 if you have the `bcopy' function. */
4#undef HAVE_BCOPY
[15371]5
[18184]6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
[15371]8
[18184]9/* Define to 1 if you have the <fcntl.h> header file. */
10#undef HAVE_FCNTL_H
[15371]11
[18184]12/* Define to 1 if you have the `flock' function. */
[15371]13#undef HAVE_FLOCK
14
[18184]15/* Define to 1 if you have the `fsync' function. */
[15371]16#undef HAVE_FSYNC
17
[18184]18/* Define to 1 if you have the `ftruncate' function. */
[15371]19#undef HAVE_FTRUNCATE
20
[18184]21/* Define to 1 if you have the `getopt' function. */
[15371]22#undef HAVE_GETOPT
23
[18184]24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
[15371]26
[18184]27/* Define to 1 if you have the `dbm' library (-ldbm). */
28#undef HAVE_LIBDBM
[15371]29
[18184]30/* Define to 1 if you have the `ndbm' library (-lndbm). */
31#undef HAVE_LIBNDBM
32
33/* Define to 1 if you have the <memory.h> header file. */
[15371]34#undef HAVE_MEMORY_H
35
[18184]36/* Define to 1 if you have the `rename' function. */
37#undef HAVE_RENAME
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#undef HAVE_STDINT_H
41
42/* Define to 1 if you have the <stdlib.h> header file. */
[15371]43#undef HAVE_STDLIB_H
44
[18184]45/* Define to 1 if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
[15371]49#undef HAVE_STRING_H
50
[18184]51/* Define to 1 if `st_blksize' is member of `struct stat'. */
52#undef HAVE_STRUCT_STAT_ST_BLKSIZE
53
54/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
55   `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
56#undef HAVE_ST_BLKSIZE
57
58/* Define to 1 if you have the <sys/file.h> header file. */
[15371]59#undef HAVE_SYS_FILE_H
60
[18184]61/* Define to 1 if you have the <sys/stat.h> header file. */
62#undef HAVE_SYS_STAT_H
63
64/* Define to 1 if you have the <sys/types.h> header file. */
[15371]65#undef HAVE_SYS_TYPES_H
66
[18184]67/* Define to 1 if you have the <unistd.h> header file. */
[15371]68#undef HAVE_UNISTD_H
69
[18184]70/* Define to the address where bug reports for this package should be sent. */
71#undef PACKAGE_BUGREPORT
[15371]72
[18184]73/* Define to the full name of this package. */
74#undef PACKAGE_NAME
75
76/* Define to the full name and version of this package. */
77#undef PACKAGE_STRING
78
79/* Define to the one symbol short name of this package. */
80#undef PACKAGE_TARNAME
81
82/* Define to the version of this package. */
83#undef PACKAGE_VERSION
84
85/* Define to 1 if you have the ANSI C header files. */
86#undef STDC_HEADERS
87
88/* Define to empty if `const' does not conform to ANSI C. */
89#undef const
90
91/* Define to `long' if <sys/types.h> does not define. */
92#undef off_t
Note: See TracBrowser for help on using the repository browser.