/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef __CONFIG_H__ #define __CONFIG_H__ #define HAVE_OGG 1 #define HAVE_VORBIS 1 #define HAVE_LAME 1 #define HAVE_X11 1 /* #undef HAVE_COLOR */ /* #undef HAVE_LIBNCURSES */ /* #undef HAVE_XCURSES */ /* #undef GUI_NIGHTOLO */ /* #undef GUI_NIGHTOLO2 */ /* #undef GUI_RUBIK */ /* #undef UI_XMLRPC */ /* #undef WITH_DMALLOC */ /* #undef HAVE_SNDFILE */ /* #undef HAVE_JACK */ /* Schedule in radio shows from other radio stations, MuSE channels, files, etc. */ /* #undef HAVE_SCHEDULER */ /* #undef HAVE_LINUX */ #define HAVE_DARWIN 1 /* #undef HAVE_MMX */ /* #undef HAVE_SSE */ /* #undef ARCH_PPC */ /* #undef ARCH_X86 */ /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you don't have `vprintf' but do have `_doprnt.' */ /* #undef HAVE_DOPRNT */ /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define if you have the `inet_aton' function. */ #define HAVE_INET_ATON 1 /* Define if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define if you have the header file. */ /* #undef HAVE_MACHINE_SOUNDCARD_H */ /* Define if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define if you have the `nanosleep' function. */ #define HAVE_NANOSLEEP 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the `scandir' function. */ #define HAVE_SCANDIR 1 /* Define if you have the `select' function. */ #define HAVE_SELECT 1 /* Define if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* #undef HAVE_STDINT_H */ /* #undef HAVE_DLFCN_H */ /* #undef HAVE_INTTYPES_H */ /* #undef HAVE_SETHOSTENT_H */ /* #undef HAVE_ENDHOSTENT_H */ #define HAVE_GETNAMEINFO 1 #define HAVE_GETADDRINFO 1 #define HAVE_INET_PTON 1 /* Define if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define if you have the header file. */ #define HAVE_SYS_DIR_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_SOUNDCARD_H */ /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Name of package */ #define PACKAGE "MuSE" /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Define if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ #define HAVE_LRINT 1 #define HAVE_LRINTF 1 #define CPU_CLIPS_POSITIVE 1 #define CPU_CLIPS_NEGATIVE 1 /* Version number of package */ #define VERSION "0.9.2" /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `unsigned' if does not define. */ #define size_t unsigned int /* here we go with some dmalloc stuff for memory fencing and debugging ================================== */ #ifdef WITH_DMALLOC #include #include #endif /* WITH_DMALLOC */ /* ========================= */ #endif