MOCHA 0.9
/usr/src/RPM/BUILD/CoinMOCHA-1.0.0/MOCHA/config.h
Go to the documentation of this file.
00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* If defined, the BLAS Library is available. */
00005 #define COIN_HAS_BLAS 1
00006 
00007 /* If defined, the LAPACK Library is available. */
00008 #define COIN_HAS_LAPACK 1
00009 
00010 /* Define to 1 if the MOCHA package is used */
00011 #define COIN_HAS_MOCHA 1
00012 
00013 /* Define to the debug sanity check level (0 is no test) */
00014 #define COIN_MOCHA_CHECKLEVEL 0
00015 
00016 /* Define to the debug verbosity level (0 is no output) */
00017 #define COIN_MOCHA_VERBOSITY 0
00018 
00019 /* Define to dummy `main' function (if any) required to link to the Fortran
00020    libraries. */
00021 /* #undef F77_DUMMY_MAIN */
00022 
00023 /* Define to a macro mangling the given C identifier (in lower and upper
00024    case), which must not contain underscores, for linking with Fortran. */
00025 #define F77_FUNC(name,NAME) name ## _
00026 
00027 /* As F77_FUNC, but for C identifiers containing underscores. */
00028 #define F77_FUNC_(name,NAME) name ## _
00029 
00030 /* Define if F77 and FC dummy `main' functions are identical. */
00031 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00032 
00033 /* Define to 1 if you have the <dlfcn.h> header file. */
00034 #define HAVE_DLFCN_H 1
00035 
00036 /* Define to 1 if you have the <inttypes.h> header file. */
00037 #define HAVE_INTTYPES_H 1
00038 
00039 /* Define to 1 if you have the `gmp' library (-lgmp). */
00040 #define HAVE_LIBGMP 1
00041 
00042 /* Define to 1 if you have the `gmpxx' library (-lgmpxx). */
00043 #define HAVE_LIBGMPXX 1
00044 
00045 /* Define to 1 if you have the <memory.h> header file. */
00046 #define HAVE_MEMORY_H 1
00047 
00048 /* Define to 1 if you have the <stdint.h> header file. */
00049 #define HAVE_STDINT_H 1
00050 
00051 /* Define to 1 if you have the <stdlib.h> header file. */
00052 #define HAVE_STDLIB_H 1
00053 
00054 /* Define to 1 if you have the <strings.h> header file. */
00055 #define HAVE_STRINGS_H 1
00056 
00057 /* Define to 1 if you have the <string.h> header file. */
00058 #define HAVE_STRING_H 1
00059 
00060 /* Define to 1 if you have the <sys/stat.h> header file. */
00061 #define HAVE_SYS_STAT_H 1
00062 
00063 /* Define to 1 if you have the <sys/types.h> header file. */
00064 #define HAVE_SYS_TYPES_H 1
00065 
00066 /* Define to 1 if you have the <unistd.h> header file. */
00067 #define HAVE_UNISTD_H 1
00068 
00069 /* Name of package */
00070 #define PACKAGE "mocha"
00071 
00072 /* Define to the address where bug reports for this package should be sent. */
00073 #define PACKAGE_BUGREPORT "dchaws+MOCHA@gmail.com"
00074 
00075 /* Define to the full name of this package. */
00076 #define PACKAGE_NAME "MOCHA"
00077 
00078 /* Define to the full name and version of this package. */
00079 #define PACKAGE_STRING "MOCHA 0.9"
00080 
00081 /* Define to the one symbol short name of this package. */
00082 #define PACKAGE_TARNAME "mocha"
00083 
00084 /* Define to the version of this package. */
00085 #define PACKAGE_VERSION "0.9"
00086 
00087 /* Define to 1 if you have the ANSI C header files. */
00088 #define STDC_HEADERS 1
00089 
00090 /* Version number of package */
00091 #define VERSION "0.9"
 All Classes Files Functions Variables Friends Defines