libNuML  1.1.1
Library for reading / writing NuML documents
libnuml-config-unix.h
Go to the documentation of this file.
1 /* src/common/libnuml-config-unix.h. Generated from libnuml-config-unix.h.in by configure. */
68 /* Define to 1 if you have the <check.h> header file. */
69 /* #undef HAVE_CHECK_H */
70 
71 /* Define to 1 if you have the `check' library (-lcheck). */
72 /* #undef HAVE_LIBCHECK */
73 
74 
75 
76 /* Define to 1 if you have the <expat.h> header file. */
77 /* #undef HAVE_EXPAT_H */
78 
79 /* Define to 1 to use the Expat XML library */
80 /* #undef USE_EXPAT */
81 
82 
83 /* Define to 1 if you have the <errno.h> header file. */
84 #define HAVE_ERRNO_H 1
85 
86 /* Define to 1 if you have the <ieeefp.h> header file. */
87 /* #undef HAVE_IEEEFP_H */
88 
89 /* Define to 1 if you have the ANSI C header files. */
90 #define STDC_HEADERS 1
91 
92 /* Define to 1 if you have the <math.h> header file. */
93 #define HAVE_MATH_H 1
94 
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #define HAVE_SYS_TYPES_H 1
97 
98 /* Define to 1 if you have the `m' library (-lm). */
99 #define HAVE_LIBM 1
100 
101 
102 /* Define to 1 to enable primitive memory tracing. */
103 /* #undef TRACE_MEMORY */
104 
105 /* Define to 1 to build the SBML layout extension. */
106 /* #undef USE_LAYOUT */
107 
108 
109 /* Define to 1 if your processor stores words with the most significant byte
110  first (like Motorola and SPARC, unlike Intel and VAX). */
111 /* #undef WORDS_BIGENDIAN */