Show
Ignore:
Timestamp:
09/08/06 19:50:15 (6 years ago)
Author:
ath
Message:

Add some support for cueing to FmInputCDJ and use pkg-config to check for ALSA.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/config.h.in

    r115 r117  
    1515#undef GETTEXT_PACKAGE 
    1616 
     17/* Target processor clips on negative float to int conversion. */ 
     18#undef CPU_CLIPS_NEGATIVE 
     19 
     20/* Target processor clips on positive float to int conversion. */ 
     21#undef CPU_CLIPS_POSITIVE 
     22 
     23/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 
     24   systems. This function is required for `alloca.c' support on those systems. 
     25   */ 
     26#undef CRAY_STACKSEG_END 
     27 
     28/* Define to 1 if using `alloca.c'. */ 
     29#undef C_ALLOCA 
     30 
     31/* Define to 1 if translation of program messages to the user's native 
     32   language is requested. */ 
     33#undef ENABLE_NLS 
     34 
    1735/* Package name for gettext */ 
    1836#undef GETTEXT_PACKAGE 
    1937 
    20 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */ 
    21 #undef HAVE_ALSA_ASOUNDLIB_H 
    22  
    23 /* Define to 1 if you have the <inttypes.h> header file. */ 
     38/* Define to 1 if you have `alloca', as a function or macro. */ 
     39#undef HAVE_ALLOCA 
     40 
     41/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 
     42   */ 
     43#undef HAVE_ALLOCA_H 
     44 
     45/* ALSA is available. */ 
     46#undef HAVE_ALSA 
     47 
     48/* Define to 1 if you have the <argz.h> header file. */ 
     49#undef HAVE_ARGZ_H 
     50 
     51/* Define to 1 if you have the `asprintf' function. */ 
     52#undef HAVE_ASPRINTF 
     53 
     54/* Define to 1 if you have the `calloc' function. */ 
     55#undef HAVE_CALLOC 
     56 
     57/* Define to 1 if you have the `ceil' function. */ 
     58#undef HAVE_CEIL 
     59 
     60/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 
     61   CoreFoundation framework. */ 
     62#undef HAVE_CFLOCALECOPYCURRENT 
     63 
     64/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 
     65   the CoreFoundation framework. */ 
     66#undef HAVE_CFPREFERENCESCOPYAPPVALUE 
     67 
     68/* Define if the GNU dcgettext() function is already present or preinstalled. 
     69   */ 
     70#undef HAVE_DCGETTEXT 
     71 
     72/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 
     73   don't. */ 
     74#undef HAVE_DECL_FEOF_UNLOCKED 
     75 
     76/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 
     77   you don't. */ 
     78#undef HAVE_DECL_FGETS_UNLOCKED 
     79 
     80/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 
     81   don't. */ 
     82#undef HAVE_DECL_GETC_UNLOCKED 
     83 
     84/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you 
     85   don't. */ 
     86#undef HAVE_DECL__SNPRINTF 
     87 
     88/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you 
     89   don't. */ 
     90#undef HAVE_DECL__SNWPRINTF 
     91 
     92/* Define to 1 if you have the <dlfcn.h> header file. */ 
     93#undef HAVE_DLFCN_H 
     94 
     95/* Define to 1 if you have the `floor' function. */ 
     96#undef HAVE_FLOOR 
     97 
     98/* Define to 1 if you have the `fmod' function. */ 
     99#undef HAVE_FMOD 
     100 
     101/* Define to 1 if you have the `free' function. */ 
     102#undef HAVE_FREE 
     103 
     104/* Define to 1 if you have the `fwprintf' function. */ 
     105#undef HAVE_FWPRINTF 
     106 
     107/* Define to 1 if you have the `getcwd' function. */ 
     108#undef HAVE_GETCWD 
     109 
     110/* Define to 1 if you have the `getegid' function. */ 
     111#undef HAVE_GETEGID 
     112 
     113/* Define to 1 if you have the `geteuid' function. */ 
     114#undef HAVE_GETEUID 
     115 
     116/* Define to 1 if you have the `getgid' function. */ 
     117#undef HAVE_GETGID 
     118 
     119/* Define to 1 if you have the `getpagesize' function. */ 
     120#undef HAVE_GETPAGESIZE 
     121 
     122/* Define if the GNU gettext() function is already present or preinstalled. */ 
     123#undef HAVE_GETTEXT 
     124 
     125/* Define to 1 if you have the `getuid' function. */ 
     126#undef HAVE_GETUID 
     127 
     128/* Define if you have the iconv() function. */ 
     129#undef HAVE_ICONV 
     130 
     131/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 
     132#undef HAVE_INTMAX_T 
     133 
     134/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */ 
    24135#undef HAVE_INTTYPES_H 
     136 
     137/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 
     138   declares uintmax_t. */ 
     139#undef HAVE_INTTYPES_H_WITH_UINTMAX 
    25140 
    26141/* JACK is available. */ 
    27142#undef HAVE_JACK 
    28143 
     144/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 
     145#undef HAVE_LANGINFO_CODESET 
     146 
     147/* Define if your <locale.h> file defines LC_MESSAGES. */ 
     148#undef HAVE_LC_MESSAGES 
     149 
     150/* Define to 1 if you have the `m' library (-lm). */ 
     151#undef HAVE_LIBM 
     152 
     153/* Define to 1 if you have the <limits.h> header file. */ 
     154#undef HAVE_LIMITS_H 
     155 
     156/* Define to 1 if you have the <locale.h> header file. */ 
     157#undef HAVE_LOCALE_H 
     158 
     159/* Define if you have the 'long double' type. */ 
     160#undef HAVE_LONG_DOUBLE 
     161 
     162/* Define if you have the 'long long' type. */ 
     163#undef HAVE_LONG_LONG 
     164 
     165/* Define if you have C99's lrint function. */ 
     166#undef HAVE_LRINT 
     167 
     168/* Define if you have C99's lrintf function. */ 
     169#undef HAVE_LRINTF 
     170 
     171/* Define to 1 if you have the `malloc' function. */ 
     172#undef HAVE_MALLOC 
     173 
     174/* Define to 1 if you have the <malloc.h> header file. */ 
     175#undef HAVE_MALLOC_H 
     176 
     177/* Define to 1 if you have the `memcpy' function. */ 
     178#undef HAVE_MEMCPY 
     179 
     180/* Define to 1 if you have the `memmove' function. */ 
     181#undef HAVE_MEMMOVE 
     182 
    29183/* Define to 1 if you have the <memory.h> header file. */ 
    30184#undef HAVE_MEMORY_H 
    31185 
     186/* Define to 1 if you have the `mempcpy' function. */ 
     187#undef HAVE_MEMPCPY 
     188 
     189/* Define to 1 if you have a working `mmap' system call. */ 
     190#undef HAVE_MMAP 
     191 
     192/* Define to 1 if you have the `munmap' function. */ 
     193#undef HAVE_MUNMAP 
     194 
     195/* Define to 1 if you have the <nl_types.h> header file. */ 
     196#undef HAVE_NL_TYPES_H 
     197 
     198/* Define if your printf() function supports format strings with positions. */ 
     199#undef HAVE_POSIX_PRINTF 
     200 
     201/* Define to 1 if you have the `putenv' function. */ 
     202#undef HAVE_PUTENV 
     203 
    32204/* Define to 1 if you have the `sched_setscheduler' function. */ 
    33205#undef HAVE_SCHED_SETSCHEDULER 
    34206 
     207/* Define to 1 if you have the `setenv' function. */ 
     208#undef HAVE_SETENV 
     209 
     210/* Define to 1 if you have the `setlocale' function. */ 
     211#undef HAVE_SETLOCALE 
     212 
     213/* Define to 1 if you have the `snprintf' function. */ 
     214#undef HAVE_SNPRINTF 
     215 
     216/* Define to 1 if you have the <stddef.h> header file. */ 
     217#undef HAVE_STDDEF_H 
     218 
    35219/* Define to 1 if you have the <stdint.h> header file. */ 
    36220#undef HAVE_STDINT_H 
    37221 
     222/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares 
     223   uintmax_t. */ 
     224#undef HAVE_STDINT_H_WITH_UINTMAX 
     225 
    38226/* Define to 1 if you have the <stdlib.h> header file. */ 
    39227#undef HAVE_STDLIB_H 
    40228 
     229/* Define to 1 if you have the `stpcpy' function. */ 
     230#undef HAVE_STPCPY 
     231 
     232/* Define to 1 if you have the `strcasecmp' function. */ 
     233#undef HAVE_STRCASECMP 
     234 
     235/* Define to 1 if you have the `strdup' function. */ 
     236#undef HAVE_STRDUP 
     237 
    41238/* Define to 1 if you have the <strings.h> header file. */ 
    42239#undef HAVE_STRINGS_H 
     
    45242#undef HAVE_STRING_H 
    46243 
     244/* Define to 1 if you have the `strtoul' function. */ 
     245#undef HAVE_STRTOUL 
     246 
     247/* Define to 1 if you have the <sys/param.h> header file. */ 
     248#undef HAVE_SYS_PARAM_H 
     249 
    47250/* Define to 1 if you have the <sys/stat.h> header file. */ 
    48251#undef HAVE_SYS_STAT_H 
     
    51254#undef HAVE_SYS_TYPES_H 
    52255 
     256/* Define to 1 if you have the `tsearch' function. */ 
     257#undef HAVE_TSEARCH 
     258 
     259/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */ 
     260#undef HAVE_UINTMAX_T 
     261 
    53262/* Define to 1 if you have the <unistd.h> header file. */ 
    54263#undef HAVE_UNISTD_H 
    55264 
     265/* Define if you have the 'unsigned long long' type. */ 
     266#undef HAVE_UNSIGNED_LONG_LONG 
     267 
     268/* Define if you have the 'wchar_t' type. */ 
     269#undef HAVE_WCHAR_T 
     270 
     271/* Define to 1 if you have the `wcslen' function. */ 
     272#undef HAVE_WCSLEN 
     273 
     274/* Define if you have the 'wint_t' type. */ 
     275#undef HAVE_WINT_T 
     276 
     277/* Define to 1 if you have the `__argz_count' function. */ 
     278#undef HAVE___ARGZ_COUNT 
     279 
     280/* Define to 1 if you have the `__argz_next' function. */ 
     281#undef HAVE___ARGZ_NEXT 
     282 
     283/* Define to 1 if you have the `__argz_stringify' function. */ 
     284#undef HAVE___ARGZ_STRINGIFY 
     285 
     286/* Define to 1 if you have the `__fsetlocking' function. */ 
     287#undef HAVE___FSETLOCKING 
     288 
     289/* Define as const if the declaration of iconv() needs const. */ 
     290#undef ICONV_CONST 
     291 
     292/* Define if integer division by zero raises signal SIGFPE. */ 
     293#undef INTDIV0_RAISES_SIGFPE 
     294 
    56295/* Name of package */ 
    57296#undef PACKAGE 
     
    72311#undef PACKAGE_VERSION 
    73312 
     313/* Define if <inttypes.h> exists and defines unusable PRI* macros. */ 
     314#undef PRI_MACROS_BROKEN 
     315 
     316/* Define as the maximum value of type 'size_t', if the system doesn't define 
     317   it. */ 
     318#undef SIZE_MAX 
     319 
     320/* If using the C implementation of alloca, define if you know the 
     321   direction of stack growth for your system; otherwise it will be 
     322   automatically deduced at run-time. 
     323        STACK_DIRECTION > 0 => grows toward higher addresses 
     324        STACK_DIRECTION < 0 => grows toward lower addresses 
     325        STACK_DIRECTION = 0 => direction of growth unknown */ 
     326#undef STACK_DIRECTION 
     327 
    74328/* Define to 1 if you have the ANSI C header files. */ 
    75329#undef STDC_HEADERS 
     
    77331/* Version number of package */ 
    78332#undef VERSION 
     333 
     334/* Define to empty if `const' does not conform to ANSI C. */ 
     335#undef const 
     336 
     337/* Define to `__inline__' or `__inline' if that's what the C compiler 
     338   calls it, or to nothing if 'inline' is not supported under any name.  */ 
     339#ifndef __cplusplus 
     340#undef inline 
     341#endif 
     342 
     343/* Define to `long' if <sys/types.h> does not define. */ 
     344#undef off_t 
     345 
     346/* Define as the type of the result of subtracting two pointers, if the system 
     347   doesn't define it. */ 
     348#undef ptrdiff_t 
     349 
     350/* Define to empty if the C compiler doesn't support this keyword. */ 
     351#undef signed 
     352 
     353/* Define to `unsigned' if <sys/types.h> does not define. */ 
     354#undef size_t 
     355 
     356/* Define to unsigned long or unsigned long long if <stdint.h> and 
     357   <inttypes.h> don't define. */ 
     358#undef uintmax_t