source: trunk/gsdl/config.h.in@ 2173

Last change on this file since 2173 was 2173, checked in by cs025, 23 years ago

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

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