Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

winconfig.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     winconfig.h  -  Definitions for Windows.
00003                              -------------------
00004     begin                : June 21 2002
00005     copyright            : (C) 2003 by Vojtìch Toman
00006     email                : vtoman@lit.cz
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00024 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
00025 /* #undef size_t */
00026 
00027 /* Define if you have the ANSI C header files.  */
00028 /* #undef STDC_HEADERS */
00029 
00030 /* Size of XML_Char */
00031 #define SIZEOF_XML_CHAR 1
00032 
00033 /* The number of bytes in a char.  */
00034 #define SIZEOF_CHAR 1
00035 
00036 /* The number of bytes in a unsigned long.  */
00037 #define SIZEOF_UNSIGNED_LONG 4
00038 
00039 /* Define if you have the <cstdlib> header file.  */
00040 #define HAVE_CSTDLIB 1
00041 
00042 /* Define if you have the <cstring> header file.  */
00043 #define HAVE_CSTRING 1
00044 
00045 /* Define if you have the <ctime> header file.  */
00046 #define HAVE_CTIME 1
00047 
00048 /* Define if you have the <cmath> header file.  */
00049 #define HAVE_CMATH 1
00050 
00051 /* Define if you have the <fstream> header file.  */
00052 #define HAVE_FSTREAM 1
00053 
00054 /* Define if you have the <iomanip> header file.  */
00055 #define HAVE_IOMANIP 1
00056 
00057 /* Define if you have the <iostream> header file.  */
00058 #define HAVE_IOSTREAM 1
00059 
00060 /* Define if you have the expat library (-lexpat).  */
00061 #define HAVE_LIBEXPAT 1
00062 
00063 /* Name of package */
00064 #define PACKAGE "exalt"
00065 
00066 /* Version number of package */
00067 #define VERSION "0.1.0"
00068 

Generated on Wed Feb 5 10:43:02 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002