acconfig.h
1 /* Define if we're compiling CircleMUD under any type of UNIX system. */ 2 #undef CIRCLE_UNIX 3 4 /* Define if the system is capable of using crypt() to encrypt. */ 5 #undef CIRCLE_CRYPT 6 7 /* Define if we don't have proper support for the system's crypt(). */ 8 #undef HAVE_UNSAFE_CRYPT 9 10 /* Define is the system has struct in_addr. */ 11 #undef HAVE_STRUCT_IN_ADDR 12 13 /* Define to `int' if <sys/socket.h> doesn't define. */ 14 #undef socklen_t 15 16 /* Define to `int' if <sys/types.h> doesn't define. */ 17 #undef ssize_t