mac_autoconfig.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (C) 2000-2001  The Exult Team
00003  *
00004  *  This program is free software; you can redistribute it and/or modify
00005  *  it under the terms of the GNU General Public License as published by
00006  *  the Free Software Foundation; either version 2 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  This program is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU General Public License
00015  *  along with this program; if not, write to the Free Software
00016  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00017  */
00018 
00019 
00020 /* Define if you have the ANSI C header files.  */
00021 #define STDC_HEADERS 1
00022 
00023 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
00024 #define TIME_WITH_SYS_TIME 1
00025 
00026 /* Do we have a version of SDL that we can compile against? */
00027 #define HAVE_SDL 1
00028 
00029 
00030 // missing defines:
00031 #define PACKAGE "exult"
00032 #define VERSION "0.99cvs"
00033 #define VER_MAJOR "0"
00034 #define VER_MINOR "99"
00035 #define VER_EXTRA "cvs"
00036 
00037 
00038 /* Define if you have the <limits.h> header file.  */
00039 #define HAVE_LIMITS_H 1
00040 
00041 /* Define if you have the <unistd.h> header file.  */
00042 #define HAVE_UNISTD_H 1
00043 
00044 /* Define if the C++ compiler supports BOOL */
00045 #define HAVE_BOOL 1
00046 
00047 /* Define if you have the snprintf function.  */
00048 #define HAVE_SNPRINTF 1
00049 
00050 /* Do we have zlib? (for compressed savegames) */
00051 #define HAVE_ZIP_SUPPORT 1
00052 
00053 
00054 #define HAVE_HASH_MAP 1
00055 #define HAVE_HASH_SET 1
00056 #define SIZEOF_SHORT 2
00057 #define SIZEOF_LONG 4

Generated on Mon Jul 9 14:42:39 2007 for ExultEngine by  doxygen 1.5.1