config.h.in
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:4k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* config.h.in.  Generated from configure.in by autoheader.  */
  2. /*
  3.  * Define this if you have a /dev/urandom which can supply good random numbers.
  4.  */
  5. #undef HAVE_DEV_URANDOM
  6. /*
  7.  * Define this if you want IPv6 support.
  8.  */
  9. #undef HAVE_IPv6
  10. /*
  11.  * V6 structures that host may or may not be present.
  12.  */
  13. #undef HAVE_ST_ADDRINFO
  14. #undef HAVE_GETIPNODEBYNAME
  15. #undef HAVE_SIN6_LEN
  16. /*
  17.  * Define these if your C library is missing some functions...
  18.  */
  19. #undef NEED_VSNPRINTF
  20. #undef NEED_INET_PTON
  21. #undef NEED_INET_NTOP
  22. /*
  23.  * If you don't have these types in <inttypes.h>, #define these to be
  24.  * the types you do have.
  25.  */
  26. #undef int8_t
  27. #undef int16_t
  28. #undef int32_t
  29. #undef int64_t
  30. #undef uint8_t
  31. #undef uint16_t
  32. #undef uint32_t
  33. /*
  34.  * Debugging:
  35.  * DEBUG: general debugging
  36.  * DEBUG_MEM: debug memory allocation
  37.  */
  38. #undef DEBUG
  39. #undef DEBUG_MEM
  40. /* Define to 1 if you have the <dlfcn.h> header file. */
  41. #undef HAVE_DLFCN_H
  42. /* Define to 1 if you have the `inet_ntop' function. */
  43. #undef HAVE_INET_NTOP
  44. /* Define to 1 if you have the `inet_pton' function. */
  45. #undef HAVE_INET_PTON
  46. /* Define to 1 if you have the <inttypes.h> header file. */
  47. #undef HAVE_INTTYPES_H
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #undef HAVE_MEMORY_H
  50. /* Define to 1 if you have the <netinet6/in6.h> header file. */
  51. #undef HAVE_NETINET6_IN6_H
  52. /* Define to 1 if you have the <stdint.h> header file. */
  53. #undef HAVE_STDINT_H
  54. /* Define to 1 if you have the <stdlib.h> header file. */
  55. #undef HAVE_STDLIB_H
  56. /* Define to 1 if you have the <strings.h> header file. */
  57. #undef HAVE_STRINGS_H
  58. /* Define to 1 if you have the <string.h> header file. */
  59. #undef HAVE_STRING_H
  60. /* Define to 1 if you have the <stropts.h> header file. */
  61. #undef HAVE_STROPTS_H
  62. /* Define to 1 if you have the <sys/filio.h> header file. */
  63. #undef HAVE_SYS_FILIO_H
  64. /* Define to 1 if you have the <sys/stat.h> header file. */
  65. #undef HAVE_SYS_STAT_H
  66. /* Define to 1 if you have the <sys/time.h> header file. */
  67. #undef HAVE_SYS_TIME_H
  68. /* Define to 1 if you have the <sys/types.h> header file. */
  69. #undef HAVE_SYS_TYPES_H
  70. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  71. #undef HAVE_SYS_WAIT_H
  72. /* Define to 1 if you have the <unistd.h> header file. */
  73. #undef HAVE_UNISTD_H
  74. /* Define to 1 if you have the `vsnprintf' function. */
  75. #undef HAVE_VSNPRINTF
  76. /* Name of package */
  77. #undef PACKAGE
  78. /* Define to the address where bug reports for this package should be sent. */
  79. #undef PACKAGE_BUGREPORT
  80. /* Define to the full name of this package. */
  81. #undef PACKAGE_NAME
  82. /* Define to the full name and version of this package. */
  83. #undef PACKAGE_STRING
  84. /* Define to the one symbol short name of this package. */
  85. #undef PACKAGE_TARNAME
  86. /* Define to the version of this package. */
  87. #undef PACKAGE_VERSION
  88. /* Define to 1 if you have the ANSI C header files. */
  89. #undef STDC_HEADERS
  90. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  91. #undef TIME_WITH_SYS_TIME
  92. /* Version number of package */
  93. #undef VERSION
  94. /* Define to 1 if your processor stores words with the most significant byte
  95.    first (like Motorola and SPARC, unlike Intel and VAX). */
  96. #undef WORDS_BIGENDIAN
  97. /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
  98. #ifndef __CHAR_UNSIGNED__
  99. # undef __CHAR_UNSIGNED__
  100. #endif
  101. /* Define to empty if `const' does not conform to ANSI C. */
  102. #undef const
  103. /* Define to `short' if <sys/types.h> does not define. */
  104. #undef int16_t
  105. /* Define to `long' if <sys/types.h> does not define. */
  106. #undef int32_t
  107. /* Define to `long long' if <sys/types.h> does not define. */
  108. #undef int64_t
  109. /* Define to `signed char' if <sys/types.h> does not define. */
  110. #undef int8_t
  111. /* Define to `unsigned' if <sys/types.h> does not define. */
  112. #undef size_t
  113. /* Define to `unsigned short' if <sys/types.h> does not define. */
  114. #undef uint16_t
  115. /* Define to `unsigned int' if <sys/types.h> does not define. */
  116. #undef uint32_t
  117. /* Define to `unsigned char' if <sys/types.h> does not define. */
  118. #undef uint8_t
  119. #ifndef WORDS_BIGENDIAN
  120. #define WORDS_SMALLENDIAN
  121. #endif