source: gsdl/trunk/src/gdbmget/config.h.in@ 15221

Last change on this file since 15221 was 12844, checked in by mdewsnip, 18 years ago

Incremental building and dynamic GDBM updating code, many thanks to John Rowe and John Thompson at DL Consulting Ltd.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
Line 
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3#ifndef _GSDL_CONFIG_H
4#define _GSDL_CONFIG_H
5
6/* Define if on AIX 3.
7 System headers sometimes define this.
8 We just want to avoid a redefinition error message. */
9#ifndef _ALL_SOURCE
10#undef _ALL_SOURCE
11#endif
12
13/* Define if using alloca.c. */
14#undef C_ALLOCA
15
16/* Define to empty if the keyword does not work. */
17#undef const
18
19/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20 This function is required for alloca.c support on those systems. */
21#undef CRAY_STACKSEG_END
22
23/* Define if you have alloca, as a function or macro. */
24#undef HAVE_ALLOCA
25
26/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
27#undef HAVE_ALLOCA_H
28
29/* Define if you don't have vprintf but do have _doprnt. */
30#undef HAVE_DOPRNT
31
32/* Define if you have the vprintf function. */
33#undef HAVE_VPRINTF
34
35/* Define if on MINIX. */
36#undef _MINIX
37
38/* Define to `long' if <sys/types.h> doesn't define. */
39#undef off_t
40
41/* Define if the system does not provide POSIX.1 features except
42 with this defined. */
43#undef _POSIX_1_SOURCE
44
45/* Define if you need to in order for stat and other things to work. */
46#undef _POSIX_SOURCE
47
48/* Define as the return type of signal handlers (int or void). */
49#undef RETSIGTYPE
50
51/* Define to `unsigned' if <sys/types.h> doesn't define. */
52#undef size_t
53
54/* If using the C implementation of alloca, define if you know the
55 direction of stack growth for your system; otherwise it will be
56 automatically deduced at run-time.
57 STACK_DIRECTION > 0 => grows toward higher addresses
58 STACK_DIRECTION < 0 => grows toward lower addresses
59 STACK_DIRECTION = 0 => direction of growth unknown
60 */
61#undef STACK_DIRECTION
62
63/* Define if you have the ANSI C header files. */
64#undef STDC_HEADERS
65
66/* Define if you can safely include both <sys/time.h> and <time.h>. */
67#undef TIME_WITH_SYS_TIME
68
69/* Define if your <sys/time.h> declares struct tm. */
70#undef TM_IN_SYS_TIME
71
72/* Define to the name of the distribution. */
73#undef PACKAGE
74
75/* Define to the version of the distribution. */
76#undef VERSION
77
78/* Define to 1 if you have the valloc function. */
79#undef HAVE_VALLOC
80
81/* Define to 1 if ANSI function prototypes are usable. */
82#undef PROTOTYPES
83
84/* Define if you don't want to use long long's with GCC */
85#undef DISABLE_LONG_LONG
86
87/* Define to 1 for better use of the debugging malloc library. See
88 site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz. */
89#undef WITH_DMALLOC
90
91
92/* Define to 1 if GNU regex should be used instead of GNU rx. */
93#undef WITH_REGEX
94
95/* Some braindead header files do not have the requ'd function declarations */
96#undef HAVE_FGETC_DECL
97#undef HAVE_FREAD_DECL
98
99/* See if have this field in the prstatus_t structure */
100/* It stores the size of the process heap */
101#undef HAVE_PR_BRKSIZE
102
103/* Define FASTCGI if needsbe */
104#undef USE_FASTCGI
105
106/* Define USE_CORBA if needsbe */
107#undef USE_CORBA
108
109/* Define MICO_DIR if needsbe */
110#undef MICO_DIR
111
112/* Define MICO_VERSION if required */
113#undef MICO_VERSION
114
115/* Define if you have the ftime function. */
116#undef HAVE_FTIME
117
118/* Define if you have the ftruncate function. */
119#undef HAVE_FTRUNCATE
120
121/* Define if you have the getpagesize function. */
122#undef HAVE_GETPAGESIZE
123
124/* Define if you have the getrusage function. */
125#undef HAVE_GETRUSAGE
126
127/* Define if you have the mallinfo function. */
128#undef HAVE_MALLINFO
129
130/* Define if you have the select function. */
131#undef HAVE_SELECT
132
133/* Define if you have the setbuffer function. */
134#undef HAVE_SETBUFFER
135
136/* Define if you have the strcasecmp function. */
137#undef HAVE_STRCASECMP
138
139/* Define if you have the strerror function. */
140#undef HAVE_STRERROR
141
142/* Define if you have the strftime function. */
143#undef HAVE_STRFTIME
144
145/* Define if you have the strstr function. */
146#undef HAVE_STRSTR
147
148/* Define if you have the strtol function. */
149#undef HAVE_STRTOL
150
151/* Define if you have the times function. */
152#undef HAVE_TIMES
153
154/* Define if you have the valloc function. */
155#undef HAVE_VALLOC
156
157/* Define if you have the <crypt.h> header file. */
158#undef HAVE_CRYPT_H
159
160/* Define if you have the <dirent.h> header file. */
161#undef HAVE_DIRENT_H
162
163/* Define if you have the <fcntl.h> header file. */
164#undef HAVE_FCNTL_H
165
166/* Define if you have the <limits.h> header file. */
167#undef HAVE_LIMITS_H
168
169/* Define if you have the <memory.h> header file. */
170#undef HAVE_MEMORY_H
171
172/* Define if you have the <ndir.h> header file. */
173#undef HAVE_NDIR_H
174
175/* Define if you have the <string.h> header file. */
176#undef HAVE_STRING_H
177
178/* Define if you have the <sys/dir.h> header file. */
179#undef HAVE_SYS_DIR_H
180
181/* Define if you have the <sys/ndir.h> header file. */
182#undef HAVE_SYS_NDIR_H
183
184/* Define if you have the <sys/procfs.h> header file. */
185#undef HAVE_SYS_PROCFS_H
186
187/* Define if you have the <sys/time.h> header file. */
188#undef HAVE_SYS_TIME_H
189
190/* Define if you have the <unistd.h> header file. */
191#undef HAVE_UNISTD_H
192
193/* Define if you have the crypt library (-lcrypt). */
194#undef HAVE_LIBCRYPT
195
196/* Define if you have the g library (-lg). */
197#undef HAVE_LIBG
198
199/* Define if you have the gdbm library (-lgdbm). */
200#undef HAVE_LIBGDBM
201
202/* Define if you have the m library (-lm). */
203#undef HAVE_LIBM
204
205/* Define if you have the stdc++ library (-lstdc++). */
206#undef HAVE_LIBSTDC__
207
208/* Define if you have gettext (eg glibc) */
209#undef ENABLE_NLS
210
211#endif /* _GSDL_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.