~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to oRTP/ortp-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2004-06-30 13:58:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040630135816-wwx75gdlodkqbabb
Tags: upstream-0.12.2
ImportĀ upstreamĀ versionĀ 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ortp-config.h.  Generated by configure.  */
 
2
/* ortp-config.h.in.  Generated from configure.ac by autoheader.  */
 
3
 
 
4
/* Defined if we can build the rtp scheduler */
 
5
#define BUILD_SCHEDULER 1
 
6
 
 
7
/* Defined when memory leak checking if enabled */
 
8
/* #undef ENABLE_MEMCHECK */
 
9
 
 
10
/* Define to 1 if you have the <dlfcn.h> header file. */
 
11
#define HAVE_DLFCN_H 1
 
12
 
 
13
/* Define to 1 if you have the <fcntl.h> header file. */
 
14
#define HAVE_FCNTL_H 1
 
15
 
 
16
/* Defined if we compile against the glib */
 
17
#define HAVE_GLIB 1
 
18
 
 
19
/* Define to 1 if you have the <inttypes.h> header file. */
 
20
#define HAVE_INTTYPES_H 1
 
21
 
 
22
/* Define to 1 if you have the <linux/soundcard.h> header file. */
 
23
#define HAVE_LINUX_SOUNDCARD_H 1
 
24
 
 
25
/* Define to 1 if you have the <memory.h> header file. */
 
26
#define HAVE_MEMORY_H 1
 
27
 
 
28
/* Define to 1 if you have the `select' function. */
 
29
#define HAVE_SELECT 1
 
30
 
 
31
/* Define to 1 if you have the `seteuid' function. */
 
32
#define HAVE_SETEUID 1
 
33
 
 
34
/* Define to 1 if you have the `socket' function. */
 
35
#define HAVE_SOCKET 1
 
36
 
 
37
/* Define to 1 if you have the <stdint.h> header file. */
 
38
#define HAVE_STDINT_H 1
 
39
 
 
40
/* Define to 1 if you have the <stdlib.h> header file. */
 
41
#define HAVE_STDLIB_H 1
 
42
 
 
43
/* Define to 1 if you have the `strerror' function. */
 
44
#define HAVE_STRERROR 1
 
45
 
 
46
/* Define to 1 if you have the <strings.h> header file. */
 
47
#define HAVE_STRINGS_H 1
 
48
 
 
49
/* Define to 1 if you have the <string.h> header file. */
 
50
#define HAVE_STRING_H 1
 
51
 
 
52
/* Define to 1 if you have the <sys/audio.h> header file. */
 
53
/* #undef HAVE_SYS_AUDIO_H */
 
54
 
 
55
/* Define to 1 if you have the <sys/stat.h> header file. */
 
56
#define HAVE_SYS_STAT_H 1
 
57
 
 
58
/* Define to 1 if you have the <sys/time.h> header file. */
 
59
#define HAVE_SYS_TIME_H 1
 
60
 
 
61
/* Define to 1 if you have the <sys/types.h> header file. */
 
62
#define HAVE_SYS_TYPES_H 1
 
63
 
 
64
/* Define to 1 if you have the <unistd.h> header file. */
 
65
#define HAVE_UNISTD_H 1
 
66
 
 
67
/* Defined if compiling on hpux */
 
68
/* #undef HOST_IS_HPUX */
 
69
 
 
70
/* Defined if we should not use connect() on udp sockets */
 
71
/* #undef NOCONNECT */
 
72
 
 
73
/* Define to the address where bug reports for this package should be sent. */
 
74
#define PACKAGE_BUGREPORT ""
 
75
 
 
76
/* Define to the full name of this package. */
 
77
#define PACKAGE_NAME ""
 
78
 
 
79
/* Define to the full name and version of this package. */
 
80
#define PACKAGE_STRING ""
 
81
 
 
82
/* Define to the one symbol short name of this package. */
 
83
#define PACKAGE_TARNAME ""
 
84
 
 
85
/* Define to the version of this package. */
 
86
#define PACKAGE_VERSION ""
 
87
 
 
88
/* Defines the periodicity of the rtp scheduler in microseconds */
 
89
#define POSIXTIMER_INTERVAL 10000
 
90
 
 
91
/* Defined rtcp protocol */
 
92
/* #undef RTCP */
 
93
 
 
94
/* Defined if debug mode (lots of traces) */
 
95
/* #undef RTP_DEBUG */
 
96
 
 
97
/* Define to 1 if you have the ANSI C header files. */
 
98
#define STDC_HEADERS 1
 
99
 
 
100
/* Defined if we need oRTP as an HPUX kernel module */
 
101
/* #undef TARGET_IS_HPUXKERNEL */
 
102
 
 
103
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
104
#define TIME_WITH_SYS_TIME 1
 
105
 
 
106
/* Define to 1 if your processor stores words with the most significant byte
 
107
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
108
/* #undef WORDS_BIGENDIAN */
 
109
 
 
110
/* Define to empty if `const' does not conform to ANSI C. */
 
111
/* #undef const */
 
112
 
 
113
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
114
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
115
#ifndef __cplusplus
 
116
/* #undef inline */
 
117
#endif