WSJT-X/conf.h.in

66 lines
1.7 KiB
C
Raw Normal View History

/* 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 asoundlib.h */
#undef HAS_ASOUNDLIB_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 portaudio.h */
#undef HAS_PORTAUDIO_H
/* Define if you want to use PORTAUDIO */
#undef USE_PORTAUDIO