mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
cc0bd39e85
Note for *now* you will have to expressly state ./configure --enable-alsa or --enable-oss etc. I'll fix it later to pick a default. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@61 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
66 lines
1.7 KiB
C
66 lines
1.7 KiB
C
/* setup.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define to 1 if string.h may be included along with strings.h */
|
|
#undef STRING_WITH_STRINGS
|
|
|
|
/* Define to 1 if your processor stores words with the most significant byte
|
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
#undef WORDS_BIGENDIAN
|
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
#ifndef _GNU_SOURCE
|
|
# undef _GNU_SOURCE
|
|
#endif
|
|
|
|
/* This is needed to use strtok_r on Solaris. */
|
|
#undef __EXTENSIONS__
|
|
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
|
|
/* Define to `long long' if <sys/types.h> does not define. */
|
|
#undef int64_t
|
|
|
|
/* If system does not define sa_family_t, define it here. */
|
|
#undef sa_family_t
|
|
|
|
/* If we don't have a real socklen_t, unsigned int is good enough. */
|
|
#undef socklen_t
|
|
|
|
/* If system does not define u_int16_t, define a usable substitute. */
|
|
#undef u_int16_t
|
|
|
|
/* If system does not define u_int32_t, define to unsigned long int here. */
|
|
#undef u_int32_t
|
|
|
|
/* Define to `unsigned long long' if <sys/types.h> does not define. */
|
|
#undef uint64_t
|
|
|
|
/* Define if you have /usr/include/sys/param.h */
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
/* Define if you have alsasound.h */
|
|
#undef HAS_ALSASOUND_H
|
|
|
|
/* Define if you want to use ALSA */
|
|
#undef USE_ALSA
|
|
|
|
/* Define if you have soundcard.h */
|
|
#undef HAS_SOUNDCARD_H
|
|
|
|
/* Define if you want to use OSS */
|
|
#undef USE_OSS
|
|
|
|
/* Define if you have audiofile.h */
|
|
#undef HAS_AUDIOFILE_H
|
|
|
|
/* Define if you want to use LIBAUDIO */
|
|
#undef USE_LIBAUDIO
|