diff options
Diffstat (limited to 'thk04/config-darwin.h')
-rw-r--r-- | thk04/config-darwin.h | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/thk04/config-darwin.h b/thk04/config-darwin.h new file mode 100644 index 0000000..7f6f2c4 --- /dev/null +++ b/thk04/config-darwin.h @@ -0,0 +1,94 @@ +/* define if compiling for Apple Darwin OSX */ +/* #undef HAVE_DARWIN */ +#define HAVE_DARWIN 1 + +/* define if compiling for Linux/PPC */ +/* #undef HAVE_PPC */ +#define HAVE_PPC 1 + +/* define if compiling for Linux */ +// #define HAVE_LINUX 1 + +/* Define to 1 if you are using a x86 cpu */ +// #define ARCH_X86 1 + +/* Define to 1 if you have MMX cpu extensions */ +//#define HAVE_MMX 1 + +/* Define to 1 if you have SSE cpu extensions */ +//#define HAVE_SSE 1 + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#define HAVE_DLFCN_H 1 + +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `ioctl' function. */ +#define HAVE_IOCTL 1 + +/* Define to 1 if you have the `malloc' function. */ +#define HAVE_MALLOC 1 + +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the `mmap' function. */ +#define HAVE_MMAP 1 + +/* Define to 1 if you have the `select' function. */ +#define HAVE_SELECT 1 + +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + +/* Name of package */ +#define PACKAGE "TransHackmeeting" + +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Version number of package */ +#define VERSION "2004" + +/* define if compiling freetype2 layer */ +/* #undef WITH_FT2 1 */ + +/* define if compiling glade gtk+-2 GUI */ +/* #undef WITH_GLADE2 1 */ + +/* Define is using the javascript interpreter */ +/* #undef WITH_JAVASCRIPT */ + +/* define if compiling midi layer */ +/* #undef WITH_MIDI */ + +/* define if compiling png layer */ +#define WITH_PNG 1 + +/* define if compiling video4linux layer */ +/* #undef WITH_V4L */ + +/* define if compiling xhacks layer */ +/* #undef WITH_XHACKS */ + +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ |