Asterisk - The Open Source Telephony Project
GIT-master-754dea3
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Modules
Pages
codecs
gsm
inc
codecs/gsm/inc/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
#if 0
13
efine SIGHANDLER_T
int
/* signal handlers are void */
14
efine HAS_SYSV_SIGNAL 1
/* sigs not blocked/reset? */
15
#endif
16
17
#define HAS_STDLIB_H 1
/* /usr/include/stdlib.h */
18
#if 0
19
efine HAS_LIMITS_H 1
/* /usr/include/limits.h */
20
#endif
21
#define HAS_FCNTL_H 1
/* /usr/include/fcntl.h */
22
#if 0
23
efine HAS_ERRNO_DECL 1
/* errno.h declares errno */
24
#endif
25
26
#define HAS_FSTAT 1
/* fstat syscall */
27
#define HAS_FCHMOD 1
/* fchmod syscall */
28
#define HAS_CHMOD 1
/* chmod syscall */
29
#define HAS_FCHOWN 1
/* fchown syscall */
30
#define HAS_CHOWN 1
/* chown syscall */
31
#if 0
32
efine HAS__FSETMODE 1
/* _fsetmode -- set file mode */
33
#endif
34
35
#define HAS_STRING_H 1
/* /usr/include/string.h */
36
#if 0
37
efine HAS_STRINGS_H 1
/* /usr/include/strings.h */
38
#endif
39
40
#define HAS_UNISTD_H 1
/* /usr/include/unistd.h */
41
#define HAS_UTIME 1
/* POSIX utime(path, times) */
42
#if 0
43
efine HAS_UTIMES 1
/* use utimes() syscall instead */
44
#endif
45
#define HAS_UTIME_H 1
/* UTIME header file */
46
#if 0
47
efine HAS_UTIMBUF 1
/* struct utimbuf */
48
efine HAS_UTIMEUSEC 1
/* microseconds in utimbuf? */
49
#endif
50
51
#endif
/* CONFIG_H */
Generated on Wed Apr 30 2025 20:04:17 for Asterisk - The Open Source Telephony Project by
1.9.4