forked from sox_ng/sox_ng
106 lines
3.5 KiB
Text
106 lines
3.5 KiB
Text
/*
|
|
* libogg configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBOGG_CONFIG_INCLUDED
|
|
#define LIBOGG_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* do not build with CRC */
|
|
#cmakedefine DISABLE_CRC 1
|
|
|
|
/* define to 1 if you have the <dlfcn.h> header file */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* define to 1 if you have the <inttypes.h> header file */
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
/* define to 1 if you have the <memory.h> header file */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* define to 1 if you have the <stdint.h> header file */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* define to 1 if you have the <stdlib.h> header file */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* define to 1 if you have the <string.h> header file */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* define to 1 if you have the <sys/stat.h> header file */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* define to 1 if you have the <sys/types.h> header file */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* define to 1 if you have the <unistd.h> header file */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* define the name of the package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* define to the address where bug reports for this package should be
|
|
* sent */
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
|
|
/* define to the full name of this package */
|
|
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
|
|
|
|
/* define to the full name and version of this package */
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
/* define to the one symbol short name of this package */
|
|
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
|
|
|
/* define the home page for this package */
|
|
#cmakedefine PACKAGE_URL "@PACKAGE_URL@"
|
|
|
|
/* define to the version of this package */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* the size of `int', as computed by sizeof */
|
|
#cmakedefine SIZEOF_INT @SIZEOF_INT@
|
|
|
|
/* the size of `int16_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_INT16_T @SIZEOF_INT16_T@
|
|
|
|
/* the size of `int32_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_INT32_T @SIZEOF_INT32_T@
|
|
|
|
/* the size of `int64_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_INT64_T @SIZEOF_INT64_T@
|
|
|
|
/* the size of `long', as computed by sizeof */
|
|
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
|
|
|
|
/* the size of `long long', as computed by sizeof */
|
|
#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
|
|
|
|
/* the size of `short', as computed by sizeof */
|
|
#cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@
|
|
|
|
/* the size of `uint16_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_UINT16_T @SIZEOF_UINT16_T@
|
|
|
|
/* the size of `uint32_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_UINT32_T @SIZEOF_UINT32_T@
|
|
|
|
/* the size of `uint64_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_UINT64_T @SIZEOF_UINT64_T@
|
|
|
|
/* the size of `u_int16_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_U_INT16_T @SIZEOF_U_INT16_T@
|
|
|
|
/* the size of `u_int32_t', as computed by sizeof */
|
|
#cmakedefine SIZEOF_U_INT32_T @SIZEOF_U_INT32_T@
|
|
|
|
/* define to 1 if you have the ANSI C header files */
|
|
#cmakedefine STDC_HEADERS 1
|
|
|
|
/* version number of the package */
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBOGG_CONFIG_INCLUDED */
|