00001 /* ---------------------------------------------------------------------- * 00002 * confw32.h 00003 * This file is part of lincity. 00004 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001. 00005 * ---------------------------------------------------------------------- */ 00006 /* This is a config.h file that has been hacked for VC++ 4.0. You'll 00007 * probably need to change if you are using a different compiler. 00008 * ---------------------------------------------------------------------- */ 00009 00010 /* Define to empty if the keyword does not work. */ 00011 /* #undef const */ 00012 00013 /* Define if you have locale.h */ 00014 #define HAVE_LOCALE_H 00015 00016 /* Define if you want to enable foreign language support */ 00017 #define ENABLE_NLS 00018 00019 /* Define as __inline if that's what the C compiler calls it. */ 00020 #define inline __inline 00021 00022 /* This is not yet fixed for UNIX... */ 00023 #define snprintf _snprintf 00024 00025 /* Define if you need to in order for stat and other things to work. */ 00026 /* #undef _POSIX_SOURCE */ 00027 00028 /* Define if you have the ANSI C header files. */ 00029 /* #undef STDC_HEADERS */ 00030 00031 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00032 /* #undef TIME_WITH_SYS_TIME */ 00033 00034 /* Define if the X Window System is missing or not being used. */ 00035 /* #undef X_DISPLAY_MISSING */ 00036 00037 /* Define if save files should be compressed with gzip. */ 00038 /* #undef HAVE_GZIP */ 00039 00040 /* The number of bytes in a char. */ 00041 #define SIZEOF_CHAR 1 00042 00043 /* The number of bytes in a int. */ 00044 #define SIZEOF_INT 4 00045 00046 /* The number of bytes in a long. */ 00047 #define SIZEOF_LONG 4 00048 00049 /* The number of bytes in a short. */ 00050 #define SIZEOF_SHORT 2 00051 00052 /* Define if you have the gettimeofday function. */ 00053 /* #undef HAVE_GETTIMEOFDAY */ 00054 00055 /* Define if you have the mkdir function. */ 00056 /* #undef HAVE_MKDIR */ 00057 00058 /* Define if you have the popen function. */ 00059 /* #undef HAVE_POPEN */ 00060 00061 /* Define if you have the select function. */ 00062 /* #undef HAVE_SELECT */ 00063 00064 /* Define if you have the <dirent.h> header file. */ 00065 /* #undef HAVE_DIRENT_H */ 00066 00067 /* Define if you have the <ndir.h> header file. */ 00068 /* #undef HAVE_NDIR_H */ 00069 00070 /* Define if you have the <string.h> header file. */ 00071 #define HAVE_STRING_H 1 00072 00073 /* Define if you have the <strings.h> header file. */ 00074 /* #undef HAVE_STRINGS_H */ 00075 00076 /* Define if you have the <sys/dir.h> header file. */ 00077 /* #undef HAVE_SYS_DIR_H */ 00078 00079 /* Define if you have the <sys/ndir.h> header file. */ 00080 /* #undef HAVE_SYS_NDIR_H */ 00081 00082 /* Define if you have the <sys/time.h> header file. */ 00083 /* #undef HAVE_SYS_TIME_H */ 00084 00085 /* Define if you have the <unistd.h> header file. */ 00086 /* #undef HAVE_UNISTD_H */ 00087 00088 /* Define if you have the <vga.h> header file. */ 00089 /* #undef HAVE_VGA_H */ 00090 00091 /* Name of package */ 00092 #define PACKAGE "lincity" 00093 00094 /* Version number of package */ 00095 #define VERSION "1.12.0"
1.3.9.1