Main Page   Class Hierarchy   Compound List   File List   Compound Members  

plib_config.hh

00001 /* include/plib_config.hh.  Generated automatically by configure.  */
00002 /* include/plib_config.hh.in.  Generated automatically from configure.in by autoheader 2.13.  */
00003 
00004 /* Define if the X Window System is missing or not being used.  */
00005 #define X_DISPLAY_MISSING 1
00006 
00007 // define if you want to use exception handling
00008 #define USE_EXCEPTION 1
00009 
00010 // define if you want verbose exception handling
00011 /* #undef VERBOSE_EXCEPTION */
00012 
00013 // define if you have the ISO C++ friend declaration style
00014 #define HAVE_ISO_FRIEND_DECL 1
00015 
00016 // define if you can handle the template of template class
00017 #define HAVE_TEMPLATE_OF_TEMPLATE 1
00018 
00019 // define if you can use -fno-implicit-template
00020 #define NO_IMPLICIT_TEMPLATES 1
00021 
00022 // define if you can use -frepo
00023 /* #undef INCLUDE_TEMPLATE_SOURCE */
00024 
00025 // define if you want Image Magick 
00026 /* #undef WITH_IMAGE_MAGICK */
00027 
00028 // define if you want to do range validity checking
00029 // and also other debugging functions
00030 #define DEBUG_PLIB 1
00031 
00032 // Define if you want the matrix to be in column order rather than row order.
00033 // Column ordering is used by fortran and OpenGL.
00034 /* #undef COLUMN_ORDER */
00035 
00036 // the name of the package
00037 #define PACKAGE 1 
00038 
00039 // the version of the package
00040 #define VERSION 1 
00041 
00042 // if the C++ compiler supports namespaces
00043 #define HAVE_NAMESPACE 1
00044 
00045 // Specify if OpenGL is present on this system
00046 /* #undef WITH_OPENGL */ 
00047 
00048 // Specify if you are using Solaris with egcs
00049 /* #undef USING_GNU_SOLARIS */
00050 
00051 // Specify if you are using DEC Alpha with egcs
00052 /* #undef USING_GNU_DECALPHA */
00053 
00054 // Specify if you are using Linux (assumed with egcs)
00055 #define USING_LINUX 1
00056 
00057 /* Define if you have the <dlfcn.h> header file.  */
00058 #define HAVE_DLFCN_H 1
00059 
00060 /* Name of package */
00061 #define PACKAGE 1
00062 
00063 /* Version number of package */
00064 #define VERSION 1
00065 

Generated on Sun Jan 27 02:53:31 2002 for NURBS++ by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001