source: release-kits/shared/mac/gdbm-1.8.3/autoconf.h.in@ 16455

Last change on this file since 16455 was 16455, checked in by oranfry, 16 years ago

a compiled gdbm for the mac installer. should leave it uncompiled, but for now just doing it the way the wiki says to.

File size: 2.4 KB
Line 
1/* autoconf.h.in. Generated from configure.in by autoheader. */
2
3/* Define to 1 if you have the `bcopy' function. */
4#undef HAVE_BCOPY
5
6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
9/* Define to 1 if you have the <fcntl.h> header file. */
10#undef HAVE_FCNTL_H
11
12/* Define to 1 if you have the `flock' function. */
13#undef HAVE_FLOCK
14
15/* Define to 1 if you have the `fsync' function. */
16#undef HAVE_FSYNC
17
18/* Define to 1 if you have the `ftruncate' function. */
19#undef HAVE_FTRUNCATE
20
21/* Define to 1 if you have the `getopt' function. */
22#undef HAVE_GETOPT
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the `dbm' library (-ldbm). */
28#undef HAVE_LIBDBM
29
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. */
34#undef HAVE_MEMORY_H
35
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. */
43#undef HAVE_STDLIB_H
44
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. */
49#undef HAVE_STRING_H
50
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. */
59#undef HAVE_SYS_FILE_H
60
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. */
65#undef HAVE_SYS_TYPES_H
66
67/* Define to 1 if you have the <unistd.h> header file. */
68#undef HAVE_UNISTD_H
69
70/* Define to the address where bug reports for this package should be sent. */
71#undef PACKAGE_BUGREPORT
72
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.