home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / UNIX / Utilities / rsync-1.6.3-MIH / src / config.h.in < prev    next >
Encoding:
Text File  |  1997-04-11  |  2.1 KB  |  106 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* compiler specifics */
  4. #undef const
  5. #undef inline
  6. #undef HAVE_INLINE
  7.  
  8. /* defines for basic types */
  9. #undef gid_t
  10. #undef mode_t
  11. #undef off_t
  12. #undef pid_t
  13. #undef size_t
  14. #undef uid_t
  15.  
  16. /* The number of bytes in some types  */
  17. #undef SIZEOF_LONG
  18. #undef SIZEOF_INT
  19. #undef SIZEOF_SHORT
  20.  
  21. /* defines for header files */
  22. #undef HAVE_SYS_WAIT_H
  23. #undef HAVE_FCNTL_H
  24. #undef HAVE_SYS_FCNTL_H
  25. #undef HAVE_SYS_SELECT_H
  26. #undef HAVE_SYS_PARAM_H
  27. #undef TIME_WITH_SYS_TIME
  28. #undef HAVE_DIRENT_H
  29. #undef HAVE_MALLOC_H
  30. #undef HAVE_SYS_DIR_H
  31. #undef HAVE_SYS_TIME_H
  32. #undef HAVE_SYS_TIMES_H
  33. #undef HAVE_UNISTD_H
  34. #undef HAVE_GRP_H
  35. #undef HAVE_CTYPE_H
  36. #undef HAVE_SYS_FILIO_H
  37. #undef HAVE_SYS_IOCTL_H
  38. #undef HAVE_UTIME_H
  39. #undef HAVE_STRING_H
  40. #undef HAVE_STDLIB_H
  41.  
  42. /* specific functions */
  43. #undef HAVE_FCHMOD
  44. #undef HAVE_CHMOD
  45. #undef HAVE_MKNOD
  46. #undef HAVE_FSTAT
  47. #undef HAVE_STRCHR
  48. #undef HAVE_STRDUP
  49. #undef HAVE_STRERROR
  50. #undef HAVE_STRTOK
  51. #undef HAVE_WAITPID
  52. #undef HAVE_BCOPY
  53. #undef HAVE_BZERO
  54. #undef HAVE_READLINK
  55. #undef HAVE_LINK
  56. #undef HAVE_UTIME
  57. #undef HAVE_UTIMES
  58. #undef HAVE_GETOPT_LONG
  59. #undef HAVE_FNMATCH
  60. #undef HAVE_MEMMOVE
  61. #undef HAVE_MMAP
  62. #undef HAVE_LCHOWN
  63.  
  64. /* specific programs */
  65. #undef HAVE_REMSH
  66.  
  67. #ifndef HAVE_MEMMOVE
  68. #define memmove(d,s,n) bcopy(s,d,n)
  69. #endif
  70.  
  71.  
  72. /* for signal declarations */
  73. #undef RETSIGTYPE
  74.  
  75. /* needed for mknod */
  76. #undef HAVE_ST_RDEV
  77.  
  78. /* Define if the system does not provide POSIX.1 features except
  79.    with this defined.  */
  80. #undef _POSIX_1_SOURCE
  81.  
  82. /* Define if you need to in order for stat and other things to work.  */
  83. #undef _POSIX_SOURCE
  84.  
  85. /* Define as the return type of signal handlers (int or void).  */
  86. #undef RETSIGTYPE
  87.  
  88. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  89.  
  90. /* HP/UX source */
  91. #undef _HPUX_SOURCE
  92.  
  93. /* Use the "union wait" union to get process status from wait3/waitpid */
  94. #undef HAVE_UNION_WAIT
  95.  
  96. /* Define if <errno.h> contains a declaration for extern int errno */
  97. #undef HAVE_ERRNO_DECL
  98.  
  99. /* Define if on AIX 3.
  100.    System headers sometimes define this.
  101.    We just want to avoid a redefinition error message.  */
  102. #ifndef _ALL_SOURCE
  103. #undef _ALL_SOURCE
  104. #endif
  105.  
  106.