1 /* ---------------------------------------------------------------------- *
2  * confw32.h
3  * This file is part of lincity.
4  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
5  * ---------------------------------------------------------------------- */
6 /* This is a config.h file that has been hacked for VC++ 4.0.  You'll
7  * probably need to change if you are using a different compiler.
8  * ---------------------------------------------------------------------- */
9 
10 /* Define to empty if the keyword does not work.  */
11 /* #undef const */
12 
13 /* Define if you have locale.h */
14 #define HAVE_LOCALE_H
15 
16 /* Define if you want to enable foreign language support */
17 #define ENABLE_NLS
18 
19 /* Define as __inline if that's what the C compiler calls it.  */
20 #define inline __inline
21 
22 /* This is not yet fixed for UNIX...  */
23 #define snprintf _snprintf
24 
25 /* Define if you need to in order for stat and other things to work.  */
26 /* #undef _POSIX_SOURCE */
27 
28 /* Define if you have the ANSI C header files.  */
29 /* #undef STDC_HEADERS */
30 
31 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
32 /* #undef TIME_WITH_SYS_TIME */
33 
34 /* Define if the X Window System is missing or not being used.  */
35 /* #undef X_DISPLAY_MISSING */
36 
37 /* Define if save files should be compressed with gzip.  */
38 /* #undef HAVE_GZIP */
39 
40 /* The number of bytes in a char.  */
41 #define SIZEOF_CHAR 1
42 
43 /* The number of bytes in a int.  */
44 #define SIZEOF_INT 4
45 
46 /* The number of bytes in a long.  */
47 #define SIZEOF_LONG 4
48 
49 /* The number of bytes in a short.  */
50 #define SIZEOF_SHORT 2
51 
52 /* Define if you have the gettimeofday function.  */
53 /* #undef HAVE_GETTIMEOFDAY */
54 
55 /* Define if you have the mkdir function.  */
56 /* #undef HAVE_MKDIR */
57 
58 /* Define if you have the popen function.  */
59 /* #undef HAVE_POPEN */
60 
61 /* Define if you have the select function.  */
62 /* #undef HAVE_SELECT */
63 
64 /* Define if you have the <dirent.h> header file.  */
65 /* #undef HAVE_DIRENT_H */
66 
67 /* Define if you have the <ndir.h> header file.  */
68 /* #undef HAVE_NDIR_H */
69 
70 /* Define if you have the <string.h> header file.  */
71 #define HAVE_STRING_H 1
72 
73 /* Define if you have the <strings.h> header file.  */
74 /* #undef HAVE_STRINGS_H */
75 
76 /* Define if you have the <sys/dir.h> header file.  */
77 /* #undef HAVE_SYS_DIR_H */
78 
79 /* Define if you have the <sys/ndir.h> header file.  */
80 /* #undef HAVE_SYS_NDIR_H */
81 
82 /* Define if you have the <sys/time.h> header file.  */
83 /* #undef HAVE_SYS_TIME_H */
84 
85 /* Define if you have the <unistd.h> header file.  */
86 /* #undef HAVE_UNISTD_H */
87 
88 /* Define if you have the <vga.h> header file.  */
89 /* #undef HAVE_VGA_H */
90 
91 /* Name of package */
92 #define PACKAGE "lincity"
93 
94 /* Version number of package */
95 #define VERSION "1.12.0"
96