Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

celestia.h

Go to the documentation of this file.
00001 // celestia.h
00002 //
00003 // Copyright (C) 2001, Chris Laurel <claurel@shatters.net>
00004 //
00005 // This program is free software; you can redistribute it and/or
00006 // modify it under the terms of the GNU General Public License
00007 // as published by the Free Software Foundation; either version 2
00008 // of the License, or (at your option) any later version.
00009 
00010 #ifndef _CELESTIA_H_
00011 #define _CELESTIA_H_
00012 
00013 #ifdef _WIN32
00014 
00015 #if _MSC_VER >= 1000
00016 // Make VC shut up about long variable names from templates
00017 #pragma warning(disable : 4786)
00018 #endif // _MSC_VER
00019 
00020 #ifdef _MSC_VER
00021 #define BROKEN_FRIEND_TEMPLATES
00022 #endif // _MSC_VER
00023 
00024 #endif // _WIN32
00025 
00026 #define HAVE_SSTREAM
00027 #ifdef __GNUC__
00028 #undef HAVE_SSTREAM
00029 #define NONSTANDARD_STRING_COMPARE
00030 #endif // __GNUC__
00031 
00032 #ifndef _WIN32
00033 #ifndef MACOSX_PB
00034 #include <config.h>
00035 #endif /* MACOSX_PB */
00036 #endif /* _WIN32 */
00037 
00038 #endif // _CELESTIA_H_
00039 

Generated on Sat Jan 14 22:30:26 2006 for Celestia by  doxygen 1.4.1