/home/coin/SVN-release/Ipopt-3.2.4/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 /* Define to integer type capturing pointer */
00012 #define COIN_INTPTR_T long
00013 
00014 /* Define to dummy `main' function (if any) required to link to the Fortran
00015    libraries. */
00016 /* #undef F77_DUMMY_MAIN */
00017 
00018 /* Define to a macro mangling the given C identifier (in lower and upper
00019    case), which must not contain underscores, for linking with Fortran. */
00020 #define F77_FUNC(name,NAME) NAME
00021 
00022 /* As F77_FUNC, but for C identifiers containing underscores. */
00023 #define F77_FUNC_(name,NAME) NAME
00024 
00025 /* Define if F77 and FC dummy `main' functions are identical. */
00026 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00027 
00028 /* Define to the C type corresponding to Fortran INTEGER */
00029 #define FORTRAN_INTEGER_TYPE int
00030 
00031 /* Define to 1 if you have the <assert.h> header file. */
00032 /* #undef HAVE_ASSERT_H */
00033 
00034 /* Define to 1 if you have the <cassert> header file. */
00035 #define HAVE_CASSERT 1
00036 
00037 /* Define to 1 if you have the <cctype> header file. */
00038 #define HAVE_CCTYPE 1
00039 
00040 /* Define to 1 if you have the <cfloat> header file. */
00041 #define HAVE_CFLOAT 1
00042 
00043 /* Define to 1 if you have the <cieeefp> header file. */
00044 /* #undef HAVE_CIEEEFP */
00045 
00046 /* Define to 1 if you have the <cmath> header file. */
00047 #define HAVE_CMATH 1
00048 
00049 /* Define to 1 if you have the <cstdarg> header file. */
00050 #define HAVE_CSTDARG 1
00051 
00052 /* Define to 1 if you have the <cstdio> header file. */
00053 #define HAVE_CSTDIO 1
00054 
00055 /* Define to 1 if you have the <cstdlib> header file. */
00056 /* #undef HAVE_CSTDLIB */
00057 
00058 /* Define to 1 if you have the <ctime> header file. */
00059 #define HAVE_CTIME 1
00060 
00061 /* Define to 1 if you have the <ctype.h> header file. */
00062 /* #undef HAVE_CTYPE_H */
00063 
00064 /* Define to 1 if you have the <dlfcn.h> header file. */
00065 /* #define HAVE_DLFCN_H */
00066 
00067 /* Define to 1 if you have the <float.h> header file. */
00068 /* #undef HAVE_FLOAT_H */
00069 
00070 /* Define to 1 if you have the <ieeefp.h> header file. */
00071 /* #undef HAVE_IEEEFP_H */
00072 
00073 /* Define to 1 if you have the <inttypes.h> header file. */
00074 /* #define HAVE_INTTYPES_H */
00075 
00076 /* Define to 1 if you have the <math.h> header file. */
00077 /* #undef HAVE_MATH_H */
00078 
00079 /* Define to 1 if you have the <memory.h> header file. */
00080 #define HAVE_MEMORY_H 1
00081 
00082 /* Define to 1 if you have the <stdarg.h> header file. */
00083 /* #undef HAVE_STDARG_H */
00084 
00085 /* Define to 1 if you have the <stdint.h> header file. */
00086 /* #define HAVE_STDINT_H */
00087 
00088 /* Define to 1 if you have the <stdio.h> header file. */
00089 /* #undef HAVE_STDIO_H */
00090 
00091 /* Define to 1 if you have the <stdlib.h> header file. */
00092 #define HAVE_STDLIB_H 1
00093 
00094 /* Define to 1 if you have the <strings.h> header file. */
00095 /* #define HAVE_STRINGS_H */
00096 
00097 /* Define to 1 if you have the <string.h> header file. */
00098 #define HAVE_STRING_H 1
00099 
00100 /* Define to 1 if you have the <sys/stat.h> header file. */
00101 #define HAVE_SYS_STAT_H 1
00102 
00103 /* Define to 1 if you have the <sys/types.h> header file. */
00104 #define HAVE_SYS_TYPES_H 1
00105 
00106 /* Define to 1 if you have the <time.h> header file. */
00107 /* #undef HAVE_TIME_H */
00108 
00109 /* Define to 1 if you have the <unistd.h> header file. */
00110 /* #define HAVE_UNISTD_H */
00111 
00112 /* Define to 1 if va_copy is avaliable */
00113 /* #undef HAVE_VA_COPY */
00114 
00115 /* Define to be the name of C-function for Inf check */
00116 #define MY_C_FINITE _finite
00117 
00118 /* Define to be the name of C-function for NaN check */
00119 #define MY_C_ISNAN _isnan
00120 
00121 /* The size of a `double', as computed by sizeof. */
00122 #define SIZEOF_DOUBLE 8
00123 
00124 /* The size of a `int', as computed by sizeof. */
00125 #define SIZEOF_INT 4
00126 
00127 /* The size of a `int *', as computed by sizeof. */
00128 #define SIZEOF_INT_P 4
00129 
00130 /* The size of a `long', as computed by sizeof. */
00131 #define SIZEOF_LONG 4
00132 
00133 /* Define to 1 if you have the ANSI C header files. */
00134 #define STDC_HEADERS 1

Generated on Thu May 15 22:23:36 2008 by  doxygen 1.4.7