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