[1945] | 1 | /* config.h. Generated by configure. */ |
---|
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
---|
| 3 | |
---|
| 4 | /* Define to 1 if you have the `bzero' function. */ |
---|
| 5 | #define HAVE_BZERO 1 |
---|
| 6 | |
---|
| 7 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
| 8 | #define HAVE_INTTYPES_H 1 |
---|
| 9 | |
---|
| 10 | /* Define to 1 if you have the `GL' library (-lGL). */ |
---|
| 11 | #define HAVE_LIBGL 1 |
---|
| 12 | |
---|
| 13 | /* Define to 1 if you have the `GLU' library (-lGLU). */ |
---|
| 14 | #define HAVE_LIBGLU 1 |
---|
| 15 | |
---|
| 16 | /* Define to 1 if you have the `glut' library (-lglut). */ |
---|
| 17 | #define HAVE_LIBGLUT 1 |
---|
| 18 | |
---|
| 19 | /* Define to 1 if you have the `m' library (-lm). */ |
---|
| 20 | #define HAVE_LIBM 1 |
---|
| 21 | |
---|
| 22 | /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */ |
---|
| 23 | /* #undef HAVE_LIBOSMESA */ |
---|
| 24 | |
---|
| 25 | /* Define to 1 if you have the `X11' library (-lX11). */ |
---|
| 26 | /* #undef HAVE_LIBX11 */ |
---|
| 27 | |
---|
| 28 | /* Define to 1 if you have the `Xt' library (-lXt). */ |
---|
| 29 | /* #undef HAVE_LIBXT */ |
---|
| 30 | |
---|
| 31 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
---|
| 32 | to 0 otherwise. */ |
---|
| 33 | #define HAVE_MALLOC 1 |
---|
| 34 | |
---|
| 35 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
| 36 | #define HAVE_MEMORY_H 1 |
---|
| 37 | |
---|
| 38 | /* Define to 1 if you have the `sqrt' function. */ |
---|
| 39 | #define HAVE_SQRT 1 |
---|
| 40 | |
---|
| 41 | /* Define to 1 if stdbool.h conforms to C99. */ |
---|
| 42 | #define HAVE_STDBOOL_H 1 |
---|
| 43 | |
---|
| 44 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
| 45 | #define HAVE_STDINT_H 1 |
---|
| 46 | |
---|
| 47 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
| 48 | #define HAVE_STDLIB_H 1 |
---|
| 49 | |
---|
| 50 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
| 51 | #define HAVE_STRINGS_H 1 |
---|
| 52 | |
---|
| 53 | /* Define to 1 if you have the <string.h> header file. */ |
---|
| 54 | #define HAVE_STRING_H 1 |
---|
| 55 | |
---|
| 56 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
| 57 | #define HAVE_SYS_STAT_H 1 |
---|
| 58 | |
---|
| 59 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
| 60 | #define HAVE_SYS_TYPES_H 1 |
---|
| 61 | |
---|
| 62 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
| 63 | #define HAVE_UNISTD_H 1 |
---|
| 64 | |
---|
| 65 | /* Define to 1 if the system has the type `_Bool'. */ |
---|
| 66 | #define HAVE__BOOL 1 |
---|
| 67 | |
---|
| 68 | /* Name of package */ |
---|
| 69 | #define PACKAGE "full-package-name" |
---|
| 70 | |
---|
| 71 | /* Define to the address where bug reports for this package should be sent. */ |
---|
| 72 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" |
---|
| 73 | |
---|
| 74 | /* Define to the full name of this package. */ |
---|
| 75 | #define PACKAGE_NAME "FULL-PACKAGE-NAME" |
---|
| 76 | |
---|
| 77 | /* Define to the full name and version of this package. */ |
---|
| 78 | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" |
---|
| 79 | |
---|
| 80 | /* Define to the one symbol short name of this package. */ |
---|
| 81 | #define PACKAGE_TARNAME "full-package-name" |
---|
| 82 | |
---|
| 83 | /* Define to the version of this package. */ |
---|
| 84 | #define PACKAGE_VERSION "VERSION" |
---|
| 85 | |
---|
| 86 | /* Define to 1 if you have the ANSI C header files. */ |
---|
| 87 | #define STDC_HEADERS 1 |
---|
| 88 | |
---|
| 89 | /* Version number of package */ |
---|
| 90 | #define VERSION "VERSION" |
---|
| 91 | |
---|
| 92 | /* Define to rpl_malloc if the replacement function should be used. */ |
---|
| 93 | /* #undef malloc */ |
---|