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 < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-27  |  2.5 KB  |  107 lines

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