|
Revision 764, 2.4 KB
(checked in by shawnw, 21 months ago)
|
|
autoconf: merge with devel
|
| Line | |
|---|
| 1 | /* PennMUSH config.h. Autogenerated by ./configure */ |
|---|
| 2 | |
|---|
| 3 | #ifndef __CONFIG_H |
|---|
| 4 | #define __CONFIG_H |
|---|
| 5 | |
|---|
| 6 | /* Headers */ |
|---|
| 7 | |
|---|
| 8 | #undef I_ARPA_INET |
|---|
| 9 | |
|---|
| 10 | #undef I_ARPA_NAMESER |
|---|
| 11 | |
|---|
| 12 | #undef I_FCNTL |
|---|
| 13 | |
|---|
| 14 | #undef I_FLOATINGPOINT |
|---|
| 15 | |
|---|
| 16 | #undef I_LIBINTL |
|---|
| 17 | |
|---|
| 18 | #undef I_MALLOC |
|---|
| 19 | |
|---|
| 20 | #undef I_NETDB |
|---|
| 21 | |
|---|
| 22 | #undef I_NETINET_IN |
|---|
| 23 | |
|---|
| 24 | #undef I_NETINET_TCP |
|---|
| 25 | |
|---|
| 26 | #undef HAVE_STDINT_H |
|---|
| 27 | |
|---|
| 28 | #undef I_SYS_ERRNO |
|---|
| 29 | |
|---|
| 30 | #undef I_SYS_FILE |
|---|
| 31 | |
|---|
| 32 | #undef I_SYS_IN |
|---|
| 33 | |
|---|
| 34 | #undef I_SYS_MMAN |
|---|
| 35 | |
|---|
| 36 | #undef I_SYS_PAGE |
|---|
| 37 | |
|---|
| 38 | #undef I_SYS_PARAM |
|---|
| 39 | |
|---|
| 40 | #undef I_SYS_SOCKET |
|---|
| 41 | |
|---|
| 42 | #undef I_SYS_STAT |
|---|
| 43 | |
|---|
| 44 | #undef I_SYS_TIME |
|---|
| 45 | |
|---|
| 46 | #undef TIME_WITH_SYS_TIME |
|---|
| 47 | |
|---|
| 48 | #undef I_SYS_TYPES |
|---|
| 49 | |
|---|
| 50 | #undef HAVE_UNISTD_H |
|---|
| 51 | |
|---|
| 52 | #ifdef HAVE_UNISTD_H |
|---|
| 53 | #define I_UNISTD |
|---|
| 54 | #endif |
|---|
| 55 | |
|---|
| 56 | #undef HAVE_SYS_WAIT_H |
|---|
| 57 | |
|---|
| 58 | #ifdef HAVE_SYS_WAIT_H |
|---|
| 59 | #define I_SYS_WAIT |
|---|
| 60 | #endif |
|---|
| 61 | |
|---|
| 62 | /* Libraries */ |
|---|
| 63 | |
|---|
| 64 | #undef HAVE_MYSQL |
|---|
| 65 | |
|---|
| 66 | #ifdef HAVE_MYSQL |
|---|
| 67 | #define HAS_MYSQL |
|---|
| 68 | #endif |
|---|
| 69 | |
|---|
| 70 | #undef HAVE_POSTGRESQL |
|---|
| 71 | |
|---|
| 72 | #undef HAVE_SQLITE3 |
|---|
| 73 | |
|---|
| 74 | #undef HAVE_SSL |
|---|
| 75 | |
|---|
| 76 | #ifdef HAVE_SLL |
|---|
| 77 | #define HAS_OPENSSL |
|---|
| 78 | #endif |
|---|
| 79 | |
|---|
| 80 | /* Types */ |
|---|
| 81 | |
|---|
| 82 | #undef socklen_t |
|---|
| 83 | |
|---|
| 84 | #undef uint32_t |
|---|
| 85 | |
|---|
| 86 | #undef uint16_t |
|---|
| 87 | |
|---|
| 88 | #undef pid_t |
|---|
| 89 | |
|---|
| 90 | #define Pid_t pid_t |
|---|
| 91 | |
|---|
| 92 | #define Size_t size_t |
|---|
| 93 | |
|---|
| 94 | typedef void* Malloc_t; |
|---|
| 95 | typedef void Free_t; |
|---|
| 96 | |
|---|
| 97 | /* Functions */ |
|---|
| 98 | #undef HAS_BINDTEXTDOMAIN |
|---|
| 99 | |
|---|
| 100 | #undef HAVE_CBRT |
|---|
| 101 | |
|---|
| 102 | #undef HAS_CRYPT |
|---|
| 103 | |
|---|
| 104 | #undef HAS_FPSETMASK |
|---|
| 105 | |
|---|
| 106 | #undef HAS_FPSETROUND |
|---|
| 107 | |
|---|
| 108 | #undef HAS_GAI_STRERROR |
|---|
| 109 | |
|---|
| 110 | #undef HAS_GETADDRINFO |
|---|
| 111 | |
|---|
| 112 | #undef HAS_GETDATE |
|---|
| 113 | |
|---|
| 114 | #undef HAS_GETHOSTBYNAME2 |
|---|
| 115 | |
|---|
| 116 | #undef HAS_GETNAMEINFO |
|---|
| 117 | |
|---|
| 118 | #undef HAS_GETPAGESIZE |
|---|
| 119 | |
|---|
| 120 | #undef HAS_GETRLIMIT |
|---|
| 121 | |
|---|
| 122 | #undef HAS_GETRUSAGE |
|---|
| 123 | |
|---|
| 124 | #undef HAS_GETTEXT |
|---|
| 125 | |
|---|
| 126 | #undef HAS_INET_PTON |
|---|
| 127 | |
|---|
| 128 | #undef HAS_ITIMER |
|---|
| 129 | |
|---|
| 130 | #undef HAS_SETLOCALE |
|---|
| 131 | |
|---|
| 132 | #undef HAS_SETPGRP |
|---|
| 133 | |
|---|
| 134 | #undef SETPGRP_VOID |
|---|
| 135 | |
|---|
| 136 | #undef HAVE_GETUID |
|---|
| 137 | |
|---|
| 138 | #undef HAVE_GETEUID |
|---|
| 139 | |
|---|
| 140 | #undef HAVE_SETEUID |
|---|
| 141 | |
|---|
| 142 | #undef HAVE_GETPRIORITY |
|---|
| 143 | |
|---|
| 144 | #undef HAVE_SETPRIORITY |
|---|
| 145 | |
|---|
| 146 | #undef HAS_SIGACTION |
|---|
| 147 | |
|---|
| 148 | #undef HAS_SIGPROCMASK |
|---|
| 149 | |
|---|
| 150 | #undef HAS_SNPRINTF |
|---|
| 151 | |
|---|
| 152 | #undef HAS_SOCKETPAIR |
|---|
| 153 | |
|---|
| 154 | #undef HAVE_STRCASECMP |
|---|
| 155 | |
|---|
| 156 | #undef HAVE__STRICMP |
|---|
| 157 | |
|---|
| 158 | #undef HAS_STRDUP |
|---|
| 159 | |
|---|
| 160 | #undef HAVE_STRCOLL |
|---|
| 161 | |
|---|
| 162 | #undef HAS_STRXFRM |
|---|
| 163 | |
|---|
| 164 | #undef HAS_SYSCONF |
|---|
| 165 | |
|---|
| 166 | #undef HAS_TEXTDOMAIN |
|---|
| 167 | |
|---|
| 168 | #undef HAS_VSNPRINTF |
|---|
| 169 | |
|---|
| 170 | #undef HAS_WAITPID |
|---|
| 171 | |
|---|
| 172 | #undef UNION_WAIT |
|---|
| 173 | |
|---|
| 174 | /* Variables and defines */ |
|---|
| 175 | |
|---|
| 176 | #undef HAVE_H_ERRNO |
|---|
| 177 | |
|---|
| 178 | #undef HAVE_SIGCHLD |
|---|
| 179 | |
|---|
| 180 | #undef HAVE_SIGCLD |
|---|
| 181 | |
|---|
| 182 | /* Files */ |
|---|
| 183 | |
|---|
| 184 | #undef HAS_DEV_URANDOM |
|---|
| 185 | |
|---|
| 186 | /* Misc. */ |
|---|
| 187 | |
|---|
| 188 | #undef FORCE_IPV4 |
|---|
| 189 | |
|---|
| 190 | #undef DONT_TRANSLATE |
|---|
| 191 | |
|---|
| 192 | #undef UPTIME_PATH |
|---|
| 193 | |
|---|
| 194 | #undef HAVE_SENDMAIL |
|---|
| 195 | |
|---|
| 196 | #undef SENDMAIL |
|---|
| 197 | |
|---|
| 198 | /* Optional language features */ |
|---|
| 199 | #undef restrict |
|---|
| 200 | #undef inline |
|---|
| 201 | |
|---|
| 202 | #ifdef _MSC_VER |
|---|
| 203 | #define WIN32_CDECL __cdecl |
|---|
| 204 | #else |
|---|
| 205 | #define WIN32_CDECL |
|---|
| 206 | #endif |
|---|
| 207 | |
|---|
| 208 | #undef HAVE___ATTRIBUTE__ |
|---|
| 209 | |
|---|
| 210 | #ifndef HAVE___ATTRIBUTE__ |
|---|
| 211 | #define __attribute__(x) |
|---|
| 212 | #endif |
|---|
| 213 | |
|---|
| 214 | #undef GCC_MALLOC_CALL |
|---|
| 215 | |
|---|
| 216 | /* TODO: Change in source */ |
|---|
| 217 | #define RESTRICT restrict |
|---|
| 218 | |
|---|
| 219 | #endif /* __CONFIG_H */ |
|---|