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

Generated on Wed Aug 22 06:25:01 2007 for coin-Cgl by  doxygen 1.4.7