198 lines
4.2 KiB
C
198 lines
4.2 KiB
C
/* beecrypt.gnu.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
|
#undef inline
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if your processor stores words with the most significant
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
#undef WORDS_BIGENDIAN
|
|
|
|
#define AIX 0
|
|
#define BEOS 0
|
|
#define CYGWIN 0
|
|
#define DARWIN 0
|
|
#define FREEBSD 0
|
|
#define HPUX 0
|
|
#define LINUX 0
|
|
#define MACOSX 0
|
|
#define NETBSD 0
|
|
#define OPENBSD 0
|
|
#define OSF 0
|
|
#define QNX 0
|
|
#define SCO_UNIX 0
|
|
#define SOLARIS 0
|
|
#ifndef WIN32
|
|
# define WIN32 0
|
|
#endif
|
|
|
|
#define LEADING_UNDERSCORE 0
|
|
#define NO_UNDERSCORES 0
|
|
|
|
#define JAVAGLUE 0
|
|
|
|
#undef ENABLE_THREADS
|
|
#undef HAVE_THREAD_H
|
|
#undef HAVE_PTHREAD_H
|
|
#undef HAVE_SYNCH_H
|
|
#undef HAVE_SEMAPHORE_H
|
|
|
|
#undef ENABLE_AIO
|
|
#undef HAVE_AIO_H
|
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
#undef HAVE_GETHRTIME
|
|
|
|
#undef HAVE_DEV_DSP
|
|
#undef HAVE_DEV_AUDIO
|
|
#undef HAVE_DEV_RANDOM
|
|
#undef HAVE_DEV_URANDOM
|
|
#undef HAVE_DEV_TTY
|
|
|
|
#undef HAVE_LONG_LONG
|
|
#undef HAVE_UNSIGNED_LONG_LONG
|
|
|
|
#undef INT8_TYPE
|
|
#undef INT16_TYPE
|
|
#undef INT32_TYPE
|
|
#undef INT64_TYPE
|
|
|
|
#undef UINT8_TYPE
|
|
#undef UINT16_TYPE
|
|
#undef UINT32_TYPE
|
|
#undef UINT64_TYPE
|
|
|
|
#undef FLOAT4_TYPE
|
|
#undef DOUBLE8_TYPE
|
|
|
|
#if LINUX
|
|
#define _LIBC_REENTRANT
|
|
#endif
|
|
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
|
|
/* The number of bytes in a char. */
|
|
#undef SIZEOF_CHAR
|
|
|
|
/* The number of bytes in a double. */
|
|
#undef SIZEOF_DOUBLE
|
|
|
|
/* The number of bytes in a float. */
|
|
#undef SIZEOF_FLOAT
|
|
|
|
/* The number of bytes in a int. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The number of bytes in a long. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The number of bytes in a long long. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* The number of bytes in a short. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The number of bytes in a unsigned char. */
|
|
#undef SIZEOF_UNSIGNED_CHAR
|
|
|
|
/* The number of bytes in a unsigned int. */
|
|
#undef SIZEOF_UNSIGNED_INT
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#undef SIZEOF_UNSIGNED_LONG
|
|
|
|
/* The number of bytes in a unsigned long long. */
|
|
#undef SIZEOF_UNSIGNED_LONG_LONG
|
|
|
|
/* The number of bytes in a unsigned short. */
|
|
#undef SIZEOF_UNSIGNED_SHORT
|
|
|
|
/* Define if you have the <aio.h> header file. */
|
|
#undef HAVE_AIO_H
|
|
|
|
/* Define if you have the <ctype.h> header file. */
|
|
#undef HAVE_CTYPE_H
|
|
|
|
/* Define if you have the <errno.h> header file. */
|
|
#undef HAVE_ERRNO_H
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define if you have the <mtmalloc.h> header file. */
|
|
#undef HAVE_MTMALLOC_H
|
|
|
|
/* Define if you have the <pthread.h> header file. */
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
/* Define if you have the <semaphore.h> header file. */
|
|
#undef HAVE_SEMAPHORE_H
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define if you have the <synch.h> header file. */
|
|
#undef HAVE_SYNCH_H
|
|
|
|
/* Define if you have the <sys/audioio.h> header file. */
|
|
#undef HAVE_SYS_AUDIOIO_H
|
|
|
|
/* Define if you have the <sys/ioctl.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
/* Define if you have the <sys/soundcard.h> header file. */
|
|
#undef HAVE_SYS_SOUNDCARD_H
|
|
|
|
/* Define if you have the <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define if you have the <termio.h> header file. */
|
|
#undef HAVE_TERMIO_H
|
|
|
|
/* Define if you have the <termios.h> header file. */
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
/* Define if you have the <thread.h> header file. */
|
|
#undef HAVE_THREAD_H
|
|
|
|
/* Define if you have the <time.h> header file. */
|
|
#undef HAVE_TIME_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the mtmalloc library (-lmtmalloc). */
|
|
#undef HAVE_LIBMTMALLOC
|
|
|
|
/* Define if you have the pthread library (-lpthread). */
|
|
#undef HAVE_LIBPTHREAD
|
|
|
|
/* Define if you have the thread library (-lthread). */
|
|
#undef HAVE_LIBTHREAD
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|