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 #define WITH_IMAGE_MAGICK 1 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 1 00034 00035 // the version of the package 00036 #define VERSION 1 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 #define HAS_CPPUNIT 1 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 /* Define to 1 if you have the <dlfcn.h> header file. */ 00066 #define HAVE_DLFCN_H 1 00067 00068 /* Define to 1 if you have the <inttypes.h> header file. */ 00069 #define HAVE_INTTYPES_H 1 00070 00071 /* Define to 1 if you have the <memory.h> header file. */ 00072 #define HAVE_MEMORY_H 1 00073 00074 /* Define to 1 if you have the <stdint.h> header file. */ 00075 #define HAVE_STDINT_H 1 00076 00077 /* Define to 1 if you have the <stdlib.h> header file. */ 00078 #define HAVE_STDLIB_H 1 00079 00080 /* Define to 1 if you have the <strings.h> header file. */ 00081 #define HAVE_STRINGS_H 1 00082 00083 /* Define to 1 if you have the <string.h> header file. */ 00084 #define HAVE_STRING_H 1 00085 00086 /* Define to 1 if you have the <sys/stat.h> header file. */ 00087 #define HAVE_SYS_STAT_H 1 00088 00089 /* Define to 1 if you have the <sys/types.h> header file. */ 00090 #define HAVE_SYS_TYPES_H 1 00091 00092 /* Define to 1 if you have the <unistd.h> header file. */ 00093 #define HAVE_UNISTD_H 1 00094 00095 /* Define to the address where bug reports for this package should be sent. */ 00096 #define PACKAGE_BUGREPORT "" 00097 00098 /* Define to the full name of this package. */ 00099 #define PACKAGE_NAME "" 00100 00101 /* Define to the full name and version of this package. */ 00102 #define PACKAGE_STRING "" 00103 00104 /* Define to the one symbol short name of this package. */ 00105 #define PACKAGE_TARNAME "" 00106 00107 /* Define to the version of this package. */ 00108 #define PACKAGE_VERSION "" 00109 00110 /* Define to 1 if you have the ANSI C header files. */ 00111 #define STDC_HEADERS 1 00112 00113 /* Define to 1 if the X Window System is missing or not being used. */ 00114 /* #undef X_DISPLAY_MISSING */