Multiply AI want for Great Wonders by 1.5
[freeciv.git] / gen_headers / freeciv_config.h.in
blob82cca19a2c7a41fe0b6a5ed3780865dcbcaa72f6
1 /**********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 ***********************************************************************/
14 /* This header is generated from gen_headers/freeciv_config.h.in.
15 * It contains values to specific freeciv build, but only such
16 * values that should not conflict with configuration headers from
17 * other autotools projects. This is meant to be usable for external
18 * projects building against some freeciv components. */
20 #ifndef FC__FREECIV_CONFIG_H
21 #define FC__FREECIV_CONFIG_H
23 /* Is this freeciv-web instead of regular build */
24 #undef FREECIV_WEB
26 /* Testmatic integration enabled */
27 #undef FREECIV_TESTMATIC
29 /* Metaserver URL */
30 #undef FREECIV_META_URL
32 /* Month next version will be released */
33 #undef FREECIV_RELEASE_MONTH
35 /* Use pthreads as thread implementation */
36 #undef FREECIV_HAVE_PTHREAD
38 /* Use Windows threads as thread implementation */
39 #undef FREECIV_HAVE_WINTHREADS
41 /* Has thread condition variable implementation */
42 #undef FREECIV_HAVE_THREAD_COND
44 /* Build xml-backend for registry */
45 #undef FREECIV_HAVE_XML_REGISTRY
47 /* Native language support enabled */
48 #undef FREECIV_ENABLE_NLS
50 /* locale.h available */
51 #undef FREECIV_HAVE_LOCALE_H
53 /* libintl.h available */
54 #undef FREECIV_HAVE_LIBINTL_H
56 /* inttypes.h available */
57 #undef FREECIV_HAVE_INTTYPES_H
59 /* stdint.h available */
60 #undef FREECIV_HAVE_STDINT_H
62 /* ws2tcpip.h available */
63 #undef FREECIV_HAVE_WS2TCPIP_H
65 /* sys/types.h available */
66 #undef FREECIV_HAVE_SYS_TYPES_H
68 /* unistd.h available */
69 #undef FREECIV_HAVE_UNISTD_H
71 /* sys/time.h available */
72 #undef FREECIV_HAVE_SYS_TIME_H
74 /* sys/socket.h available */
75 #undef FREECIV_HAVE_SYS_SOCKET_H
77 /* sys/select.h available */
78 #undef FREECIV_HAVE_SYS_SELECT_H
80 /* netinet/in.h available */
81 #undef FREECIV_HAVE_NETINET_IN_H
83 /* Have standard compliant stdbool.h */
84 #undef FREECIV_HAVE_STDBOOL_H
86 /* Readline support */
87 #undef FREECIV_HAVE_LIBREADLINE
89 /* Have socklen_t type defined */
90 #undef FREECIV_HAVE_SOCKLEN_T
92 /* jansson network protocol in use */
93 #undef FREECIV_JSON_CONNECTION
95 /* Windows build */
96 #undef FREECIV_MSWINDOWS
98 /* uses some winsock version */
99 #undef FREECIV_HAVE_WINSOCK
101 /* uses winsock2 */
102 #undef FREECIV_HAVE_WINSOCK2
104 /* socket zero isn't same stdin */
105 #undef FREECIV_SOCKET_ZERO_NOT_STDIN
107 /* Extra debugging support */
108 #undef FREECIV_DEBUG
110 /* No freeciv specific debugging support at all */
111 #undef FREECIV_NDEBUG
113 /* zlib is available */
114 #undef FREECIV_HAVE_LIBZ
116 /* libbzip2 is available */
117 #undef FREECIV_HAVE_LIBBZ2
119 /* liblzma is available */
120 #undef FREECIV_HAVE_LIBLZMA
122 /* IPv6 Support built in */
123 #undef FREECIV_IPV6_SUPPORT
125 /* Max number of AI modules */
126 #undef FREECIV_AI_MOD_LAST
128 /* C11 static assert supported */
129 #undef FREECIV_C11_STATIC_ASSERT
131 /* C++11 static assert supported */
132 #undef FREECIV_CXX11_STATIC_ASSERT
134 #endif /* FC__FREECIV_CONFIG_H */