2 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
3 * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
4 * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
10 #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
11 #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
13 #define HAS_FSTAT 1 /* fstat syscall */
14 #define HAS_FCHMOD 1 /* fchmod syscall */
15 #define HAS_CHMOD 1 /* chmod syscall */
16 #define HAS_FCHOWN 1 /* fchown syscall */
17 #define HAS_CHOWN 1 /* chown syscall */
19 #define HAS_STRING_H 1 /* /usr/include/string.h */
21 #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
22 #define HAS_UTIME 1 /* POSIX utime(path, times) */
23 #define HAS_UTIME_H 1 /* UTIME header file */