cgma
CGMConfig.h
Go to the documentation of this file.
00001 #ifndef _SRC_CGM_CGMCONFIG_H
00002 #define _SRC_CGM_CGMCONFIG_H 1
00003  
00004 /* src/cgm/CGMConfig.h. Generated automatically at end of configure. */
00005 /* src/cgm/CGMConfig.h.  Generated from CGMConfig.h.in by configure.  */
00006 /* config/CGMConfig.h.in.  Generated from configure.ac by autoheader.  */
00007 
00008 /* Define if building universal (internal helper macro) */
00009 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00010 
00011 /* MPICH_IGNORE_CXX_SEEK is not sufficient to avoid conflicts */
00012 /* #undef CGM_MPI_CXX_CONFLICT */
00013 
00014 /* "Value of C SEEK_CUR" */
00015 /* #undef CGM_SEEK_CUR */
00016 
00017 /* "Value of C SEEK_END" */
00018 /* #undef CGM_SEEK_END */
00019 
00020 /* "Value of C SEEK_SET" */
00021 /* #undef CGM_SEEK_SET */
00022 
00023 /* Define to alternate name for `main' routine that is called from a `main' in
00024    the Fortran libraries. */
00025 #ifndef CGM_F77_MAIN
00026 #define CGM_F77_MAIN main
00027 #endif
00028 
00029 /* Define to a macro mangling the given C identifier (in lower and upper
00030    case), which must not contain underscores, for linking with Fortran. */
00031 #ifndef CGM_FC_FUNC
00032 #define CGM_FC_FUNC(name,NAME) name ## _
00033 #endif
00034 
00035 /* As FC_FUNC, but for C identifiers containing underscores. */
00036 #ifndef CGM_FC_FUNC_
00037 #define CGM_FC_FUNC_(name,NAME) name ## _
00038 #endif
00039 
00040 /* Define to alternate name for `main' routine that is called from a `main' in
00041    the Fortran libraries. */
00042 #ifndef CGM_FC_MAIN
00043 #define CGM_FC_MAIN main
00044 #endif
00045 
00046 /* Define to 1 if you have the <dlfcn.h> header file. */
00047 #ifndef CGM_HAVE_DLFCN_H
00048 #define CGM_HAVE_DLFCN_H 1
00049 #endif
00050 
00051 /* CGM Configured only with the Facet engine */
00052 /* #undef HAVE_FACET_ENGINE_ONLY */
00053 
00054 /* Define to 1 if you have the <inttypes.h> header file. */
00055 #ifndef CGM_HAVE_INTTYPES_H
00056 #define CGM_HAVE_INTTYPES_H 1
00057 #endif
00058 
00059 /* Define to 1 if you have the <memory.h> header file. */
00060 #ifndef CGM_HAVE_MEMORY_H
00061 #define CGM_HAVE_MEMORY_H 1
00062 #endif
00063 
00064 /* Define to 1 if you have the <stdint.h> header file. */
00065 #ifndef CGM_HAVE_STDINT_H
00066 #define CGM_HAVE_STDINT_H 1
00067 #endif
00068 
00069 /* Define to 1 if you have the <stdlib.h> header file. */
00070 #ifndef CGM_HAVE_STDLIB_H
00071 #define CGM_HAVE_STDLIB_H 1
00072 #endif
00073 
00074 /* Define to 1 if you have the <strings.h> header file. */
00075 #ifndef CGM_HAVE_STRINGS_H
00076 #define CGM_HAVE_STRINGS_H 1
00077 #endif
00078 
00079 /* Define to 1 if you have the <string.h> header file. */
00080 #ifndef CGM_HAVE_STRING_H
00081 #define CGM_HAVE_STRING_H 1
00082 #endif
00083 
00084 /* Define to 1 if you have the <sys/stat.h> header file. */
00085 #ifndef CGM_HAVE_SYS_STAT_H
00086 #define CGM_HAVE_SYS_STAT_H 1
00087 #endif
00088 
00089 /* Define to 1 if you have the <sys/types.h> header file. */
00090 #ifndef CGM_HAVE_SYS_TYPES_H
00091 #define CGM_HAVE_SYS_TYPES_H 1
00092 #endif
00093 
00094 /* Define to 1 if you have the <unistd.h> header file. */
00095 #ifndef CGM_HAVE_UNISTD_H
00096 #define CGM_HAVE_UNISTD_H 1
00097 #endif
00098 
00099 /* Define to the sub-directory where libtool stores uninstalled libraries. */
00100 #ifndef CGM_LT_OBJDIR
00101 #define CGM_LT_OBJDIR ".libs/"
00102 #endif
00103 
00104 /* CGM Major Version */
00105 #ifndef CGM_MAJOR_VERSION
00106 #define CGM_MAJOR_VERSION 16
00107 #endif
00108 
00109 /* CGM Minor Version */
00110 #ifndef CGM_MINOR_VERSION
00111 #define CGM_MINOR_VERSION 0
00112 #endif
00113 
00114 /* Name of package */
00115 #ifndef CGM_PACKAGE
00116 #define CGM_PACKAGE "cgma"
00117 #endif
00118 
00119 /* Define to the address where bug reports for this package should be sent. */
00120 #ifndef CGM_PACKAGE_BUGREPORT
00121 #define CGM_PACKAGE_BUGREPORT "[email protected]"
00122 #endif
00123 
00124 /* Define to the full name of this package. */
00125 #ifndef CGM_PACKAGE_NAME
00126 #define CGM_PACKAGE_NAME "CGMA"
00127 #endif
00128 
00129 /* Define to the full name and version of this package. */
00130 #ifndef CGM_PACKAGE_STRING
00131 #define CGM_PACKAGE_STRING "CGMA 16.0.1"
00132 #endif
00133 
00134 /* Define to the one symbol short name of this package. */
00135 #ifndef CGM_PACKAGE_TARNAME
00136 #define CGM_PACKAGE_TARNAME "cgma"
00137 #endif
00138 
00139 /* Define to the home page for this package. */
00140 #ifndef CGM_PACKAGE_URL
00141 #define CGM_PACKAGE_URL "http://sigma.mcs.anl.gov"
00142 #endif
00143 
00144 /* Define to the version of this package. */
00145 #ifndef CGM_PACKAGE_VERSION
00146 #define CGM_PACKAGE_VERSION "16.0.1"
00147 #endif
00148 
00149 /* Define to 1 if you have the ANSI C header files. */
00150 #ifndef CGM_STDC_HEADERS
00151 #define CGM_STDC_HEADERS 1
00152 #endif
00153 
00154 /* CGM Version */
00155 #ifndef CGM_VERSION
00156 #define CGM_VERSION "16.0.1"
00157 #endif
00158 
00159 /* CGM Patch Level */
00160 #ifndef CGM_VERSION_PATCH
00161 #define CGM_VERSION_PATCH 1
00162 #endif
00163 
00164 /* CGM Version String */
00165 #ifndef CGM_VERSION_STRING
00166 #define CGM_VERSION_STRING "CGMA 16.0.1"
00167 #endif
00168 
00169 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00170    significant byte first (like Motorola and SPARC, unlike Intel). */
00171 #if defined AC_APPLE_UNIVERSAL_BUILD
00172 # if defined __BIG_ENDIAN__
00173 #  define WORDS_BIGENDIAN 1
00174 # endif
00175 #else
00176 # ifndef WORDS_BIGENDIAN
00177 /* #  undef WORDS_BIGENDIAN */
00178 # endif
00179 #endif
00180  
00181 /* once: _SRC_CGM_CGMCONFIG_H */
00182 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines