Lower default cmdlevel to basic on game start.
[freeciv.git] / vms / config.h_vms
blobbceb97c8741f2a8ef5711f3dd1e2ac0cb805abd0
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 #ifndef FC_CONFIG_H
3 #define FC_CONFIG_H
5 /* Define if using alloca.c.  */
6 #undef C_ALLOCA
8 /* Define to empty if the keyword does not work.  */
9 #undef const
11 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
12    This function is required for alloca.c support on those systems.  */
13 #undef CRAY_STACKSEG_END
15 /* Define if you have alloca, as a function or macro.  */
16 #undef HAVE_ALLOCA
18 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
19 #undef HAVE_ALLOCA_H
21 /* Define if you don't have vprintf but do have _doprnt.  */
22 #undef HAVE_DOPRNT
24 /* Define if you have a working `mmap' system call.  */
25 #undef HAVE_MMAP
27 /* Define if you have the vprintf function.  */
28 #undef HAVE_VPRINTF
30 /* Define as __inline if that's what the C compiler calls it.  */
31 #undef inline
33 /* Define to `long' if <sys/types.h> doesn't define.  */
34 #undef off_t
36 /* Define if you need to in order for stat and other things to work.  */
37 #undef _POSIX_SOURCE
39 /* Define as the return type of signal handlers (int or void).  */
40 #define RETSIGTYPE void
42 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
43 #undef size_t
45 /* If using the C implementation of alloca, define if you know the
46    direction of stack growth for your system; otherwise it will be
47    automatically deduced at run-time.
48  STACK_DIRECTION > 0 => grows toward higher addresses
49  STACK_DIRECTION < 0 => grows toward lower addresses
50  STACK_DIRECTION = 0 => direction of growth unknown
51  */
52 #undef STACK_DIRECTION
54 /* Define if you have the ANSI C header files.  */
55 #define STDC_HEADERS TRUE
57 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
58 #undef TIME_WITH_SYS_TIME
60 /* Define if your <sys/time.h> declares struct tm.  */
61 #define TM_IN_SYS_TIME TRUE
63 /* Define if the X Window System is missing or not being used.  */
64 #undef X_DISPLAY_MISSING
66 #undef MAJOR_VERSION
67 #undef MINOR_VERSION
68 #undef PATCH_VERSION
70 #if defined(_AXP_)
71 #  define VERSION_LABEL " OpenVMS AXP"
72 #endif
73 #if defined(_VAX_)
74 #  define VERSION_LABEL " OpenVMS VAX"
75 #endif
77 #undef IS_DEVEL_VERSION
78 #undef IS_BETA_VERSION
79 #undef VERSION_STRING
80 #undef HAVE_LIBICE
81 #undef HAVE_LIBSM
82 #undef HAVE_LIBX11
83 #undef HAVE_LIBXAW
84 #undef HAVE_LIBXAW3D
85 #undef HAVE_LIBXEXT
86 #undef HAVE_LIBXMU
87 #undef HAVE_LIBXPM
88 #undef HAVE_LIBXT
89 #undef ENABLE_NLS
90 #undef HAVE_CATGETS
91 #undef HAVE_GETTEXT
92 #undef HAVE_LC_MESSAGES
93 #undef HAVE_STPCPY
94 #undef LOCALEDIR
95 #undef DEFAULT_DATA_PATH
96 #undef HAVE_SIGPIPE
97 #undef XPM_H_NO_X11
98 #undef FUNCPROTO
99 #undef NARROWPROTO
100 #undef HAVE_LIBREADLINE
101 #undef ALWAYS_ROOT
102 #undef STRICT_WINDOWS
103 #undef GENERATING_MAC
104 #undef HAVE_OPENTRANSPORT
105 #undef PATH_SEPARATOR
106 #undef SOCKET_ZERO_ISNT_STDIN
107 #define NONBLOCKING_SOCKETS TRUE
108 #undef HAVE_FCNTL
109 #define HAVE_IOCTL TRUE
110 #define OPTION_FILE_NAME "sys$login:.civclientrc"
112 /* Define if you have the __argz_count function.  */
113 #undef HAVE___ARGZ_COUNT
115 /* Define if you have the __argz_next function.  */
116 #undef HAVE___ARGZ_NEXT
118 /* Define if you have the __argz_stringify function.  */
119 #undef HAVE___ARGZ_STRINGIFY
121 /* Define if you have the dcgettext function.  */
122 #undef HAVE_DCGETTEXT
124 /* Define if you have the fdopen function.  */
125 #define HAVE_FDOPEN TRUE
127 /* Define if you have the getcwd function.  */
128 #define HAVE_GETCWD TRUE
130 /* Define if you have the gethostname function.  */
131 #define HAVE_GETHOSTNAME TRUE
133 /* Define if you have the getpagesize function.  */
134 #define HAVE_GETPAGESIZE TRUE
136 /* Define if you have the getpwuid function.  */
137 #define HAVE_GETPWUID TRUE
139 /* Define if you have the gettimeofday function.  */
140 #define HAVE_GETTIMEOFDAY TRUE
142 /* Define if you have the munmap function.  */
143 #define HAVE_MUNMAP TRUE
145 /* Define if you have the putenv function.  */
146 #define HAVE_PUTENV TRUE
148 /* Define if you have the select function.  */
149 #define HAVE_SELECT TRUE
151 /* Define if you have the setenv function.  */
152 #define HAVE_SETENV TRUE
154 /* Define if you have the setlocale function.  */
155 #define HAVE_SETLOCALE TRUE
157 /* Define if you have the snooze function.  */
158 #undef HAVE_SNOOZE
160 /* Define if you have the stpcpy function.  */
161 #undef HAVE_STPCPY
163 /* Define if you have the strcasecmp function.  */
164 #define HAVE_STRCASECMP TRUE
166 /* Define if you have the strchr function.  */
167 #define HAVE_STRCHR TRUE
169 /* Define if you have the strdup function.  */
170 #define HAVE_STRDUP TRUE
172 /* Define if you have the strerror function.  */
173 #define HAVE_STRERROR TRUE
175 /* Define if you have the strlcat function.  */
176 #undef HAVE_STRLCAT
178 /* Define if you have the strlcpy function.  */
179 #undef HAVE_STRLCPY
181 /* Define if you have the strstr function.  */
182 #define HAVE_STRSTR TRUE
184 /* Define if you have the usleep function.  */
185 #define HAVE_USLEEP TRUE
187 /* Define if you have the vsnprintf function.  */
188 #undef HAVE_VSNPRINTF
190 /* Define if you have the <argz.h> header file.  */
191 #undef HAVE_ARGZ_H
193 /* Define if you have the <arpa/inet.h> header file.  */
194 #define HAVE_ARPA_INET_H TRUE
196 /* Define if you have the <fcntl.h> header file.  */
197 #undef HAVE_FCNTL_H
199 /* Define if you have the <limits.h> header file.  */
200 #define HAVE_LIMITS_H TRUE
202 /* Define if you have the <locale.h> header file.  */
203 #define HAVE_LOCALE_H TRUE
205 /* Define if you have the <malloc.h> header file.  */
206 #undef HAVE_MALLOC_H
208 /* Define if you have the <netdb.h> header file.  */
209 #define HAVE_NETDB_H TRUE
211 /* Define if you have the <netinet/in.h> header file.  */
212 #define HAVE_NETINET_IN_H TRUE
214 /* Define if you have the <nl_types.h> header file.  */
215 #define HAVE_NL_TYPES_H TRUE
217 /* Define if you have the <pwd.h> header file.  */
218 #define HAVE_PWD_H TRUE
220 /* Define if you have the <string.h> header file.  */
221 #define HAVE_STRING_H TRUE
223 /* Define if you have the <sys/ioctl.h> header file.  */
224 #define HAVE_SYS_IOCTL_H TRUE
226 /* Define if you have the <sys/param.h> header file.  */
227 #undef HAVE_SYS_PARAM_H
229 /* Define if you have the <sys/select.h> header file.  */
230 #undef HAVE_SYS_SELECT_H
232 /* Define if you have the <sys/signal.h> header file.  */
233 #define HAVE_SYS_SIGNAL_H TRUE
235 /* Define if you have the <sys/socket.h> header file.  */
236 #define HAVE_SYS_SOCKET_H TRUE
238 /* Define if you have the <sys/termio.h> header file.  */
239 #undef HAVE_SYS_TERMIO_H
241 /* Define if you have the <sys/time.h> header file.  */
242 #define HAVE_SYS_TIME_H TRUE
244 /* Define if you have the <sys/types.h> header file.  */
245 #define HAVE_SYS_TYPES_H TRUE
247 /* Define if you have the <sys/uio.h> header file.  */
248 #define HAVE_SYS_UIO_H TRUE
250 /* Define if you have the <termios.h> header file.  */
251 #undef HAVE_TERMIOS_H
253 /* Define if you have the <unistd.h> header file.  */
254 #define HAVE_UNISTD_H TRUE
256 /* Define if you have the i library (-li).  */
257 #undef HAVE_LIBI
259 /* Define if you have the nls library (-lnls).  */
260 #undef HAVE_LIBNLS
262 /* Define if you have the z library (-lz).  */
263 #undef HAVE_LIBZ
265 /* Name of package */
266 #undef PACKAGE
268 /* Version number of package */
269 #undef VERSION
272  * Necessary For OpenVMS.
273  */
274 #include <stropts.h>
275 #include <unixio.h>
277 #endif /* FC_CONFIG_H */