2
|
1 /*
|
|
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.
|
|
5 */
|
|
6
|
|
7 /*$Header: /home/kbs/jutta/src/gsm/gsm-1.0/inc/RCS/config.h,v 1.2 1994/01/25 22:20:51 jutta Exp $*/
|
|
8
|
|
9 #ifndef CONFIG_H
|
|
10 #define CONFIG_H
|
|
11
|
|
12 /*efine SIGHANDLER_T int / * signal handlers are void */
|
|
13 /*efine HAS_SYSV_SIGNAL 1 / * sigs not blocked/reset? */
|
|
14
|
|
15 #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
|
|
16 /*efine HAS_LIMITS_H 1 / * /usr/include/limits.h */
|
|
17 #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
|
|
18 /*efine HAS_ERRNO_DECL 1 / * errno.h declares errno */
|
|
19
|
|
20 #define HAS_FSTAT 1 /* fstat syscall */
|
|
21 #define HAS_FCHMOD 1 /* fchmod syscall */
|
|
22 #define HAS_FCHOWN 1 /* fchown syscall */
|
|
23
|
|
24 #define HAS_STRING_H 1 /* /usr/include/string.h */
|
|
25 /*efine HAS_STRINGS_H 1 / * /usr/include/strings.h */
|
|
26
|
|
27 #define HAS_UTIME 1 /* POSIX utime(path, times) */
|
|
28 /*efine HAS_UTIMES 1 / * use utimes() syscall instead */
|
|
29 /*efine HAS_UTIME_H 1 / * UTIME header file */
|
|
30 /*efine HAS_UTIMBUF 1 / * struct utimbuf */
|
|
31 /*efine HAS_UTIMEUSEC 1 / * microseconds in utimbuf? */
|
|
32
|
|
33 #endif /* CONFIG_H */
|