Changeset 620 for trunk/server/lib/replace/system
- Timestamp:
- Aug 6, 2011, 6:50:53 PM (14 years ago)
- Location:
- trunk/server/lib/replace/system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/replace/system/config.m4
r414 r620 2 2 AC_HEADER_DIRENT 3 3 AC_CHECK_HEADERS(fcntl.h sys/fcntl.h sys/resource.h sys/ioctl.h sys/mode.h sys/filio.h sys/fs/s5param.h sys/filsys.h) 4 AC_CHECK_HEADERS(sys/acl.h acl/libacl.h )4 AC_CHECK_HEADERS(sys/acl.h acl/libacl.h sys/file.h) 5 5 6 6 # select -
trunk/server/lib/replace/system/filesys.h
r414 r620 78 78 #endif 79 79 80 #ifdef HAVE_SYS_FILE_H 80 81 #include <sys/file.h> 82 #endif 81 83 82 84 #ifdef HAVE_FCNTL_H -
trunk/server/lib/replace/system/wait.h
r414 r620 45 45 #endif 46 46 47 #ifndef SA_RESETHAND48 #define SA_RESETHAND SA_ONESHOT49 #endif50 51 47 #if !defined(HAVE_SIG_ATOMIC_T_TYPE) 52 48 typedef int sig_atomic_t;
Note:
See TracChangeset
for help on using the changeset viewer.