version 1.2, 2004/07/04 02:31:51 |
version 1.4, 2008/09/19 10:55:40 |
|
|
/* Debug mode */ |
/* Debug mode */ |
#undef DEBUG |
#undef DEBUG |
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
|
#undef HAVE_INTTYPES_H |
|
|
/* Define to 1 if you have the `dl' library (-ldl). */ |
/* Define to 1 if you have the `dl' library (-ldl). */ |
#undef HAVE_LIBDL |
#undef HAVE_LIBDL |
|
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */ |
/* Define to 1 if you have the `socket' library (-lsocket). */ |
#undef HAVE_LIBSOCKET |
#undef HAVE_LIBSOCKET |
|
|
|
/* Define to 1 if you have the <memory.h> header file. */ |
|
#undef HAVE_MEMORY_H |
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */ |
|
#undef HAVE_STDINT_H |
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
|
#undef HAVE_STDLIB_H |
|
|
|
/* Define to 1 if you have the <strings.h> header file. */ |
|
#undef HAVE_STRINGS_H |
|
|
|
/* Define to 1 if you have the <string.h> header file. */ |
|
#undef HAVE_STRING_H |
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
|
#undef HAVE_SYS_STAT_H |
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
|
#undef HAVE_SYS_TYPES_H |
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
|
#undef HAVE_UNISTD_H |
|
|
/* Define to the address where bug reports for this package should be sent. */ |
/* Define to the address where bug reports for this package should be sent. */ |
#undef PACKAGE_BUGREPORT |
#undef PACKAGE_BUGREPORT |
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */ |
/* Define to 1 if you have the ANSI C header files. */ |
#undef STDC_HEADERS |
#undef STDC_HEADERS |
|
|
|
/* Define to 1 if your processor stores words with the most significant byte |
|
first (like Motorola and SPARC, unlike Intel and VAX). */ |
|
#undef WORDS_BIGENDIAN |
|
|
/* Define to empty if `const' does not conform to ANSI C. */ |
/* Define to empty if `const' does not conform to ANSI C. */ |
#undef const |
#undef const |
|
|
/* Define as `__inline' if that's what the C compiler calls it, or to nothing |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
if it is not supported. */ |
calls it, or to nothing if 'inline' is not supported under any name. */ |
|
#ifndef __cplusplus |
#undef inline |
#undef inline |
|
#endif |
|
|
|
|