GNU Radio 3.6.5 C++ API
|
00001 /* 00002 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische 00003 * Universitaet Berlin. See the accompanying file "COPYRIGHT" for 00004 * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 00005 */ 00006 00007 /*$Header$*/ 00008 00009 #ifndef CONFIG_H 00010 #define CONFIG_H 00011 00012 #undef SIGHANDLER_T /* signal handlers are void */ 00013 #undef HAS_SYSV_SIGNAL /* sigs not blocked/reset? */ 00014 00015 #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */ 00016 #undef HAS_LIMITS_H /* /usr/include/limits.h */ 00017 #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */ 00018 #undef HAS_ERRNO_DECL /* errno.h declares errno */ 00019 00020 #define HAS_FSTAT 1 /* fstat syscall */ 00021 #define HAS_FCHMOD 1 /* fchmod syscall */ 00022 #define HAS_CHMOD 1 /* chmod syscall */ 00023 #define HAS_FCHOWN 1 /* fchown syscall */ 00024 #define HAS_CHOWN 1 /* chown syscall */ 00025 #undef HAS__FSETMODE /* _fsetmode -- set file mode */ 00026 00027 #define HAS_STRING_H 1 /* /usr/include/string.h */ 00028 #undef HAS_STRINGS_H /* /usr/include/strings.h */ 00029 00030 #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */ 00031 #define HAS_UTIME 1 /* POSIX utime(path, times) */ 00032 #undef HAS_UTIMES /* use utimes() syscall instead */ 00033 #define HAS_UTIME_H 1 /* UTIME header file */ 00034 #undef HAS_UTIMBUF /* struct utimbuf */ 00035 #undef HAS_UTIMEUSEC /* microseconds in utimbuf? */ 00036 00037 #endif /* CONFIG_H */