ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.8 by pcg, Tue Mar 1 06:27:20 2005 UTC vs.
Revision 1.12 by pcg, Thu Mar 29 17:35:20 2007 UTC

57#undef HAVE_ARPA_INET_H 57#undef HAVE_ARPA_INET_H
58 58
59/* Define to 1 if you have the `asprintf' function. */ 59/* Define to 1 if you have the `asprintf' function. */
60#undef HAVE_ASPRINTF 60#undef HAVE_ASPRINTF
61 61
62/* Define to 1 if you have the <clocale> header file. */
63#undef HAVE_CLOCALE
64
62/* Cygwin */ 65/* Cygwin */
63#undef HAVE_CYGWIN 66#undef HAVE_CYGWIN
64 67
65/* Define to 1 if you have the `daemon' function. */ 68/* Define to 1 if you have the `daemon' function. */
66#undef HAVE_DAEMON 69#undef HAVE_DAEMON
91#undef HAVE_ICONV 94#undef HAVE_ICONV
92 95
93/* Define to 1 if you have the <inttypes.h> header file. */ 96/* Define to 1 if you have the <inttypes.h> header file. */
94#undef HAVE_INTTYPES_H 97#undef HAVE_INTTYPES_H
95 98
99/* Define to 1 if you have the `gmp' library (-lgmp). */
100#undef HAVE_LIBGMP
101
96/* Define to 1 if you have the `nsl' library (-lnsl). */ 102/* Define to 1 if you have the `nsl' library (-lnsl). */
97#undef HAVE_LIBNSL 103#undef HAVE_LIBNSL
98 104
99/* Define to 1 if you have the `socket' library (-lsocket). */ 105/* Define to 1 if you have the `socket' library (-lsocket). */
100#undef HAVE_LIBSOCKET 106#undef HAVE_LIBSOCKET
280/* Define as the return type of signal handlers (`int' or `void'). */ 286/* Define as the return type of signal handlers (`int' or `void'). */
281#undef RETSIGTYPE 287#undef RETSIGTYPE
282 288
283/* If using the C implementation of alloca, define if you know the 289/* If using the C implementation of alloca, define if you know the
284 direction of stack growth for your system; otherwise it will be 290 direction of stack growth for your system; otherwise it will be
285 automatically deduced at run-time. 291 automatically deduced at runtime.
286 STACK_DIRECTION > 0 => grows toward higher addresses 292 STACK_DIRECTION > 0 => grows toward higher addresses
287 STACK_DIRECTION < 0 => grows toward lower addresses 293 STACK_DIRECTION < 0 => grows toward lower addresses
288 STACK_DIRECTION = 0 => direction of growth unknown */ 294 STACK_DIRECTION = 0 => direction of growth unknown */
289#undef STACK_DIRECTION 295#undef STACK_DIRECTION
290 296
298#undef TM_IN_SYS_TIME 304#undef TM_IN_SYS_TIME
299 305
300/* Version number of package */ 306/* Version number of package */
301#undef VERSION 307#undef VERSION
302 308
303/* Enable GNU extenstions */ 309/* Enable GNU extensions */
304#undef _GNU_SOURCE 310#undef _GNU_SOURCE
305 311
306/* Define to empty if `const' does not conform to ANSI C. */ 312/* Define to empty if `const' does not conform to ANSI C. */
307#undef const 313#undef const
308 314
309/* Define to `int' if <sys/types.h> does not define. */ 315/* Define to `int' if <sys/types.h> does not define. */
310#undef pid_t 316#undef pid_t
311 317
312/* Define to `unsigned' if <sys/types.h> does not define. */ 318/* Define to `unsigned int' if <sys/types.h> does not define. */
313#undef size_t 319#undef size_t
314 320
315 321
316typedef unsigned char u8; 322typedef unsigned char u8;
317typedef signed char s8; 323typedef signed char s8;
333typedef int32_t s32; 339typedef int32_t s32;
334#endif 340#endif
335 341
336#endif 342#endif
337 343
344#if HAVE_CLOCALE
345# define CLOCALE <clocale>
346#else
347# define CLOCALE <locale.h>
348#endif
349

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines