source: trunk/gsdl3/config.h@ 5971

Last change on this file since 5971 was 5951, checked in by cs025, 20 years ago

Added autoconf first cut

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