acconfig.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Does the OS already support struct timespec */
  2. #undef _OS_HAS_TIMESPEC
  3. /* For networking code: an integral type the size of an IP address (4
  4.    octets).  Determined by examining return values from certain
  5.    functions.  */
  6. #undef pthread_ipaddr_type
  7. /* For networking code: an integral type the size of an IP port number
  8.    (2 octets).  Determined by examining return values from certain
  9.    functions.  */
  10. #undef pthread_ipport_type
  11. /* type of clock_t, from system header files */
  12. #undef pthread_clock_t
  13. /* Specially named so grep processing will find it and put it into the
  14.    generated ac-types.h.  */
  15. #undef pthread_have_va_list_h
  16. /* type of size_t, from system header files */
  17. #undef pthread_size_t
  18. /* type of ssize_t, from system header files */
  19. #undef pthread_ssize_t
  20. /* type of time_t, from system header files */
  21. #undef pthread_time_t
  22. /* type of fpos_t, from system header files */
  23. #undef pthread_fpos_t
  24. /* type of off_t, from system header files */
  25. #undef pthread_off_t
  26. /* type of va_list, from system header files */
  27. #undef pthread_va_list
  28. /* type of sigset_t, from system header files */
  29. #undef pthread_sigset_t
  30. /* I don't know why the native compiler definitions aren't sufficient
  31.    for this.  */
  32. #undef sunos4
  33. /* define if the linker hauls in certain static data from libc even when
  34.    you don't want it to.  yes, this description is bogus, but chris added
  35.    the need for this, without describing the problem.  */
  36. #undef LD_LINKS_STATIC_DATA
  37. /* define if the system reissues the SIGCHLD if the handler reinstalls
  38.  * itself before calling wait()
  39.  */
  40. #undef BROKEN_SIGNALS
  41. /* where are terminal devices to be found? */
  42. #undef _PATH_PTY
  43. /* what directory holds the time zone info on this system? */
  44. #undef _PATH_TZDIR
  45. /* what file indicates the local time zone? */
  46. #undef _PATH_TZFILE
  47. /* Paths for various networking support files.  */
  48. #undef _PATH_RESCONF
  49. #undef _PATH_HOSTS
  50. #undef _PATH_NETWORKS
  51. #undef _PATH_PROTOCOLS
  52. #undef _PATH_SERVICES
  53. /* Path for Bourne shell.  */
  54. #undef _PATH_BSHELL