config.gnu.h | config.gnu.h | |||
---|---|---|---|---|
skipping to change at line 57 | skipping to change at line 57 | |||
#if LINUX | #if LINUX | |||
#define _LIBC_REENTRANT | #define _LIBC_REENTRANT | |||
#endif | #endif | |||
#define WORDS_BIGENDIAN 0 | #define WORDS_BIGENDIAN 0 | |||
#define HAVE_ERRNO_H 1 | #define HAVE_ERRNO_H 1 | |||
#define HAVE_STRING_H 1 | #define HAVE_STRING_H 1 | |||
#define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | |||
#define HAVE_ALLOCA_H 1 | ||||
#define HAVE_CTYPE_H 1 | #define HAVE_CTYPE_H 1 | |||
#define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | |||
#define HAVE_FCNTL_H 1 | #define HAVE_FCNTL_H 1 | |||
#define HAVE_TIME_H 1 | #define HAVE_TIME_H 1 | |||
#define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | |||
#define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STAT_H 1 | |||
#define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | |||
#define HAVE_THREAD_H 0 | #define HAVE_THREAD_H 0 | |||
#define HAVE_SYNCH_H 0 | #define HAVE_SYNCH_H 0 | |||
#define HAVE_PTHREAD_H 1 | #define HAVE_PTHREAD_H 1 | |||
#define HAVE_SEMAPHORE_H 1 | #define HAVE_SEMAPHORE_H 1 | |||
#define HAVE_TERMIO_H 1 | #define HAVE_TERMIO_H 1 | |||
#define HAVE_SYS_AUDIOIO_H 0 | #define HAVE_SYS_AUDIOIO_H 0 | |||
#define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | |||
#define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | |||
#define HAVE_ALLOCA 1 | ||||
#define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETTIMEOFDAY 1 | |||
#define HAVE_GETHRTIME 0 | #define HAVE_GETHRTIME 0 | |||
#define HAVE_DEV_TTY 1 | #define HAVE_DEV_TTY 1 | |||
#define HAVE_DEV_AUDIO 0 | #define HAVE_DEV_AUDIO 0 | |||
#define HAVE_DEV_DSP 1 | #define HAVE_DEV_DSP 1 | |||
#define HAVE_DEV_RANDOM 1 | #define HAVE_DEV_RANDOM 1 | |||
#define SIZEOF_CHAR 1 | #define SIZEOF_CHAR 1 | |||
#define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||