Main Page | Class Hierarchy | Class List | File List | Class Members

debug/csp_config.h

00001 /* csp_config.h.  Generated by configure.  */
00002 /* csp_config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 
00005 // Copyright (C) 1997-1999, 2003-2004 Tudor Hulubei <tudor@hulubei.net>.
00006 // $Id: debug_2csp__config_8h-source.html,v 1.1 2005/05/25 12:37:18 tudor Exp $
00007 
00008 #ifndef _CSP_csp_config_H
00009 #define _CSP_csp_config_H
00010 
00011 
00012 #include <csp_config_top.h>
00013 
00014 
00015 /* Define to 1 if you have the <cfloat> header file. */
00016 #define CSP_HAVE_CFLOAT 1
00017 
00018 /* Define to 1 if you have the <climits> header file. */
00019 #define CSP_HAVE_CLIMITS 1
00020 
00021 /* Define to 1 if you have the <cmath> header file. */
00022 #define CSP_HAVE_CMATH 1
00023 
00024 /* Define to 1 if you have the <cstddef> header file. */
00025 #define CSP_HAVE_CSTDDEF 1
00026 
00027 /* Define to 1 if you have the <dlfcn.h> header file. */
00028 #define CSP_HAVE_DLFCN_H 1
00029 
00030 /* Define to 1 if you have the <ext/functional> header file. */
00031 #define CSP_HAVE_EXT_FUNCTIONAL 1
00032 
00033 /* Define to 1 if you have the <ext/hash_map> header file. */
00034 #define CSP_HAVE_EXT_HASH_MAP 1
00035 
00036 /* Define to 1 if you have the <ext/hash_set> header file. */
00037 #define CSP_HAVE_EXT_HASH_SET 1
00038 
00039 /* Define to 1 if you have the `getcwd' function. */
00040 #define CSP_HAVE_GETCWD 1
00041 
00042 /* Define to 1 if you have the `gettimeofday' function. */
00043 #define CSP_HAVE_GETTIMEOFDAY 1
00044 
00045 /* Define to 1 if you have the <inttypes.h> header file. */
00046 #define CSP_HAVE_INTTYPES_H 1
00047 
00048 /* Defined if the GMP library is to be linked in */
00049 /* #undef CSP_HAVE_LIBGMP */
00050 
00051 /* Defined if the GMP C++ library is to be linked in */
00052 /* #undef CSP_HAVE_LIBGMPXX */
00053 
00054 /* Define to 1 if you have the <memory.h> header file. */
00055 #define CSP_HAVE_MEMORY_H 1
00056 
00057 /* Define to 1 if you have the <stdexcept> header file. */
00058 #define CSP_HAVE_STDEXCEPT 1
00059 
00060 /* Define to 1 if you have the <stdint.h> header file. */
00061 #define CSP_HAVE_STDINT_H 1
00062 
00063 /* Define to 1 if you have the <stdlib.h> header file. */
00064 #define CSP_HAVE_STDLIB_H 1
00065 
00066 /* Define to 1 if you have the `strcasecmp' function. */
00067 #define CSP_HAVE_STRCASECMP 1
00068 
00069 /* Define to 1 if you have the <strings.h> header file. */
00070 #define CSP_HAVE_STRINGS_H 1
00071 
00072 /* Define to 1 if you have the <string.h> header file. */
00073 #define CSP_HAVE_STRING_H 1
00074 
00075 /* Define to 1 if you have the `strncasecmp' function. */
00076 #define CSP_HAVE_STRNCASECMP 1
00077 
00078 /* Define to 1 if you have the `strtod' function. */
00079 #define CSP_HAVE_STRTOD 1
00080 
00081 /* Define to 1 if you have the `strtoul' function. */
00082 #define CSP_HAVE_STRTOUL 1
00083 
00084 /* Define to 1 if you have the <sys/stat.h> header file. */
00085 #define CSP_HAVE_SYS_STAT_H 1
00086 
00087 /* Define to 1 if you have the <sys/time.h> header file. */
00088 #define CSP_HAVE_SYS_TIME_H 1
00089 
00090 /* Define to 1 if you have the <sys/types.h> header file. */
00091 #define CSP_HAVE_SYS_TYPES_H 1
00092 
00093 /* Define to 1 if you have the <unistd.h> header file. */
00094 #define CSP_HAVE_UNISTD_H 1
00095 
00096 /* Name of package */
00097 #define PACKAGE "csp"
00098 
00099 /* Define to the address where bug reports for this package should be sent. */
00100 #define PACKAGE_BUGREPORT "tudor@hulubei.net"
00101 
00102 /* Define to the full name of this package. */
00103 #define PACKAGE_NAME "CSP Library"
00104 
00105 /* Define to the full name and version of this package. */
00106 #define PACKAGE_STRING "CSP Library 0.4.2"
00107 
00108 /* Define to the one symbol short name of this package. */
00109 #define PACKAGE_TARNAME "csp"
00110 
00111 /* Define to the version of this package. */
00112 #define PACKAGE_VERSION "0.4.2"
00113 
00114 /* Define as the return type of signal handlers (`int' or `void'). */
00115 #define RETSIGTYPE void
00116 
00117 /* Define to 1 if you have the ANSI C header files. */
00118 #define STDC_HEADERS 1
00119 
00120 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00121 #define TIME_WITH_SYS_TIME 1
00122 
00123 /* Version number of package */
00124 #define VERSION "0.4.2"
00125 
00126 /* Define to 1 if your processor stores words with the most significant byte
00127    first (like Motorola and SPARC, unlike Intel and VAX). */
00128 /* #undef WORDS_BIGENDIAN */
00129 
00130 /* Define to `int' if <sys/types.h> does not define. */
00131 /* #undef pid_t */
00132 
00133 /* Define to `unsigned' if <sys/types.h> does not define. */
00134 /* #undef size_t */
00135 
00136 
00137 #include <csp_config_bottom.h>
00138 
00139 
00140 #ifdef _AIX
00141 #include <pthreads.h>
00142 #endif
00143 
00144 #include <sys/types.h>
00145 
00146 // Define to activate GNU extensions.
00147 #ifndef _GNU_SOURCE
00148 #define _GNU_SOURCE
00149 #endif
00150 
00151 // Define to get MT-safe behavior on many Unices.
00152 #ifndef _REENTRANT
00153 #define _REENTRANT
00154 #endif
00155 
00156 // Define to get MT_SAFE behavior on AIX.
00157 #ifndef _THREAD_SAFE
00158 #define _THREAD_SAFE
00159 #endif
00160 
00161 // Define to get 64bit I/O support.
00162 #ifndef _LARGEFILE64_SOURCE
00163 #define _LARGEFILE64_SOURCE
00164 #endif
00165 
00166 
00167 #ifdef _MSC_VER
00168 // Disable a Microsoft Visual C++ warning about debug symbols greater
00169 // than 255 characters being truncated.
00170 #pragma warning(disable: 4503)
00171 #pragma warning(disable: 4786)
00172 
00173 // Disable some Microsoft Visual C++ warning about using templates in DLLs.
00174 #pragma warning(disable: 4251)
00175 #pragma warning(disable: 4275)
00176 #endif // _MSC_VER
00177 
00178 
00179 #ifdef _WIN32
00180 
00181 #ifndef longlong
00182 #define longlong __int64
00183 #endif // longlong
00184 
00185 #ifndef ulonglong
00186 #define ulonglong unsigned __int64
00187 #endif // ulonglong
00188 
00189 #ifndef LLN
00190 #define LLN(x) x##I64
00191 #endif
00192 
00193 #ifndef ULLN
00194 #define ULLN(x) x##UI64
00195 #endif
00196 
00197 #else // !_WIN32
00198 
00199 #ifndef longlong
00200 #define longlong long long
00201 #endif // longlong
00202 
00203 #ifndef ulonglong
00204 #define ulonglong unsigned long long
00205 #endif // ulonglong
00206 
00207 #ifndef LLN
00208 #define LLN(x) x##LL
00209 #endif
00210 
00211 #ifndef ULLN
00212 #define ULLN(x) x##ULL
00213 #endif
00214 
00215 #endif // !_WIN32
00216 
00217 
00218 #define LONGLONG_MAX LLN(9223372036854775807)
00219 #define LONGLONG_MIN (-LONGLONG_MAX - 1)
00220 #define ULONGLONG_MAX ULLN(18446744073709551615)
00221 #define ULONGLONG_MIN ULLN(0)
00222 
00223 
00224 // These are some preprocessor symbols that can be used to
00225 // differentiate among various systems and compilers:
00226 //
00227 //   Linux: linux
00228 //   Sun Solaris: sun
00229 //   HP-UX: hpux
00230 //   AIX: _AIX
00231 //   Microsoft Windows: _WIN32
00232 //   Cygwin: __CYGWIN__
00233 //   GNU C Compiler: __GNUC__
00234 //   GNU C++ Compiler: __GNUG__
00235 //   Intel C Compiler: __ICC
00236 //   Microsoft Visual C++: _MSC_VER
00237 
00238 
00239 // GNU C++ defines STL extensions in the __gnu_cxx namespace, whereas
00240 // Microsoft Visual C++ defines them in the stdext namespace.  No biggie.
00241 #ifdef _WIN32
00242 #define stlext stdext
00243 #else
00244 #define stlext __gnu_cxx
00245 #endif // !_WIN32
00246 
00247 
00248 // If this package is a library that exports functions, this code will
00249 // cause them to apear to the outside world as being imported from a
00250 // DLL, while the code inside this module will see them as exported.
00251 // The CSP_INTERNALS symbol shouldn't be defined in any other module.
00252 #ifdef _WIN32
00253 // Under Windows no symbols are exported unless explicitly requested.
00254 #ifdef CSP_INTERNALS
00255 #define CSP_API __declspec(dllexport)
00256 #define CSP_API_TEMPLATE
00257 #else  // !CSP_INTERNALS
00258 #define CSP_API __declspec(dllimport)
00259 #define CSP_API_TEMPLATE extern
00260 #endif // !CSP_INTERNALS
00261 #else  // !_WIN32
00262 // Unix exports all symbols by default.
00263 #define CSP_API
00264 #define CSP_API_TEMPLATE
00265 #endif // !_WIN32
00266 
00267 // Define if the GNU CGI library (CGICC) is installed.
00268 /* #undef CSP_HAVE_CGI */
00269 
00270 // Define if the MPI library is installed.
00271 /* #undef CSP_HAVE_MPI */
00272 
00273 #endif // _CSP_csp_config_H
00274 
00275 // Local Variables:
00276 // mode: C++
00277 // End:

Generated on Wed May 25 12:21:13 2005 for csp.kdevelop by  doxygen 1.3.9.1