Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /* config.h.  Generated from config.h.in by configure.  */
  2. /* config.h.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  5.    systems. This function is required for `alloca.c' support on those systems.
  6.    */
  7. /* #undef CRAY_STACKSEG_END */
  8.  
  9. /* Define to 1 if using `alloca.c'. */
  10. /* #undef C_ALLOCA */
  11.  
  12. /* Define to 1 if you have `alloca', as a function or macro. */
  13. #define HAVE_ALLOCA 0
  14. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  15.    */
  16. #define HAVE_ALLOCA_H 0
  17.  
  18. /* Define to 1 if you have the <dlfcn.h> header file. */
  19. #define HAVE_DLFCN_H 0
  20.  
  21. /* Define to 1 if you have the <inttypes.h> header file. */
  22. #define HAVE_INTTYPES_H 1
  23.  
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #define HAVE_MEMORY_H 1
  26.  
  27. /* Define to 1 if you have the <stdint.h> header file. */
  28. #define HAVE_STDINT_H 1
  29.  
  30. /* Define to 1 if you have the <stdlib.h> header file. */
  31. #define HAVE_STDLIB_H 1
  32.  
  33. /* Define to 1 if you have the <strings.h> header file. */
  34. #define HAVE_STRINGS_H 1
  35.  
  36. /* Define to 1 if you have the <string.h> header file. */
  37. #define HAVE_STRING_H 1
  38.  
  39. /* Define to 1 if you have the <sys/stat.h> header file. */
  40. #define HAVE_SYS_STAT_H 1
  41.  
  42. /* Define to 1 if you have the <sys/types.h> header file. */
  43. #define HAVE_SYS_TYPES_H 1
  44.  
  45. /* Define to 1 if you have the <unistd.h> header file. */
  46. #define HAVE_UNISTD_H 1
  47.  
  48. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  49. //#define LT_OBJDIR ".libs/"
  50.  
  51. /* Name of package */
  52. #define PACKAGE "libvorbis"
  53.  
  54. /* Define to the address where bug reports for this package should be sent. */
  55. #define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
  56.  
  57. /* Define to the full name of this package. */
  58. #define PACKAGE_NAME "libvorbis"
  59.  
  60. /* Define to the full name and version of this package. */
  61. #define PACKAGE_STRING "libvorbis 1.3.7"
  62.  
  63. /* Define to the one symbol short name of this package. */
  64. #define PACKAGE_TARNAME "libvorbis"
  65.  
  66. /* Define to the home page for this package. */
  67. #define PACKAGE_URL ""
  68.  
  69. /* Define to the version of this package. */
  70. #define PACKAGE_VERSION "1.3.7"
  71.  
  72. /* If using the C implementation of alloca, define if you know the
  73.    direction of stack growth for your system; otherwise it will be
  74.    automatically deduced at runtime.
  75.         STACK_DIRECTION > 0 => grows toward higher addresses
  76.         STACK_DIRECTION < 0 => grows toward lower addresses
  77.         STACK_DIRECTION = 0 => direction of growth unknown */
  78. /* #undef STACK_DIRECTION */
  79.  
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #define STDC_HEADERS 1
  82.  
  83. /* Version number of package */
  84. #define VERSION "1.3.7"
  85.  
  86. /* Define to `__inline__' or `__inline' if that's what the C compiler
  87.    calls it, or to nothing if 'inline' is not supported under any name.  */
  88. #ifndef __cplusplus
  89. /* #undef inline */
  90. #endif
  91.  
  92. /* Define to `unsigned int' if <sys/types.h> does not define. */
  93. /* #undef size_t */
  94.