00001 /* include/plib_config.h. Generated by configure. */ 00002 /* include/plib_config.h.in. Generated from configure.in by autoheader. */ 00003 // define if you want to use exception handling 00004 #define USE_EXCEPTION 1 00005 00006 // define if you want verbose exception handling 00007 /* #undef VERBOSE_EXCEPTION */ 00008 00009 // define if you have the ISO C++ friend declaration style 00010 #define HAVE_ISO_FRIEND_DECL 1 00011 00012 // define if you can handle the template of template class 00013 #define HAVE_TEMPLATE_OF_TEMPLATE 1 00014 00015 // define if you can use -fno-implicit-template 00016 #define NO_IMPLICIT_TEMPLATES 1 00017 00018 // define if you can use -frepo 00019 /* #undef INCLUDE_TEMPLATE_SOURCE */ 00020 00021 // define if you want Image Magick 00022 /* #undef WITH_IMAGE_MAGICK */ 00023 00024 // define if you want to do range validity checking 00025 // and also other debugging functions 00026 #define DEBUG_PLIB 1 00027 00028 // Define if you want the matrix to be in column order rather than row order. 00029 // Column ordering is used by fortran and OpenGL. 00030 /* #undef COLUMN_ORDER */ 00031 00032 // the name of the package 00033 #define PACKAGE "nurbs++" 00034 00035 // the version of the package 00036 #define VERSION "3.0.11" 00037 00038 // if the C++ compiler supports namespaces 00039 #define HAVE_NAMESPACE 1 00040 00041 // Specify if OpenGL is present on this system 00042 /* #undef WITH_OPENGL */ 00043 00044 // Specify if you are using Solaris with egcs 00045 /* #undef USING_GNU_SOLARIS */ 00046 00047 // Specify if you are using DEC Alpha with egcs 00048 /* #undef USING_GNU_DECALPHA */ 00049 00050 // Specify if you are using SGI with egcs 00051 /* #undef USING_GNU_SGI */ 00052 00053 // Specify if you are using Linux (assumed with egcs) 00054 #define USING_LINUX 1 00055 00056 // Specify if you have CppUnit installed 00057 /* #undef HAS_CPPUNIT */ 00058 00059 // Specify if you have abs defined for the Complex type 00060 #define HAS_COMPLEX_ABS 1 00061 00062 // Specify if you have conf defined for the Complex type 00063 #define HAS_COMPLEX_CONJ 1 00064 00065 /* 00066 Define to 1 if you have the <dlfcn.h> 00067 header file. */ 00068 #define HAVE_DLFCN_H 1 00069 00070 /* 00071 Define to 1 if you have the <inttypes.h> 00072 header file. */ 00073 #define HAVE_INTTYPES_H 1 00074 00075 /* 00076 Define to 1 if you have the <memory.h> 00077 header file. */ 00078 #define HAVE_MEMORY_H 1 00079 00080 /* 00081 Define to 1 if you have the <stdint.h> 00082 header file. */ 00083 #define HAVE_STDINT_H 1 00084 00085 /* 00086 Define to 1 if you have the <stdlib.h> 00087 header file. */ 00088 #define HAVE_STDLIB_H 1 00089 00090 /* 00091 Define to 1 if you have the <strings.h> 00092 header file. */ 00093 #define HAVE_STRINGS_H 1 00094 00095 /* 00096 Define to 1 if you have the <string.h> 00097 header file. */ 00098 #define HAVE_STRING_H 1 00099 00100 /* 00101 Define to 1 if you have the <sys/stat.h> 00102 header file. */ 00103 #define HAVE_SYS_STAT_H 1 00104 00105 /* 00106 Define to 1 if you have the <sys/types.h> 00107 header file. */ 00108 #define HAVE_SYS_TYPES_H 1 00109 00110 /* 00111 Define to 1 if you have the <unistd.h> 00112 header file. */ 00113 #define HAVE_UNISTD_H 1 00114 00115 /* 00116 Name of package */ 00117 #define PACKAGE "nurbs++" 00118 00119 /* 00120 Define to the address where bug reports for 00121 this package should be sent. */ 00122 #define PACKAGE_BUGREPORT "" 00123 00124 /* 00125 Define to the full name of this package. 00126 */ 00127 #define PACKAGE_NAME "" 00128 00129 /* 00130 Define to the full name and version of 00131 this package. */ 00132 #define PACKAGE_STRING "" 00133 00134 /* 00135 Define to the one symbol short name of 00136 this package. */ 00137 #define PACKAGE_TARNAME "" 00138 00139 /* 00140 Define to the version of this package. */ 00141 #define PACKAGE_VERSION "" 00142 00143 /* 00144 Define to 1 if you have the ANSI 00145 C header files. */ 00146 #define STDC_HEADERS 1 00147 00148 /* 00149 Version number of package */ 00150 #define VERSION "3.0.11" 00151 00152 /* 00153 Define to 1 if the X Window System 00154 is missing or not being used. */ 00155 /* #undef X_DISPLAY_MISSING */