| 1 |
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ |
| 2 |
|
| 3 |
/* Define to `unsigned' if <sys/types.h> doesn't define. */ |
| 4 |
#undef size_t |
| 5 |
|
| 6 |
/* Define if you have the ANSI C header files. */ |
| 7 |
#undef STDC_HEADERS |
| 8 |
|
| 9 |
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 10 |
#undef TIME_WITH_SYS_TIME |
| 11 |
|
| 12 |
/* |
| 13 |
* If your system is kinda special |
| 14 |
*/ |
| 15 |
#undef SYSTEM_DOS |
| 16 |
#undef SYSTEM_QUICKWIN |
| 17 |
#undef SYSTEM_WINDLL |
| 18 |
#undef SYSTEM_OS2 |
| 19 |
|
| 20 |
/* |
| 21 |
* If your system has stdin/stdout/stderr |
| 22 |
*/ |
| 23 |
#undef HAVE_STDIO |
| 24 |
|
| 25 |
/* |
| 26 |
* how to declare functions that are exported from the UU library |
| 27 |
*/ |
| 28 |
#undef UUEXPORT |
| 29 |
|
| 30 |
/* |
| 31 |
* how to declare functions that are exported from the fptools library |
| 32 |
*/ |
| 33 |
#undef TOOLEXPORT |
| 34 |
|
| 35 |
/* |
| 36 |
* define if your compiler supports function prototypes |
| 37 |
*/ |
| 38 |
#undef PROTOTYPES |
| 39 |
|
| 40 |
/* |
| 41 |
* define if your system has chmod(2) |
| 42 |
*/ |
| 43 |
#undef HAVE_CHMOD |
| 44 |
|
| 45 |
/* |
| 46 |
* define if your system has umask(2) |
| 47 |
*/ |
| 48 |
#undef HAVE_UMASK |
| 49 |
|
| 50 |
/* |
| 51 |
* define if your system has mkstemp |
| 52 |
*/ |
| 53 |
#undef HAVE_MKSTEMP |
| 54 |
|
| 55 |
/* |
| 56 |
* Replacement functions. |
| 57 |
* #define strerror _FP_strerror |
| 58 |
* #define tempnam _FP_tempnam |
| 59 |
* if you don't have these functions |
| 60 |
*/ |
| 61 |
#undef strerror |
| 62 |
#undef tempnam |
| 63 |
|
| 64 |
/* Define if you have the fgetc_unlocked function. */ |
| 65 |
#undef HAVE_FGETC_UNLOCKED |
| 66 |
|
| 67 |
/* Define if you have the gettimeofday function. */ |
| 68 |
#undef HAVE_GETTIMEOFDAY |
| 69 |
|
| 70 |
/* Define if you have the strcasecmp function. */ |
| 71 |
#undef HAVE_STRCASECMP |
| 72 |
|
| 73 |
/* Define if you have the strcasestr function. */ |
| 74 |
#undef HAVE_STRCASESTR |
| 75 |
|
| 76 |
/* Define if you have the strncasecmp function. */ |
| 77 |
#undef HAVE_STRNCASECMP |
| 78 |
|
| 79 |
/* Define if you have the <errno.h> header file. */ |
| 80 |
#undef HAVE_ERRNO_H |
| 81 |
|
| 82 |
/* Define if you have the <fcntl.h> header file. */ |
| 83 |
#undef HAVE_FCNTL_H |
| 84 |
|
| 85 |
/* Define if you have the <io.h> header file. */ |
| 86 |
#undef HAVE_IO_H |
| 87 |
|
| 88 |
/* Define if you have the <malloc.h> header file. */ |
| 89 |
#undef HAVE_MALLOC_H |
| 90 |
|
| 91 |
/* Define if you have the <memory.h> header file. */ |
| 92 |
#undef HAVE_MEMORY_H |
| 93 |
|
| 94 |
/* Define if you have the <stdarg.h> header file. */ |
| 95 |
#undef HAVE_STDARG_H |
| 96 |
|
| 97 |
/* Define if you have the <sys/time.h> header file. */ |
| 98 |
#undef HAVE_SYS_TIME_H |
| 99 |
|
| 100 |
/* Define if you have the <unistd.h> header file. */ |
| 101 |
#undef HAVE_UNISTD_H |
| 102 |
|
| 103 |
/* Define if you have the <varargs.h> header file. */ |
| 104 |
#undef HAVE_VARARGS_H |