acconfig.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:8k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.    Descriptive text for the C preprocessor macros that
  4.    the distributed Autoconf macros can define.
  5.    No software package will use all of them; autoheader copies the ones
  6.    your configure.in uses into your configuration header file templates.
  7.    The entries are in sort -df order: alphabetical, case insensitive,
  8.    ignoring punctuation (such as underscores).  Although this order
  9.    can split up related entries, it makes it easier to check whether
  10.    a given entry is in the file.
  11.    Leave the following blank line there!!  Autoheader needs it.  */
  12. /* Define if on AIX 3.
  13.    System headers sometimes define this.
  14.    We just want to avoid a redefinition error message.  */
  15. #ifndef _ALL_SOURCE
  16. #undef _ALL_SOURCE
  17. #endif
  18. /* Define if using alloca.c.  */
  19. #undef C_ALLOCA
  20. /* Define if type char is unsigned and you are not using gcc.  */
  21. #ifndef __CHAR_UNSIGNED__
  22. #undef __CHAR_UNSIGNED__
  23. #endif
  24. /* Define if the closedir function returns void instead of int.  */
  25. #undef CLOSEDIR_VOID
  26. /* Define to empty if the keyword does not work.  */
  27. #undef const
  28. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  29.    This function is required for alloca.c support on those systems.  */
  30. #undef CRAY_STACKSEG_END
  31. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  32. #undef DGUX
  33. /* Define if you have <dirent.h>.  */
  34. #undef DIRENT
  35. /* Define to the type of elements in the array set by `getgroups'.
  36.    Usually this is either `int' or `gid_t'.  */
  37. #undef GETGROUPS_T
  38. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  39. #undef GETLOADAVG_PRIVILEGED
  40. /* Define if the `getpgrp' function takes no argument.  */
  41. #undef GETPGRP_VOID
  42. /* Define to `int' if <sys/types.h> doesn't define.  */
  43. #undef gid_t
  44. /* Define if you have alloca, as a function or macro.  */
  45. #undef HAVE_ALLOCA
  46. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  47. #undef HAVE_ALLOCA_H
  48. /* Define if you don't have vprintf but do have _doprnt.  */
  49. #undef HAVE_DOPRNT
  50. /* Define if your system has a working fnmatch function.  */
  51. #undef HAVE_FNMATCH
  52. /* Define if your system has its own `getloadavg' function.  */
  53. #undef HAVE_GETLOADAVG
  54. /* Define if you have the getmntent function.  */
  55. #undef HAVE_GETMNTENT
  56. /* Define if the `long double' type works.  */
  57. #undef HAVE_LONG_DOUBLE
  58. /* Define if you support file names longer than 14 characters.  */
  59. #undef HAVE_LONG_FILE_NAMES
  60. /* Define if you have a working `mmap' system call.  */
  61. #undef HAVE_MMAP
  62. /* Define if system calls automatically restart after interruption
  63.    by a signal.  */
  64. #undef HAVE_RESTARTABLE_SYSCALLS
  65. /* Define if your struct stat has st_blksize.  */
  66. #undef HAVE_ST_BLKSIZE
  67. /* Define if your struct stat has st_blocks.  */
  68. #undef HAVE_ST_BLOCKS
  69. /* Define if you have the strcoll function and it is properly defined.  */
  70. #undef HAVE_STRCOLL
  71. /* Define if your struct stat has st_rdev.  */
  72. #undef HAVE_ST_RDEV
  73. /* Define if you have the strftime function.  */
  74. #undef HAVE_STRFTIME
  75. /* Define if you have the ANSI # stringizing operator in cpp. */
  76. #undef HAVE_STRINGIZE
  77. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  78. #undef HAVE_SYS_WAIT_H
  79. /* Define if your struct tm has tm_zone.  */
  80. #undef HAVE_TM_ZONE
  81. /* Define if you don't have tm_zone but do have the external array
  82.    tzname.  */
  83. #undef HAVE_TZNAME
  84. /* Define if you have <unistd.h>.  */
  85. #undef HAVE_UNISTD_H
  86. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  87. #undef HAVE_UTIME_NULL
  88. /* Define if you have <vfork.h>.  */
  89. #undef HAVE_VFORK_H
  90. /* Define if you have the vprintf function.  */
  91. #undef HAVE_VPRINTF
  92. /* Define if you have the wait3 system call.  */
  93. #undef HAVE_WAIT3
  94. /* Define as __inline if that's what the C compiler calls it.  */
  95. #undef inline
  96. /* Define if int is 16 bits instead of 32.  */
  97. #undef INT_16_BITS
  98. /* Define if long int is 64 bits.  */
  99. #undef LONG_64_BITS
  100. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  101. #undef MAJOR_IN_MKDEV
  102. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  103. #undef MAJOR_IN_SYSMACROS
  104. /* Define if on MINIX.  */
  105. #undef _MINIX
  106. /* Define to `int' if <sys/types.h> doesn't define.  */
  107. #undef mode_t
  108. /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
  109. #undef NDIR
  110. /* Define if you have <memory.h>, and <string.h> doesn't declare the
  111.    mem* functions.  */
  112. #undef NEED_MEMORY_H
  113. /* Define if your struct nlist has an n_un member.  */
  114. #undef NLIST_NAME_UNION
  115. /* Define if you have <nlist.h>.  */
  116. #undef NLIST_STRUCT
  117. /* Define if your C compiler doesn't accept -c and -o together.  */
  118. #undef NO_MINUS_C_MINUS_O
  119. /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
  120. #undef F77_NO_MINUS_C_MINUS_O
  121. /* Define to `long' if <sys/types.h> doesn't define.  */
  122. #undef off_t
  123. /* Define to `int' if <sys/types.h> doesn't define.  */
  124. #undef pid_t
  125. /* Define if the system does not provide POSIX.1 features except
  126.    with this defined.  */
  127. #undef _POSIX_1_SOURCE
  128. /* Define if you need to in order for stat and other things to work.  */
  129. #undef _POSIX_SOURCE
  130. /* Define as the return type of signal handlers (int or void).  */
  131. #undef RETSIGTYPE
  132. /* Define to the type of arg1 for select(). */
  133. #undef SELECT_TYPE_ARG1
  134. /* Define to the type of args 2, 3 and 4 for select(). */
  135. #undef SELECT_TYPE_ARG234
  136. /* Define to the type of arg5 for select(). */
  137. #undef SELECT_TYPE_ARG5
  138. /* Define if the `setpgrp' function takes no argument.  */
  139. #undef SETPGRP_VOID
  140. /* Define if the setvbuf function takes the buffering type as its second
  141.    argument and the buffer pointer as the third, as on System V
  142.    before release 3.  */
  143. #undef SETVBUF_REVERSED
  144. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  145. #undef size_t
  146. /* If using the C implementation of alloca, define if you know the
  147.    direction of stack growth for your system; otherwise it will be
  148.    automatically deduced at run-time.
  149. STACK_DIRECTION > 0 => grows toward higher addresses
  150. STACK_DIRECTION < 0 => grows toward lower addresses
  151. STACK_DIRECTION = 0 => direction of growth unknown
  152.  */
  153. #undef STACK_DIRECTION
  154. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  155. #undef STAT_MACROS_BROKEN
  156. /* Define if you have the ANSI C header files.  */
  157. #undef STDC_HEADERS
  158. /* Define on System V Release 4.  */
  159. #undef SVR4
  160. /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
  161. #undef SYSDIR
  162. /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
  163. #undef SYSNDIR
  164. /* Define if `sys_siglist' is declared by <signal.h>.  */
  165. #undef SYS_SIGLIST_DECLARED
  166. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  167. #undef TIME_WITH_SYS_TIME
  168. /* Define if your <sys/time.h> declares struct tm.  */
  169. #undef TM_IN_SYS_TIME
  170. /* Define to `int' if <sys/types.h> doesn't define.  */
  171. #undef uid_t
  172. /* Define for Encore UMAX.  */
  173. #undef UMAX
  174. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  175.    instead of <sys/cpustats.h>.  */
  176. #undef UMAX4_3
  177. /* Define if you do not have <strings.h>, index, bzero, etc..  */
  178. #undef USG
  179. /* Define vfork as fork if vfork does not work.  */
  180. #undef vfork
  181. /* Define if the closedir function returns void instead of int.  */
  182. #undef VOID_CLOSEDIR
  183. /* Define if your processor stores words with the most significant
  184.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  185. #undef WORDS_BIGENDIAN
  186. /* Define if the X Window System is missing or not being used.  */
  187. #undef X_DISPLAY_MISSING
  188. /* Define if lex declares yytext as a char * by default, not a char[].  */
  189. #undef YYTEXT_POINTER
  190. /* Leave that blank line there!!  Autoheader needs it.
  191.    If you're adding to this file, keep in mind:
  192.    The entries are in sort -df order: alphabetical, case insensitive,
  193.    ignoring punctuation (such as underscores).  */
  194. /* Set to 1 if the processor is big endian, otherwise set to 0.  */
  195. #undef GUESS_BIG_ENDIAN
  196. /* Set to 1 if the processor is little endian, otherwise set to 0.  */
  197. #undef GUESS_LITTLE_ENDIAN
  198. /* Set to 1 if the processor can read and write Intel x86 32 bit floats.  */
  199. /* Otherwise set it to 0.  */
  200. #undef CAN_READ_WRITE_x86_IEEE