Path: blob/main/tools/ports/libmodplug/config.h
4154 views
/* src/config.h. Generated from config.h.in by configure. */1/* src/config.h.in. Generated from configure.ac by autoheader. */23/* Define if building universal (internal helper macro) */4/* #undef AC_APPLE_UNIVERSAL_BUILD */56/* Define to 1 if you have the <dlfcn.h> header file. */7#define HAVE_DLFCN_H 189/* Define to 1 if you have the <inttypes.h> header file. */10#define HAVE_INTTYPES_H 11112/* Define to 1 if you have the <malloc.h> header file. */13#define HAVE_MALLOC_H 11415/* Define to 1 if you have the `setenv' function. */16#define HAVE_SETENV 11718/* Define to 1 if you have the `sinf' function. */19#define HAVE_SINF 12021/* Define to 1 if you have the <stdint.h> header file. */22#define HAVE_STDINT_H 12324/* Define to 1 if you have the <stdio.h> header file. */25#define HAVE_STDIO_H 12627/* Define to 1 if you have the <stdlib.h> header file. */28#define HAVE_STDLIB_H 12930/* Define to 1 if you have the <strings.h> header file. */31#define HAVE_STRINGS_H 13233/* Define to 1 if you have the <string.h> header file. */34#define HAVE_STRING_H 13536/* Define to 1 if you have the <sys/stat.h> header file. */37#define HAVE_SYS_STAT_H 13839/* Define to 1 if you have the <sys/types.h> header file. */40#define HAVE_SYS_TYPES_H 14142/* Define to 1 if you have the <unistd.h> header file. */43#define HAVE_UNISTD_H 14445/* Define to the sub-directory where libtool stores uninstalled libraries. */46#define LT_OBJDIR ".libs/"4748/* Name of package */49#define PACKAGE "libmodplug"5051/* Define to the address where bug reports for this package should be sent. */52#define PACKAGE_BUGREPORT ""5354/* Define to the full name of this package. */55#define PACKAGE_NAME "libmodplug"5657/* Define to the full name and version of this package. */58#define PACKAGE_STRING "libmodplug 0.8.9.0"5960/* Define to the one symbol short name of this package. */61#define PACKAGE_TARNAME "libmodplug"6263/* Define to the home page for this package. */64#define PACKAGE_URL ""6566/* Define to the version of this package. */67#define PACKAGE_VERSION "0.8.9.0"6869/* Define to 1 if all of the C90 standard headers exist (not just the ones70required in a freestanding environment). This macro is provided for71backward compatibility; new code need not use it. */72#define STDC_HEADERS 17374/* Version number of package */75#define VERSION "0.8.9.0"7677/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most78significant byte first (like Motorola and SPARC, unlike Intel). */79#if defined AC_APPLE_UNIVERSAL_BUILD80# if defined __BIG_ENDIAN__81# define WORDS_BIGENDIAN 182# endif83#else84# ifndef WORDS_BIGENDIAN85/* # undef WORDS_BIGENDIAN */86# endif87#endif8889/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,90<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the91#define below would cause a syntax error. */92/* #undef _UINT32_T */9394/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,95<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the96#define below would cause a syntax error. */97/* #undef _UINT64_T */9899/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,100<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the101#define below would cause a syntax error. */102/* #undef _UINT8_T */103104/* Define to the type of a signed integer type of width exactly 16 bits if105such a type exists and the standard includes do not define it. */106/* #undef int16_t */107108/* Define to the type of a signed integer type of width exactly 32 bits if109such a type exists and the standard includes do not define it. */110/* #undef int32_t */111112/* Define to the type of a signed integer type of width exactly 64 bits if113such a type exists and the standard includes do not define it. */114/* #undef int64_t */115116/* Define to the type of a signed integer type of width exactly 8 bits if such117a type exists and the standard includes do not define it. */118/* #undef int8_t */119120/* Define to the type of an unsigned integer type of width exactly 16 bits if121such a type exists and the standard includes do not define it. */122/* #undef uint16_t */123124/* Define to the type of an unsigned integer type of width exactly 32 bits if125such a type exists and the standard includes do not define it. */126/* #undef uint32_t */127128/* Define to the type of an unsigned integer type of width exactly 64 bits if129such a type exists and the standard includes do not define it. */130/* #undef uint64_t */131132/* Define to the type of an unsigned integer type of width exactly 8 bits if133such a type exists and the standard includes do not define it. */134/* #undef uint8_t */135136137