/home/coin/SVN-release/Ipopt-3.3.5/BuildTools/headers/configall_system_msc.h

Go to the documentation of this file.
00001 /* This is the header file for the Microsoft compiler, defining all
00002  * system and compiler dependent configuration macros */
00003 
00004 /* Define to 64bit integer type */
00005 #if _MSC_VER==1200
00006 #define COIN_INT64_T __int64
00007 #else
00008 #define COIN_INT64_T long long
00009 #endif
00010 
00011 /* Quick fix so CoinAlloc will compile on windows */
00012 #define SIZEOF_SIZE_T 4
00013 #define SIZEOF_VOID_P 4
00014 #define COINUTILS_MEMPOOL_MAXPOOLED -1
00015 
00016 /* Define to integer type capturing pointer */
00017 #define COIN_INTPTR_T long
00018 
00019 /* Define to dummy `main' function (if any) required to link to the Fortran
00020    libraries. */
00021 /* #undef F77_DUMMY_MAIN */
00022 
00023 #ifndef COIN_USE_F2C
00024 /* Define to a macro mangling the given C identifier (in lower and upper
00025    case), which must not contain underscores, for linking with Fortran. */
00026 # define F77_FUNC(name,NAME) NAME
00027 
00028 /* As F77_FUNC, but for C identifiers containing underscores. */
00029 # define F77_FUNC_(name,NAME) NAME
00030 #else
00031 /* Define to a macro mangling the given C identifier (in lower and upper
00032    case), which must not contain underscores, for linking with Fortran. */
00033 # define F77_FUNC(name,NAME) name ## _
00034 
00035 /* As F77_FUNC, but for C identifiers containing underscores. */
00036 # define F77_FUNC_(name,NAME) name ## __
00037 #endif
00038 
00039 /* Define if F77 and FC dummy `main' functions are identical. */
00040 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00041 
00042 /* Define to the C type corresponding to Fortran INTEGER */
00043 #define FORTRAN_INTEGER_TYPE int
00044 
00045 /* Define to 1 if you have the <assert.h> header file. */
00046 /* #undef HAVE_ASSERT_H */
00047 
00048 /* Define to 1 if you have the <cassert> header file. */
00049 #define HAVE_CASSERT 1
00050 
00051 /* Define to 1 if you have the <cctype> header file. */
00052 #define HAVE_CCTYPE 1
00053 
00054 /* Define to 1 if you have the <cfloat> header file. */
00055 #define HAVE_CFLOAT 1
00056 
00057 /* Define to 1 if you have the <cieeefp> header file. */
00058 /* #undef HAVE_CIEEEFP */
00059 
00060 /* Define to 1 if you have the <cmath> header file. */
00061 #define HAVE_CMATH 1
00062 
00063 /* Define to 1 if you have the <cstdarg> header file. */
00064 #define HAVE_CSTDARG 1
00065 
00066 /* Define to 1 if you have the <cstdio> header file. */
00067 #define HAVE_CSTDIO 1
00068 
00069 /* Define to 1 if you have the <cstdlib> header file. */
00070 #define HAVE_CSTDLIB 1
00071 
00072 /* Define to 1 if you have the <cstring> header file. */
00073 #define HAVE_CSTRING 1
00074 
00075 /* Define to 1 if you have the <ctime> header file. */
00076 #define HAVE_CTIME 1
00077 
00078 /* Define to 1 if you have the <ctype.h> header file. */
00079 /* #undef HAVE_CTYPE_H */
00080 
00081 /* Define to 1 if you have the <dlfcn.h> header file. */
00082 /* #undef HAVE_DLFCN_H */
00083 
00084 /* Define to 1 if function drand48 is available */
00085 /* #undef HAVE_DRAND48 */
00086 
00087 /* Define to 1 if you have the <float.h> header file. */
00088 /* #undef HAVE_FLOAT_H */
00089 
00090 /* Define to 1 if you have the <ieeefp.h> header file. */
00091 /* #undef HAVE_IEEEFP_H */
00092 
00093 /* Define to 1 if you have the <inttypes.h> header file. */
00094 /* #define HAVE_INTTYPES_H */
00095 
00096 /* Define to 1 if you have the <math.h> header file. */
00097 /* #undef HAVE_MATH_H */
00098 
00099 /* Define to 1 if you have the <memory.h> header file. */
00100 #define HAVE_MEMORY_H 1
00101 
00102 /* Define to 1 if function rand is available */
00103 #define HAVE_RAND 1
00104 
00105 /* Define to 1 if you have the <stdarg.h> header file. */
00106 /* #undef HAVE_STDARG_H */
00107 
00108 /* Define to 1 if you have the <stdint.h> header file. */
00109 /* #undef HAVE_STDINT_H */
00110 
00111 /* Define to 1 if you have the <stdio.h> header file. */
00112 /* #undef HAVE_STDIO_H */
00113 
00114 /* Define to 1 if you have the <stdlib.h> header file. */
00115 #define HAVE_STDLIB_H 1
00116 
00117 /* Define to 1 if function std::rand is available */
00118 #define HAVE_STD__RAND 1
00119 
00120 /* Define to 1 if you have the <strings.h> header file. */
00121 /* #define HAVE_STRINGS_H */
00122 
00123 /* Define to 1 if you have the <string.h> header file. */
00124 #define HAVE_STRING_H 1
00125 
00126 /* Define to 1 if you have the <sys/stat.h> header file. */
00127 #define HAVE_SYS_STAT_H 1
00128 
00129 /* Define to 1 if you have the <sys/types.h> header file. */
00130 #define HAVE_SYS_TYPES_H 1
00131 
00132 /* Define to 1 if you have the <time.h> header file. */
00133 /* #undef HAVE_TIME_H */
00134 
00135 /* Define to 1 if you have the <unistd.h> header file. */
00136 /* #define HAVE_UNISTD_H */
00137 
00138 /* Define to 1 if va_copy is avaliable */
00139 /* #undef HAVE_VA_COPY */
00140 
00141 /* Define to be the name of C-function for Inf check */
00142 #define MY_C_FINITE _finite
00143 
00144 /* Define to be the name of C-function for NaN check */
00145 #define MY_C_ISNAN _isnan
00146 
00147 /* The size of a `double', as computed by sizeof. */
00148 #define SIZEOF_DOUBLE 8
00149 
00150 /* The size of a `int', as computed by sizeof. */
00151 #define SIZEOF_INT 4
00152 
00153 /* The size of a `int *', as computed by sizeof. */
00154 #define SIZEOF_INT_P 4
00155 
00156 /* The size of a `long', as computed by sizeof. */
00157 #define SIZEOF_LONG 4
00158 
00159 /* Define to 1 if you have the ANSI C header files. */
00160 #define STDC_HEADERS 1

Generated on Fri May 16 15:54:14 2008 by  doxygen 1.4.7