/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ #if defined(USE_DMALLOC) # include /* * G_malloc() and friends are redefined by glib.h when using DMALLOC. */ # define ALLOC(type, count) (type *) malloc (sizeof (type) * (count)) # define CALLOC(type, count) (type *) calloc ((count), sizeof (type)) # define REALLOC(mem, type, count) (type *) realloc ((mem), sizeof (type) * (count)) # define MALLOC(size) (gpointer) malloc (size) # define FREE(mem) (void) free (mem) /* * Wrapper macro which invokes the given function and allocates the * returned string through the dmalloc library. */ # define g_wrap_it(function, args...) \ ({ \ gchar *__s1 = function (args); \ gchar *__s2 = strcpy (malloc (strlen (__s1) + 1), __s1); \ g_free_orig (__s1); \ __s2; \ }) /* * The follwing functions return strings which must be freed with * g_free(). We must therefore wrap them so that the strings are * allocated via the dmalloc library. */ # define g_strdup(str) g_wrap_it (g_strdup, str) # define g_strdup_printf(fmt, args...) g_wrap_it (g_strdup_printf, fmt ,##args) # define g_strdup_vprintf(fmt, argv) g_wrap_it (g_strdup_vprintf, fmt, argv) # define g_strndup(str, n) g_wrap_it (g_strndup, str, n) # define g_strnfill(len, fill_char) g_wrap_it (g_strnfill, len, fill_char) # define g_strconcat(str1, args...) g_wrap_it (g_strconcat, str1 ,##args) # define g_strjoin(sep, args...) g_wrap_it (g_strjoin, sep ,##args) # define g_strescape(str) g_wrap_it (g_strescape, str) # define g_strjoinv(sep, str_array) g_wrap_it (g_strjoinv, sep, str_array) void g_free_func (gpointer mem); void g_free_orig (gpointer mem); #else # define g_free_func g_free #endif /* Define if you have the sched_setscheduler function. */ #define HAVE_SCHED_SETSCHEDULER 1 /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ #define HAVE_ALLOCA_H 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* #undef HAVE_SOUND */ #define PACKAGE "xmms" #define VERSION "0.1" /* #undef USE_3DNOW */ /* #undef WITH_SYMBOL_UNDERSCORE */ #define WITH_SM 1 #define ENABLE_NLS 1 /* #undef HAVE_CATGETS */ #define HAVE_GETTEXT 1 #define HAVE_LC_MESSAGES 1 #define HAVE_STPCPY 1 /* #undef DISABLE_STRICT_FPE */ /* The number of bytes in a long. */ #define SIZEOF_LONG 4 /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 /* Define if you have the __argz_next function. */ #define HAVE___ARGZ_NEXT 1 /* Define if you have the __argz_stringify function. */ #define HAVE___ARGZ_STRINGIFY 1 /* Define if you have the dcgettext function. */ #define HAVE_DCGETTEXT 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getmntinfo function. */ /* #undef HAVE_GETMNTINFO */ /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the iconv_open function. */ #define HAVE_ICONV_OPEN 1 /* Define if you have the mkdtemp function. */ #define HAVE_MKDTEMP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the sched_get_priority_max function. */ #define HAVE_SCHED_GET_PRIORITY_MAX 1 /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the srandomdev function. */ /* #undef HAVE_SRANDOMDEV */ /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the header file. */ #define HAVE_GL_GL_H 1 /* Define if you have the header file. */ #define HAVE_GL_GLX_H 1 /* Define if you have the header file. */ #define HAVE_ARGZ_H 1 /* Define if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_FNMATCH_H 1 /* Define if you have the header file. */ #define HAVE_FTS_H 1 /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINUX_CDROM_H 1 /* Define if you have the header file. */ #define HAVE_LINUX_JOYSTICK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ /* #undef HAVE_MACHINE_SOUNDCARD_H */ /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_SCHED_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_CDIO_H */ /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_SCHED_H */ /* Define if you have the header file. */ #define HAVE_SYS_SOUNDCARD_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ #define HAVE_WCHAR_H 1 /* Define if you have the i library (-li). */ /* #undef HAVE_LIBI */ /* Name of package */ #define PACKAGE "xmms" /* Version number of package */ #define VERSION "0.1" /* Path to OSS DSP, really just a data pipe, default is /dev/dsp. */ #define DEV_DSP "/dev/dsp" /* Path to OSS mixer, default is /dev/mixer. */ #define DEV_MIXER "/dev/mixer" /* XF86VidMode extension is present */ #define XF86VIDMODE 1 /* Define if zlib is available */ #define HAVE_LIBZ /* Define if libxml is present */ #define WITH_CDINDEX /* Define if libxml has the xmlDocGetRootElement function */ #define HAVE_XMLDOCGETROOTELEMENT /* Define if libesd has the esd_get_latency function */ #define HAVE_ESD_GET_LATENCY /* Define to int if the socklen_t type is missing */ /* #undef socklen_t */ /* Define if you have the FreeBSD newpcm driver */ /* #undef HAVE_NEWPCM */ /* Define if nl_langinfo(CODESET) is available. */ #define HAVE_CODESET /* Define to symbol prefix, if any */ /* #undef SYMBOL_PREFIX */ /*  Define to disable per user plugin directory */ /* #undef DISABLE_USER_PLUGIN_DIR */