Files

139 lines
3.9 KiB
C
Raw Permalink Normal View History

2015-09-07 09:47:52 -04:00
/* Auto-generated config.h file powered by cmake. */
2011-03-17 01:47:30 -04:00
/* Define to enable diagnostic debugging support. */
/* #undef DEBUG */
/* Define to enable experimental code. */
/* #undef EXPERIMENTAL */
/* Define to 1 if you have the <assert.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_ASSERT_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <dlfcn.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_DLFCN_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <errno.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_ERRNO_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the `fcntl' function. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_FCNTL 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <fcntl.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_FCNTL_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the `fork' function. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_FORK 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <inttypes.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_INTTYPES_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <limits.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_LIMITS_H 1
2011-03-17 01:47:30 -04:00
/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
/* #undef HAVE_MADD16_ASM */
/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
/* #undef HAVE_MADD_ASM */
/* Define to 1 if you have the <memory.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_MEMORY_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the `pipe' function. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_PIPE 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <stdint.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_STDINT_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <stdlib.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_STDLIB_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <strings.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_STRINGS_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <string.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_STRING_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <sys/stat.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_SYS_STAT_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <sys/types.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_SYS_TYPES_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_SYS_WAIT_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the <unistd.h> header file. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_UNISTD_H 1
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the `waitpid' function. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_WAITPID 1
2011-03-17 01:47:30 -04:00
/* Define to disable debugging assertions. */
/* #undef NDEBUG */
/* Define to optimize for accuracy over speed. */
/* #undef OPT_ACCURACY */
/* Define to optimize for speed over accuracy. */
/* #undef OPT_SPEED */
/* Define to enable a fast subband synthesis approximation optimization. */
/* #undef OPT_SSO */
/* Define to influence a strict interpretation of the ISO/IEC standards, even
if this is in opposition with best accepted practices. */
/* #undef OPT_STRICT */
/* Name of package */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE */
2011-03-17 01:47:30 -04:00
/* Define to the address where bug reports for this package should be sent. */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE_BUGREPORT */
2011-03-17 01:47:30 -04:00
/* Define to the full name of this package. */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE_NAME */
2011-03-17 01:47:30 -04:00
/* Define to the full name and version of this package. */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE_STRING */
2011-03-17 01:47:30 -04:00
/* Define to the one symbol short name of this package. */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE_TARNAME */
2011-03-17 01:47:30 -04:00
/* Define to the version of this package. */
2015-09-07 09:47:52 -04:00
/* #undef PACKAGE_VERSION */
2011-03-17 01:47:30 -04:00
/* The size of a `int', as computed by sizeof. */
2015-09-07 09:47:52 -04:00
#cmakedefine SIZEOF_INT ${SIZEOF_INT}
2011-03-17 01:47:30 -04:00
/* The size of a `long', as computed by sizeof. */
2015-09-07 09:47:52 -04:00
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
2011-03-17 01:47:30 -04:00
/* The size of a `long long', as computed by sizeof. */
2015-09-07 09:47:52 -04:00
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
2011-03-17 01:47:30 -04:00
/* Define to 1 if you have the ANSI C header files. */
2015-09-07 09:47:52 -04:00
#cmakedefine STDC_HEADERS 1
2011-03-17 01:47:30 -04:00
/* Version number of package */
2015-09-07 09:47:52 -04:00
/* #undef VERSION */
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN 1
2011-03-17 01:47:30 -04:00
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
2015-09-07 09:47:52 -04:00
/* 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 */
2011-03-17 01:47:30 -04:00
/* Define to `int' if <sys/types.h> does not define. */
2015-09-07 09:47:52 -04:00
#cmakedefine HAVE_SIZEOF_PID_T 1
#if !defined(HAVE_SIZEOF_PID_T)
typedef int pid_t;
#endif