| 1 |
ura |
1.6 |
/* config.h.in. Generated automatically from configure.in by autoheader. */ |
| 2 |
ura |
1.1 |
|
| 3 |
ura |
1.6 |
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 4 |
|
|
#undef HAVE_SYS_WAIT_H |
| 5 |
|
|
|
| 6 |
|
|
/* Define if you have the wait3 system call. */ |
| 7 |
|
|
#undef HAVE_WAIT3 |
| 8 |
|
|
|
| 9 |
|
|
/* Define to `int' if <sys/types.h> doesn't define. */ |
| 10 |
|
|
#undef mode_t |
| 11 |
|
|
|
| 12 |
|
|
/* Define as the return type of signal handlers (int or void). */ |
| 13 |
|
|
#undef RETSIGTYPE |
| 14 |
|
|
|
| 15 |
|
|
/* Define if the `setpgrp' function takes no argument. */ |
| 16 |
|
|
#undef SETPGRP_VOID |
| 17 |
|
|
|
| 18 |
|
|
/* Define if you have the ANSI C header files. */ |
| 19 |
|
|
#undef STDC_HEADERS |
| 20 |
|
|
|
| 21 |
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 22 |
|
|
#undef TIME_WITH_SYS_TIME |
| 23 |
ura |
1.2 |
|
| 24 |
hiroo |
1.8 |
/* Define to `long' if <sys/types.h> does not define. */ |
| 25 |
ura |
1.2 |
#undef time_t |
| 26 |
ura |
1.6 |
|
| 27 |
hiroo |
1.8 |
/* Define to 'socklen_t' if <sys/socket.h> does not define. */ |
| 28 |
ura |
1.2 |
#undef socklen_t |
| 29 |
|
|
|
| 30 |
hiroo |
1.8 |
/* Define to 'RAND_MAX' if <stdlib.h> does not define. */ |
| 31 |
ura |
1.6 |
#undef HAVE_RAND_MAX |
| 32 |
hiroo |
1.8 |
|
| 33 |
|
|
/* |
| 34 |
|
|
* Defined if you allow creating a file in an arbitrary path |
| 35 |
|
|
* which is the traditional feature. |
| 36 |
|
|
*/ |
| 37 |
|
|
#undef WNN_ALLOW_UNSAFE_PATH |
| 38 |
ura |
1.2 |
|
| 39 |
ura |
1.6 |
/* Define if you have the closesocket function. */ |
| 40 |
|
|
#undef HAVE_CLOSESOCKET |
| 41 |
|
|
|
| 42 |
|
|
/* Define if you have the drand48 function. */ |
| 43 |
ura |
1.2 |
#undef HAVE_DRAND48 |
| 44 |
|
|
|
| 45 |
ura |
1.6 |
/* Define if you have the gethostname function. */ |
| 46 |
|
|
#undef HAVE_GETHOSTNAME |
| 47 |
|
|
|
| 48 |
|
|
/* Define if you have the mkdir function. */ |
| 49 |
|
|
#undef HAVE_MKDIR |
| 50 |
ura |
1.3 |
|
| 51 |
ura |
1.6 |
/* Define if you have the perror function. */ |
| 52 |
ura |
1.3 |
#undef HAVE_PERROR |
| 53 |
ura |
1.5 |
|
| 54 |
ura |
1.6 |
/* Define if you have the recv function. */ |
| 55 |
|
|
#undef HAVE_RECV |
| 56 |
|
|
|
| 57 |
|
|
/* Define if you have the select function. */ |
| 58 |
|
|
#undef HAVE_SELECT |
| 59 |
|
|
|
| 60 |
|
|
/* Define if you have the send function. */ |
| 61 |
|
|
#undef HAVE_SEND |
| 62 |
|
|
|
| 63 |
|
|
/* Define if you have the setsockopt function. */ |
| 64 |
ura |
1.5 |
#undef HAVE_SETSOCKOPT |
| 65 |
ura |
1.6 |
|
| 66 |
|
|
/* Define if you have the socket function. */ |
| 67 |
|
|
#undef HAVE_SOCKET |
| 68 |
|
|
|
| 69 |
|
|
/* Define if you have the strtol function. */ |
| 70 |
|
|
#undef HAVE_STRTOL |
| 71 |
|
|
|
| 72 |
aono |
1.9 |
/* Define if you have the vasprintf function. */ |
| 73 |
|
|
#undef HAVE_VASPRINTF |
| 74 |
|
|
|
| 75 |
|
|
/* Define if you have the vsyslog function. */ |
| 76 |
|
|
#undef HAVE_VSYSLOG |
| 77 |
|
|
|
| 78 |
hiroo |
1.7 |
/* Define if you have the <dlfcn.h> header file. */ |
| 79 |
|
|
#undef HAVE_DLFCN_H |
| 80 |
|
|
|
| 81 |
ura |
1.6 |
/* Define if you have the <fcntl.h> header file. */ |
| 82 |
|
|
#undef HAVE_FCNTL_H |
| 83 |
|
|
|
| 84 |
|
|
/* Define if you have the <limits.h> header file. */ |
| 85 |
|
|
#undef HAVE_LIMITS_H |
| 86 |
|
|
|
| 87 |
|
|
/* Define if you have the <malloc.h> header file. */ |
| 88 |
|
|
#undef HAVE_MALLOC_H |
| 89 |
|
|
|
| 90 |
|
|
/* Define if you have the <sgtty.h> header file. */ |
| 91 |
|
|
#undef HAVE_SGTTY_H |
| 92 |
|
|
|
| 93 |
|
|
/* Define if you have the <strings.h> header file. */ |
| 94 |
|
|
#undef HAVE_STRINGS_H |
| 95 |
|
|
|
| 96 |
|
|
/* Define if you have the <sys/file.h> header file. */ |
| 97 |
|
|
#undef HAVE_SYS_FILE_H |
| 98 |
|
|
|
| 99 |
|
|
/* Define if you have the <sys/ioctl.h> header file. */ |
| 100 |
|
|
#undef HAVE_SYS_IOCTL_H |
| 101 |
|
|
|
| 102 |
|
|
/* Define if you have the <sys/param.h> header file. */ |
| 103 |
|
|
#undef HAVE_SYS_PARAM_H |
| 104 |
|
|
|
| 105 |
|
|
/* Define if you have the <sys/time.h> header file. */ |
| 106 |
|
|
#undef HAVE_SYS_TIME_H |
| 107 |
|
|
|
| 108 |
|
|
/* Define if you have the <sys/types.h> header file. */ |
| 109 |
|
|
#undef HAVE_SYS_TYPES_H |
| 110 |
|
|
|
| 111 |
|
|
/* Define if you have the <termio.h> header file. */ |
| 112 |
|
|
#undef HAVE_TERMIO_H |
| 113 |
|
|
|
| 114 |
|
|
/* Define if you have the <unistd.h> header file. */ |
| 115 |
|
|
#undef HAVE_UNISTD_H |
| 116 |
|
|
|
| 117 |
|
|
/* Define if you have the crypt library (-lcrypt). */ |
| 118 |
|
|
#undef HAVE_LIBCRYPT |
| 119 |
|
|
|
| 120 |
|
|
/* Define if you have the nsl library (-lnsl). */ |
| 121 |
|
|
#undef HAVE_LIBNSL |
| 122 |
|
|
|
| 123 |
|
|
/* Define if you have the socket library (-lsocket). */ |
| 124 |
|
|
#undef HAVE_LIBSOCKET |