greenstone.org greenstone wiki greenstone trac planet greenstone

root/gsdl/trunk/config.h.in

http://svn.greenstone.org/gsdl/trunk/config.h.in
Revision 10856, 5.4 kB (checked in by kjdon, 3 years ago)

added checks for endianness

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