checkin of 0.3.0
[pspp-builds.git] / sysdeps / borlandc5.0 / config.h
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* Special definitions, to process by autoheader.
3          Copyright (C) 1997 Free Software Foundation. */
4
5 /* Definitions for byte order, according to significance of bytes, from low
6          addresses to high addresses.  The value is what you get by putting '4'
7          in the most significant byte, '3' in the second most significant byte,
8          '2' in the second least significant byte, and '1' in the least
9          significant byte.  These definitions never need to be modified. */
10 #define BIG     4321    /* 68k */
11 #define LITTLE  1234    /* i[3456]86 */
12 #define UNKNOWN 0000    /* Endianness must be determined at runtime. */
13
14 /* Definitions for floating-point representation. */
15 #define FPREP_IEEE754   754     /* The usual IEEE-754 format. */
16 #define FPREP_UNKNOWN   666     /* Triggers an error at compile time. */
17
18 /* We want prototypes for all the GNU extensions. */
19 #define _GNU_SOURCE     1
20
21 /* The concatenation of the strings "GNU ", and PACKAGE.  */
22 #define GNU_PACKAGE "GNU PSPP"
23
24 /* Define to the name of the distribution.  */
25 #define PACKAGE "PSPP"
26
27 /* Define to 1 if ANSI function prototypes are usable.  */
28 #define PROTOTYPES 1
29
30 /* Define to the version of the distribution.  */
31 #define VERSION "0.1.0"
32
33 /* Define if using alloca.c.  */
34 #undef C_ALLOCA
35
36 /* Define to empty if the keyword does not work.  */
37 #undef const
38
39 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
40          This function is required for alloca.c support on those systems.  */
41 #define CRAY_STACKSEG_END
42
43 /* Define if you have alloca, as a function or macro.  */
44 #undef HAVE_ALLOCA
45
46 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
47 #undef HAVE_ALLOCA_H
48
49 /* Define if you don't have vprintf but do have _doprnt.  */
50 #undef HAVE_DOPRNT
51
52 /* Define if you have a working `mmap' system call.  */
53 #undef HAVE_MMAP
54
55 /* Define if you have the vprintf function.  */
56 #define HAVE_VPRINTF 1
57
58 /* Define as __inline if that's what the C compiler calls it.  */
59 #define inline
60
61 /* Define to `long' if <sys/types.h> doesn't define.  */
62 #undef off_t
63
64 /* Define if you need to in order for stat and other things to work.  */
65 #undef _POSIX_SOURCE
66
67 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
68 #undef size_t
69
70 /* If using the C implementation of alloca, define if you know the
71          direction of stack growth for your system; otherwise it will be
72          automatically deduced at run-time.
73  STACK_DIRECTION > 0 => grows toward higher addresses
74  STACK_DIRECTION < 0 => grows toward lower addresses
75  STACK_DIRECTION = 0 => direction of growth unknown
76  */
77 #undef STACK_DIRECTION
78
79 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
80 #undef STAT_MACROS_BROKEN
81
82 /* Define if you have the ANSI C header files.  */
83 #define STDC_HEADERS 1
84
85 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
86 #undef TIME_WITH_SYS_TIME
87
88 /* Define if your <sys/time.h> declares struct tm.  */
89 #undef TM_IN_SYS_TIME
90
91 /* Define if sprintf() returns the number of characters written to
92          the destination string, excluding the null terminator. */
93 #define HAVE_GOOD_SPRINTF 1
94
95 /* Define endianness of computer here as BIG or LITTLE, if known.
96          If not known, define as UNKNOWN. */
97 #define ENDIAN LITTLE
98
99 /* Define as floating-point representation of this computer.  For
100          i386, m68k, and other common chips, this is FPREP_IEEE754. */
101 #define FPREP FPREP_IEEE754
102
103 /* Number of digits in longest `long' value, including sign.  This is
104          usually 11, for 32-bit `long's, or 19, for 64-bit `long's. */
105 #define INT_DIGITS 11
106
107 /* Define if you have the history library (-lhistory).  */
108 #undef HAVE_LIBHISTORY
109
110 /* Define if you have the termcap library (-ltermcap).  */
111 #undef HAVE_LIBTERMCAP
112
113 /* Define if your locale.h file contains LC_MESSAGES.  */
114 #define HAVE_LC_MESSAGES 1
115
116 /* Define to 1 if NLS is requested.  */
117 #undef ENABLE_NLS
118
119 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
120 #undef HAVE_CATGETS
121
122 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
123 #undef HAVE_GETTEXT
124
125 /* Define as 1 if you have the stpcpy function.  */
126 #define HAVE_STPCPY 1
127
128 /* The number of bytes in a double.  */
129 #define SIZEOF_DOUBLE 8
130
131 /* The number of bytes in a float.  */
132 #define SIZEOF_FLOAT 4
133
134 /* The number of bytes in a int.  */
135 #define SIZEOF_INT 4
136
137 /* The number of bytes in a long.  */
138 #define SIZEOF_LONG 4
139
140 /* The number of bytes in a long double.  */
141 #define SIZEOF_LONG_DOUBLE 12
142
143 /* The number of bytes in a long long.  */
144 #define SIZEOF_LONG_LONG
145
146 /* The number of bytes in a short.  */
147 #define SIZEOF_SHORT 2
148
149 /* Define if you have the __argz_count function.  */
150 #undef HAVE___ARGZ_COUNT
151
152 /* Define if you have the __argz_next function.  */
153 #undef HAVE___ARGZ_NEXT
154
155 /* Define if you have the __argz_stringify function.  */
156 #undef HAVE___ARGZ_STRINGIFY
157
158 /* Define if you have the __setfpucw function.  */
159 #undef HAVE___SETFPUCW
160
161 /* Define if you have the dcgettext function.  */
162 #undef HAVE_DCGETTEXT
163
164 /* Define if you have the finite function.  */
165 #undef HAVE_FINITE
166
167 /* Define if you have the getcwd function.  */
168 #undef HAVE_GETCWD
169
170 /* Define if you have the getdelim function.  */
171 #undef HAVE_GETDELIM
172
173 /* Define if you have the gethostname function.  */
174 #undef HAVE_GETHOSTNAME
175
176 /* Define if you have the getline function.  */
177 #undef HAVE_GETLINE
178
179 /* Define if you have the getpagesize function.  */
180 #undef HAVE_GETPAGESIZE
181
182 /* Define if you have the getpid function.  */
183 #define HAVE_GETPID 1
184
185 /* Define if you have the isinf function.  */
186 #undef HAVE_ISINF
187
188 /* Define if you have the isnan function.  */
189 #undef HAVE_ISNAN
190
191 /* Define if you have the memchr function.  */
192 #define HAVE_MEMCHR 1
193
194 /* Define if you have the memmem function.  */
195 #define HAVE_MEMMEM 0
196
197 /* Define if you have the memmove function.  */
198 #define HAVE_MEMMOVE 1
199
200 /* Define if you have the memset function.  */
201 #define HAVE_MEMSET 1
202
203 /* Define if you have the munmap function.  */
204 #undef HAVE_MUNMAP
205
206 /* Define if you have the putenv function.  */
207 #define HAVE_PUTENV 1
208
209 /* Define if you have the setenv function.  */
210 #undef HAVE_SETENV
211
212 /* Define if you have the setlocale function.  */
213 #define HAVE_SETLOCALE 1
214
215 /* Define if you have the stpcpy function.  */
216 #define HAVE_STPCPY 1
217
218 /* Define if you have the strcasecmp function.  */
219 #undef HAVE_STRCASECMP
220
221 /* Define if you have the strchr function.  */
222 #undef HAVE_STRCHR
223
224 /* Define if you have the strerror function.  */
225 #define HAVE_STRERROR 1
226
227 /* Define if you have the strncasecmp function.  */
228 #undef HAVE_STRNCASECMP
229
230 /* Define if you have the strpbrk function.  */
231 #define HAVE_STRPBRK 1
232
233 /* Define if you have the strstr function.  */
234 #define HAVE_STRSTR 1
235
236 /* Define if you have the strtod function.  */
237 #define HAVE_STRTOD 1
238
239 /* Define if you have the strtol function.  */
240 #define HAVE_STRTOL 1
241
242 /* Define if you have the strtoul function.  */
243 #define HAVE_STRTOUL 1
244
245 /* Define if you have the <argz.h> header file.  */
246 #undef HAVE_ARGZ_H
247
248 /* Define if you have the <fpu_control.h> header file.  */
249 #undef HAVE_FPU_CONTROL_H
250
251 /* Define if you have the <limits.h> header file.  */
252 #define HAVE_LIMITS_H 1
253
254 /* Define if you have the <locale.h> header file.  */
255 #define HAVE_LOCALE_H 1
256
257 /* Define if you have the <malloc.h> header file.  */
258 #define HAVE_MALLOC_H 1
259
260 /* Define if you have the <memory.h> header file.  */
261 #define HAVE_MEMORY_H 1
262
263 /* Define if you have the <nl_types.h> header file.  */
264 #undef HAVE_NL_TYPES_H
265
266 /* Define if you have the <readline/history.h> header file.  */
267 #undef HAVE_READLINE_HISTORY_H
268
269 /* Define if you have the <readline/readline.h> header file.  */
270 #undef HAVE_READLINE_READLINE_H
271
272 /* Define if you have the <string.h> header file.  */
273 #define HAVE_STRING_H 1
274
275 /* Define if you have the <sys/time.h> header file.  */
276 #undef HAVE_SYS_TIME_H
277
278 /* Define if you have the <sys/types.h> header file.  */
279 #define HAVE_SYS_TYPES_H 1
280
281 /* Define if you have the <termcap.h> header file.  */
282 #undef HAVE_TERMCAP_H
283
284 /* Define if you have the <unistd.h> header file.  */
285 #undef HAVE_UNISTD_H
286
287 /* Define if you have the <values.h> header file.  */
288 #define HAVE_VALUES_H 1
289
290 /* Define if you have the i library (-li).  */
291 #undef HAVE_LIBI
292
293 /* Define if you have the m library (-lm).  */
294 #undef HAVE_LIBM
295
296 /* Define if you have the readline library (-lreadline).  */
297 #undef HAVE_LIBREADLINE
298
299 #include <pref.h>
300
301 /* Local Variables: */
302 /* mode:c */
303 /* End: */