conf.h.amiga
1 /* CircleMUD for Amiga conf.h file - manually created (N. Franceschi 26 Jul 1996) 2 3 /* src/conf.h.in. Generated automatically from configure.in by autoheader. */ 4 5 #undef CIRCLE_WINDOWS 6 7 #define AMIGA 1 8 9 /* Define to empty if the keyword does not work. */ 10 /* #undef const */ 11 12 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 13 /* #undef HAVE_SYS_WAIT_H */ 14 15 /* Define to `int' if <sys/types.h> doesn't define. */ 16 /*#define pid_t int*/ 17 18 /* Define as the return type of signal handlers (int or void). */ 19 #define RETSIGTYPE void 20 21 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 22 /* #undef size_t */ 23 24 /* Define if you have 'struct in_addr' */ 25 #define HAVE_STRUCT_IN_ADDR 1 26 27 /* Define if your crypt isn't safe with only 10 characters. */ 28 #undef HAVE_UNSAFE_CRYPT 29 30 /* Define to `int' if <sys/socket.h> doesn't define. */ 31 #define socklen_t int 32 33 /* Define if you have the ANSI C header files. */ 34 #define STDC_HEADERS 1 35 36 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 37 #define TIME_WITH_SYS_TIME 1 38 39 /* Define if you have the crypt function. */ 40 #undef CIRCLE_CRYPT 41 42 /* Define if you have the random function. */ 43 #undef HAVE_RANDOM 44 45 /* Define if you have the <arpa/telnet.h> header file. */ 46 #define HAVE_ARPA_TELNET_H 1 47 48 /* Define if you have the <assert.h> header file. */ 49 #define HAVE_ASSERT_H 1 50 51 /* Define if you have the <crypt.h> header file. */ 52 #undef HAVE_CRYPT_H 53 54 /* Define if you have the <errno.h> header file. */ 55 #define HAVE_ERRNO_H 1 56 57 /* Define if you have the <fcntl.h> header file. */ 58 #define HAVE_FCNTL_H 1 59 60 /* Define if you have the <limits.h> header file. */ 61 #define HAVE_LIMITS_H 1 62 63 /* Define if you have the <memory.h> header file. */ 64 #define HAVE_MEMORY_H 1 65 66 /* Define if you have the <net/errno.h> header file. */ 67 /* #undef HAVE_NET_ERRNO_H */ 68 69 /* Define if you have the <string.h> header file. */ 70 #define HAVE_STRING_H 1 71 72 /* Define if you have the <sys/fcntl.h> header file. */ 73 #define HAVE_SYS_FCNTL_H 1 74 75 /* Define if you have the <sys/select.h> header file. */ 76 /* #undef HAVE_SYS_SELECT_H */ 77 78 /* Define if you have the <sys/time.h> header file. */ 79 #define HAVE_SYS_TIME_H 1 80 81 /* Define if you have the <sys/types.h> header file. */ 82 #define HAVE_SYS_TYPES_H 1 83 84 /* Define if you have the <unistd.h> header file. */ 85 #define HAVE_UNISTD_H 1 86 87 /* Define if you have the crypt library (-lcrypt). */ 88 /* #undef HAVE_LIBCRYPT */ 89 90 /* Define if you have the malloc library (-lmalloc). */ 91 /* #undef HAVE_LIBMALLOC */ 92 93 /* Define if you have the nsl library (-lnsl). */ 94 /* #undef HAVE_LIBNSL */ 95 96 /* Define if you have the socket library (-lsocket). */ 97 /* #undef HAVE_LIBSOCKET */ 98 99 /* Define if your compiler does not prototype remove(). */ 100 /* #undef NEED_REMOVE_PROTO */ 101 102 /* Define if your compiler does not prototype strerror(). */ 103 /* #undef NEED_STRERROR_PROTO */ 104