GNU Radio 3.5.3.2 C++ API
config.h
Go to the documentation of this file.
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$*/
8
9
#ifndef CONFIG_H
10
#define CONFIG_H
11
12
#undef SIGHANDLER_T
/* signal handlers are void */
13
#undef HAS_SYSV_SIGNAL
/* sigs not blocked/reset? */
14
15
#define HAS_STDLIB_H 1
/* /usr/include/stdlib.h */
16
#undef HAS_LIMITS_H
/* /usr/include/limits.h */
17
#define HAS_FCNTL_H 1
/* /usr/include/fcntl.h */
18
#undef HAS_ERRNO_DECL
/* errno.h declares errno */
19
20
#define HAS_FSTAT 1
/* fstat syscall */
21
#define HAS_FCHMOD 1
/* fchmod syscall */
22
#define HAS_CHMOD 1
/* chmod syscall */
23
#define HAS_FCHOWN 1
/* fchown syscall */
24
#define HAS_CHOWN 1
/* chown syscall */
25
#undef HAS__FSETMODE
/* _fsetmode -- set file mode */
26
27
#define HAS_STRING_H 1
/* /usr/include/string.h */
28
#undef HAS_STRINGS_H
/* /usr/include/strings.h */
29
30
#define HAS_UNISTD_H 1
/* /usr/include/unistd.h */
31
#define HAS_UTIME 1
/* POSIX utime(path, times) */
32
#undef HAS_UTIMES
/* use utimes() syscall instead */
33
#define HAS_UTIME_H 1
/* UTIME header file */
34
#undef HAS_UTIMBUF
/* struct utimbuf */
35
#undef HAS_UTIMEUSEC
/* microseconds in utimbuf? */
36
37
#endif
/* CONFIG_H */
gr-vocoder
lib
gsm
config.h
Generated on Sat Mar 15 2014 12:03:54 for GNU Radio 3.5.3.2 C++ API by
1.8.1.2