/ circle3.1 / src / conf.h.arc
conf.h.arc
 1  /* CircleMUD for ACORN conf.h file - manually created (G. Duncan 13 June 98)
 2  
 3  #define CIRCLE_ACORN
 4  
 5  /* Define to empty if the keyword does not work.  */
 6  /*#define const*/
 7  
 8  /* Define to `int' if <sys/types.h> doesn't define.  */
 9  /*#define pid_t int*/
10  
11  /* Define as the return type of signal handlers (int or void).  */
12  #define RETSIGTYPE void
13  
14  /* Define to `unsigned' if <sys/types.h> doesn't define.  */
15  /*#define size_t*/
16  
17  /* Define if you have 'struct in_addr' */
18  #define HAVE_STRUCT_IN_ADDR 1
19  
20  /* Define if your crypt isn't safe with only 10 characters. */
21  #undef HAVE_UNSAFE_CRYPT
22  
23  /* Define to `int' if <sys/socket.h> doesn't define.  */
24  #define socklen_t int
25  
26  /* Define if you have the <string.h> header file.  */
27  #define HAVE_STRING_H
28  
29  /* Define if you have the <strings.h> header file.  */
30  #define HAVE_STRINGS_H
31  
32  #define HAVE_MEMORY_H
33  
34  /* Define if you have the ANSI C header files.  */
35  #define STDC_HEADERS
36  
37  /* Define if you have the <sys/types.h> header file.  */
38  #define HAVE_SYS_TYPES_H
39  #define HAVE_UNISTD_H
40  
41  /* Define if you have the <limits.h> header file.  */
42  #define HAVE_LIMITS_H
43  
44  /* Define if you have the <errno.h> header file.  */
45  #define HAVE_ERRNO_H
46  #define HAVE_SYS_ERRNO_H
47  
48  /* Define if you can safely include both <sys/time.h> and <time.h>.  */
49  #define TIME_WITH_SYS_TIME
50  #define HAVE_SYS_TIME_H
51  
52  /* Define if you have the <assert.h> header file.  */
53  #define HAVE_ASSERT_H
54  
55  /* Define if you have the <fcntl.h> header file.  */
56  #define HAVE_FCNTL_H
57  /*#define HAVE_SYS_FCNTL_H*/
58  
59  /* Define if you have the <sys/socket.h> header file.  */
60  #define HAVE_SYS_SOCKET_H
61  #define HAVE_SYS_RESOURCE_H
62  
63  /* Define if you have <sys/wait.h> that is POSIX. compatible.  */
64  #define HAVE_SYS_WAIT_H
65  #define HAVE_NETINET_IN_H
66  #define HAVE_NETDB_H
67  #define HAVE_SIGNAL_H
68  #define HAVE_SYS_UIO_H
69  #define HAVE_SYS_STAT_H
70  
71  #define NEED_GETTIMEOFDAY_PROTO
72  
73  /* Define if your compiler does not prototype remove().  */
74  /* #undef NEED_REMOVE_PROTO */
75  
76  /* Define if your compiler does not prototype strerror().  */
77  /* #undef NEED_STRERROR_PROTO */
78