• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
8 
9 #ifndef	CONFIG_H
10 #define	CONFIG_H
11 
12 #define	HAS_STDLIB_H	1		/* /usr/include/stdlib.h	*/
13 #define	HAS_LIMITS_H	1		/* /usr/include/limits.h	*/
14 #define	HAS_FCNTL_H	1		/* /usr/include/fcntl.h		*/
15 #define	HAS_ERRNO_DECL	1		/* errno.h declares errno	*/
16 
17 #define	HAS_FSTAT 	1		/* fstat syscall		*/
18 #define	HAS_FCHMOD 	1		/* fchmod syscall		*/
19 #define	HAS_CHMOD 	1		/* chmod syscall		*/
20 #define	HAS_FCHOWN 	1		/* fchown syscall		*/
21 #define	HAS_CHOWN 	1		/* chown syscall		*/
22 
23 #define	HAS_STRING_H 	1		/* /usr/include/string.h 	*/
24 
25 #define	HAS_UNISTD_H	1		/* /usr/include/unistd.h	*/
26 #define	HAS_UTIME	1		/* POSIX utime(path, times)	*/
27 #define	HAS_UTIME_H	1		/* UTIME header file		*/
28 #define	HAS_UTIMBUF	1		/* struct utimbuf		*/
29 
30 #endif	/* CONFIG_H */
31