1 /* include/plib_config.h.  Generated by configure.  */
2 /* include/plib_config.h.in.  Generated from configure.in by autoheader.  */
3 // define if you want to use exception handling
4 #define USE_EXCEPTION 1
5 
6 // define if you want verbose exception handling
7 /* #undef VERBOSE_EXCEPTION */
8 
9 // define if you have the ISO C++ friend declaration style
10 #define HAVE_ISO_FRIEND_DECL 1
11 
12 // define if you can handle the template of template class
13 #define HAVE_TEMPLATE_OF_TEMPLATE 1
14 
15 // define if you can use -fno-implicit-template
16 #define NO_IMPLICIT_TEMPLATES 1
17 
18 // define if you can use -frepo
19 /* #undef INCLUDE_TEMPLATE_SOURCE */
20 
21 // define if you want Image Magick
22 /* #undef WITH_IMAGE_MAGICK */
23 
24 // define if you want to do range validity checking
25 // and also other debugging functions
26 #define DEBUG_PLIB 1
27 
28 // Define if you want the matrix to be in column order rather than row order.
29 // Column ordering is used by fortran and OpenGL.
30 #define COLUMN_ORDER 1
31 
32 // the name of the package
33 #define PACKAGE "nurbs++"
34 
35 // the version of the package
36 #define VERSION "3.0.11"
37 
38 // if the C++ compiler supports namespaces
39 #define HAVE_NAMESPACE 1
40 
41 // Specify if OpenGL is present on this system
42 #define WITH_OPENGL 1
43 
44 // Specify if you are using Solaris with egcs
45 /* #undef USING_GNU_SOLARIS */
46 
47 // Specify if you are using DEC Alpha with egcs
48 /* #undef USING_GNU_DECALPHA */
49 
50 // Specify if you are using SGI with egcs
51 /* #undef USING_GNU_SGI */
52 
53 // Specify if you are using Linux (assumed with egcs)
54 #define USING_LINUX 1
55 
56 // Specify if you have CppUnit installed
57 #define HAS_CPPUNIT 1
58 
59 // Specify if you have abs defined for the Complex type
60 #define HAS_COMPLEX_ABS 1
61 
62 // Specify if you have conf defined for the Complex type
63 #define HAS_COMPLEX_CONJ 1
64 
65 /* Define to 1 if you have the <dlfcn.h> header file. */
66 #define HAVE_DLFCN_H 1
67 
68 /* Define to 1 if you have the <inttypes.h> header file. */
69 #define HAVE_INTTYPES_H 1
70 
71 /* Define to 1 if you have the <memory.h> header file. */
72 #define HAVE_MEMORY_H 1
73 
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #define HAVE_STDINT_H 1
76 
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #define HAVE_STDLIB_H 1
79 
80 /* Define to 1 if you have the <strings.h> header file. */
81 #define HAVE_STRINGS_H 1
82 
83 /* Define to 1 if you have the <string.h> header file. */
84 #define HAVE_STRING_H 1
85 
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #define HAVE_SYS_STAT_H 1
88 
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #define HAVE_SYS_TYPES_H 1
91 
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #define HAVE_UNISTD_H 1
94 
95 /* Name of package */
96 #define PACKAGE "nurbs++"
97 
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT ""
100 
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME ""
103 
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING ""
106 
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME ""
109 
110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION ""
112 
113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1
115 
116 /* Version number of package */
117 #define VERSION "3.0.11"
118 
119 /* Define to 1 if the X Window System is missing or not being used. */
120 /* #undef X_DISPLAY_MISSING */
121