00001 /* include/config.h. Generated by configure. */ 00002 /* include/config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define if we don't use the memory manager to allocate the tmp matrices */ 00005 #define DEV_SCF_CLASS_NO_MEMORY 1 00006 00007 /* Define to dummy `main' function (if any) required to link to the Fortran 00008 libraries. */ 00009 /* #undef F77_DUMMY_MAIN */ 00010 00011 /* Define to a macro mangling the given C identifier (in lower and upper 00012 case), which must not contain underscores, for linking with Fortran. */ 00013 #define F77_FUNC(name,NAME) name ## _ 00014 00015 /* As F77_FUNC, but for C identifiers containing underscores. */ 00016 #define F77_FUNC_(name,NAME) name ## _ 00017 00018 /* Define if F77 and FC dummy `main' functions are identical. */ 00019 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 00020 00021 /* Define if you have a BLAS library. */ 00022 /* #undef HAVE_BLAS */ 00023 00024 /* Define to 1 if you have the <inttypes.h> header file. */ 00025 #define HAVE_INTTYPES_H 1 00026 00027 /* Define if you have LAPACK library. */ 00028 /* #undef HAVE_LAPACK */ 00029 00030 /* Define to 1 if you have the <memory.h> header file. */ 00031 #define HAVE_MEMORY_H 1 00032 00033 /* Define to 1 if you have the `memset' function. */ 00034 #define HAVE_MEMSET 1 00035 00036 /* Define if you have the MPI library. */ 00037 #define HAVE_MPI 1 00038 00039 /* define if the compiler implements namespaces */ 00040 #define HAVE_NAMESPACES 00041 00042 /* Define to 1 if you have the <stdint.h> header file. */ 00043 #define HAVE_STDINT_H 1 00044 00045 /* Define to 1 if you have the <stdlib.h> header file. */ 00046 #define HAVE_STDLIB_H 1 00047 00048 /* define if the compiler supports Standard Template Library */ 00049 #define HAVE_STL 00050 00051 /* Define to 1 if you have the <strings.h> header file. */ 00052 #define HAVE_STRINGS_H 1 00053 00054 /* Define to 1 if you have the <string.h> header file. */ 00055 #define HAVE_STRING_H 1 00056 00057 /* Define to 1 if you have the <sys/stat.h> header file. */ 00058 #define HAVE_SYS_STAT_H 1 00059 00060 /* Define to 1 if you have the <sys/types.h> header file. */ 00061 #define HAVE_SYS_TYPES_H 1 00062 00063 /* Define to 1 if you have the <unistd.h> header file. */ 00064 #define HAVE_UNISTD_H 1 00065 00066 /* Name of package */ 00067 #define PACKAGE "QC++" 00068 00069 /* Define to the address where bug reports for this package should be sent. */ 00070 #define PACKAGE_BUGREPORT "" 00071 00072 /* Define to the full name of this package. */ 00073 #define PACKAGE_NAME "" 00074 00075 /* Define to the full name and version of this package. */ 00076 #define PACKAGE_STRING "" 00077 00078 /* Define to the one symbol short name of this package. */ 00079 #define PACKAGE_TARNAME "" 00080 00081 /* Define to the version of this package. */ 00082 #define PACKAGE_VERSION "" 00083 00084 /* Define path for the database of fragments */ 00085 #define QCPP_DATABASE_PATH_ "/home/coulaud/build/QCPP/seq/noblas/share" 00086 00087 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not 00088 supported. Do not define if restrict is supported directly. */ 00089 #define QCRestrict __restrict__ 00090 00091 /* Suppress debugging code */ 00092 /* #undef QC_NO_DEBUG */ 00093 00094 /* Define to 1 if you have the ANSI C header files. */ 00095 #define STDC_HEADERS 1 00096 00097 /* Define if we use the lapack library */ 00098 #define USE_LAPACK 1 00099 00100 /* Version number of package */ 00101 #define VERSION "2.5.4"