|
| 1 | +/* src/config.h. Generated from config.h.in by configure. */ |
| 2 | +/* src/config.h.in. Generated from configure.in by autoheader. */ |
| 3 | + |
| 4 | +/* Define if building universal (internal helper macro) */ |
| 5 | +/* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 6 | + |
| 7 | +/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 8 | +#ifndef HX_WINDOWS |
| 9 | +#define HAVE_DLFCN_H 1 |
| 10 | + |
| 11 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 12 | +#define HAVE_INTTYPES_H 1 |
| 13 | +#endif |
| 14 | + |
| 15 | +/* Define to 1 if you have the <malloc.h> header file. */ |
| 16 | +#ifdef HX_LINUX |
| 17 | +#define HAVE_MALLOC_H 1 |
| 18 | +#endif |
| 19 | + |
| 20 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 21 | +#define HAVE_MEMORY_H 1 |
| 22 | + |
| 23 | +/* Define to 1 if you have the `setenv' function. */ |
| 24 | +#ifndef HX_WINDOWS |
| 25 | +#define HAVE_SETENV 1 |
| 26 | +#endif |
| 27 | + |
| 28 | +/* Define to 1 if you have the `sinf' function. */ |
| 29 | +#define HAVE_SINF 1 |
| 30 | + |
| 31 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 32 | +#define HAVE_STDINT_H 1 |
| 33 | + |
| 34 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 35 | +#define HAVE_STDLIB_H 1 |
| 36 | + |
| 37 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 38 | +#define HAVE_STRINGS_H 1 |
| 39 | + |
| 40 | +/* Define to 1 if you have the <string.h> header file. */ |
| 41 | +#define HAVE_STRING_H 1 |
| 42 | + |
| 43 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 44 | +#define HAVE_SYS_STAT_H 1 |
| 45 | + |
| 46 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 47 | +#define HAVE_SYS_TYPES_H 1 |
| 48 | + |
| 49 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 50 | +#define HAVE_UNISTD_H 1 |
| 51 | + |
| 52 | +/* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 53 | + */ |
| 54 | +#define LT_OBJDIR ".libs/" |
| 55 | + |
| 56 | +/* Name of package */ |
| 57 | +#define PACKAGE "libmodplug" |
| 58 | + |
| 59 | +/* Define to the address where bug reports for this package should be sent. */ |
| 60 | +#define PACKAGE_BUGREPORT "" |
| 61 | + |
| 62 | +/* Define to the full name of this package. */ |
| 63 | +#define PACKAGE_NAME "" |
| 64 | + |
| 65 | +/* Define to the full name and version of this package. */ |
| 66 | +#define PACKAGE_STRING "" |
| 67 | + |
| 68 | +/* Define to the one symbol short name of this package. */ |
| 69 | +#define PACKAGE_TARNAME "" |
| 70 | + |
| 71 | +/* Define to the home page for this package. */ |
| 72 | +#define PACKAGE_URL "" |
| 73 | + |
| 74 | +/* Define to the version of this package. */ |
| 75 | +#define PACKAGE_VERSION "" |
| 76 | + |
| 77 | +/* Define to 1 if you have the ANSI C header files. */ |
| 78 | +#define STDC_HEADERS 1 |
| 79 | + |
| 80 | +/* Version number of package */ |
| 81 | +#define VERSION "0.8.8.4" |
| 82 | + |
| 83 | +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 84 | + significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 85 | +#if defined AC_APPLE_UNIVERSAL_BUILD |
| 86 | +# if defined __BIG_ENDIAN__ |
| 87 | +# define WORDS_BIGENDIAN 1 |
| 88 | +# endif |
| 89 | +#else |
| 90 | +# ifndef WORDS_BIGENDIAN |
| 91 | +/* # undef WORDS_BIGENDIAN */ |
| 92 | +# endif |
| 93 | +#endif |
| 94 | + |
| 95 | +/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
| 96 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 97 | + #define below would cause a syntax error. */ |
| 98 | +/* #undef _UINT32_T */ |
| 99 | + |
| 100 | +/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, |
| 101 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 102 | + #define below would cause a syntax error. */ |
| 103 | +/* #undef _UINT64_T */ |
| 104 | + |
| 105 | +/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, |
| 106 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 107 | + #define below would cause a syntax error. */ |
| 108 | +/* #undef _UINT8_T */ |
| 109 | + |
| 110 | +/* Define to the type of a signed integer type of width exactly 16 bits if |
| 111 | + such a type exists and the standard includes do not define it. */ |
| 112 | +/* #undef int16_t */ |
| 113 | + |
| 114 | +/* Define to the type of a signed integer type of width exactly 32 bits if |
| 115 | + such a type exists and the standard includes do not define it. */ |
| 116 | +/* #undef int32_t */ |
| 117 | + |
| 118 | +/* Define to the type of a signed integer type of width exactly 64 bits if |
| 119 | + such a type exists and the standard includes do not define it. */ |
| 120 | +/* #undef int64_t */ |
| 121 | + |
| 122 | +/* Define to the type of a signed integer type of width exactly 8 bits if such |
| 123 | + a type exists and the standard includes do not define it. */ |
| 124 | +/* #undef int8_t */ |
| 125 | + |
| 126 | +/* Define to the type of an unsigned integer type of width exactly 16 bits if |
| 127 | + such a type exists and the standard includes do not define it. */ |
| 128 | +/* #undef uint16_t */ |
| 129 | + |
| 130 | +/* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 131 | + such a type exists and the standard includes do not define it. */ |
| 132 | +/* #undef uint32_t */ |
| 133 | + |
| 134 | +/* Define to the type of an unsigned integer type of width exactly 64 bits if |
| 135 | + such a type exists and the standard includes do not define it. */ |
| 136 | +/* #undef uint64_t */ |
| 137 | + |
| 138 | +/* Define to the type of an unsigned integer type of width exactly 8 bits if |
| 139 | + such a type exists and the standard includes do not define it. */ |
| 140 | +/* #undef uint8_t */ |
0 commit comments