Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

global_os.h

Go to the documentation of this file.
00001 /*
00002     This file is part of Advanced Strategic Command; http://www.asc-hq.de
00003     Copyright (C) 1994-1999  Martin Bickel  and  Marc Schellenberger
00004 
00005     This program is free software; you can redistribute it and/or modify
00006     it under the terms of the GNU General Public License as published by
00007     the Free Software Foundation; either version 2 of the License, or
00008     (at your option) any later version.
00009 
00010     This program is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013     GNU General Public License for more details.
00014 
00015     You should have received a copy of the GNU General Public License
00016     along with this program; see the file COPYING. If not, write to the 
00017     Free Software Foundation, Inc., 59 Temple Place, Suite 330, 
00018     Boston, MA  02111-1307  USA
00019 */
00020 
00021 // this file takes care that the necessary header files for opendir / readdir
00022 // are being included in basestrm.cpp
00023 
00024 #ifndef global_os_h_included
00025  #define global_os_h_included
00026 
00027   #ifdef PACKAGE
00028   #undef PACKAGE
00029   #endif
00030 
00031   #ifdef PACKAGE_NAME
00032   #undef PACKAGE_NAME
00033   #endif
00034 
00035   #ifdef PACKAGE_VERSION
00036   #undef PACKAGE_VERSION
00037   #endif
00038 
00039   #ifdef PACKAGE_STRING
00040   #undef PACKAGE_STRING
00041   #endif
00042 
00043   #ifdef PACKAGE_TARNAME
00044   #undef PACKAGE_TARNAME
00045   #endif
00046 
00047 
00048   #ifdef VERSION
00049   #undef VERSION
00050   #endif
00051     
00052   #include "config.h"  
00053   // generated by autoconf
00054 
00055   #ifdef PACKAGE
00056   #undef PACKAGE
00057   #endif
00058 
00059   #ifdef VERSION
00060   #undef VERSION
00061   #endif
00062 
00063   #ifdef PACKAGE_NAME
00064   #undef PACKAGE_NAME
00065   #endif
00066 
00067   #ifdef PACKAGE_VERSION
00068   #undef PACKAGE_VERSION
00069   #endif
00070 
00071   #ifdef PACKAGE_STRING
00072   #undef PACKAGE_STRING
00073   #endif
00074 
00075   #ifdef PACKAGE_TARNAME
00076   #undef PACKAGE_TARNAME
00077   #endif
00078 
00079 
00080   typedef unsigned long PointerSizedInt;
00081 
00082 
00083   #ifdef __cplusplus
00084    #include <string>  // some Standard library include file to define the namespace std
00085    using namespace std;
00086   #endif
00087 
00088 
00089   #ifndef HAVE_STRICMP
00090    #define stricmp strcasecmp
00091    #define strcmpi strcasecmp
00092    #define strnicmp strncasecmp
00093    #define strncmpi strncasecmp
00094   #endif
00095 
00096   #define CASE_SENSITIVE_FILE_NAMES 1
00097   #define USE_HOME_DIRECTORY 1
00098 
00099 
00100 #endif

Generated on Tue Jun 24 01:27:43 2008 for Advanced Strategic Command by  doxygen 1.4.2