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