~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to extras/faad2/config.h.in

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define if you want to use libfaad together with Digital Radio Mondiale
 
4
   (DRM) */
 
5
#undef DRM
 
6
 
 
7
/* Define to 1 if you have the <dlfcn.h> header file. */
 
8
#undef HAVE_DLFCN_H
 
9
 
 
10
/* Define if needed */
 
11
#undef HAVE_FLOAT32_T
 
12
 
 
13
/* Define to 1 if you have the <float.h> header file. */
 
14
#undef HAVE_FLOAT_H
 
15
 
 
16
/* Define if needed */
 
17
#undef HAVE_FPOS_T_POS
 
18
 
 
19
/* Define to 1 if you have the <inttypes.h> header file. */
 
20
#undef HAVE_INTTYPES_H
 
21
 
 
22
/* Define if needed */
 
23
#undef HAVE_IN_PORT_T
 
24
 
 
25
/* Define to 1 if you have the `mp4v2' library (-lmp4v2). */
 
26
#undef HAVE_LIBMP4V2
 
27
 
 
28
/* Define to 1 if you have the <mathf.h> header file. */
 
29
#undef HAVE_MATHF_H
 
30
 
 
31
/* Define to 1 if you have the `memcpy' function. */
 
32
#undef HAVE_MEMCPY
 
33
 
 
34
/* Define to 1 if you have the <memory.h> header file. */
 
35
#undef HAVE_MEMORY_H
 
36
 
 
37
/* Define if needed */
 
38
#undef HAVE_SOCKLEN_T
 
39
 
 
40
/* Define to 1 if you have the <stdint.h> header file. */
 
41
#undef HAVE_STDINT_H
 
42
 
 
43
/* Define to 1 if you have the <stdlib.h> header file. */
 
44
#undef HAVE_STDLIB_H
 
45
 
 
46
/* Define to 1 if you have the `strchr' function. */
 
47
#undef HAVE_STRCHR
 
48
 
 
49
/* Define to 1 if you have the <strings.h> header file. */
 
50
#undef HAVE_STRINGS_H
 
51
 
 
52
/* Define to 1 if you have the <string.h> header file. */
 
53
#undef HAVE_STRING_H
 
54
 
 
55
/* Define to 1 if you have the `strsep' function. */
 
56
#undef HAVE_STRSEP
 
57
 
 
58
/* Define to 1 if you have the <sys/stat.h> header file. */
 
59
#undef HAVE_SYS_STAT_H
 
60
 
 
61
/* Define to 1 if you have the <sys/time.h> header file. */
 
62
#undef HAVE_SYS_TIME_H
 
63
 
 
64
/* Define to 1 if you have the <sys/types.h> header file. */
 
65
#undef HAVE_SYS_TYPES_H
 
66
 
 
67
/* Define to 1 if you have the <unistd.h> header file. */
 
68
#undef HAVE_UNISTD_H
 
69
 
 
70
/* Name of package */
 
71
#undef PACKAGE
 
72
 
 
73
/* Define to the address where bug reports for this package should be sent. */
 
74
#undef PACKAGE_BUGREPORT
 
75
 
 
76
/* Define to the full name of this package. */
 
77
#undef PACKAGE_NAME
 
78
 
 
79
/* Define to the full name and version of this package. */
 
80
#undef PACKAGE_STRING
 
81
 
 
82
/* Define to the one symbol short name of this package. */
 
83
#undef PACKAGE_TARNAME
 
84
 
 
85
/* Define to the version of this package. */
 
86
#undef PACKAGE_VERSION
 
87
 
 
88
/* Define to 1 if you have the ANSI C header files. */
 
89
#undef STDC_HEADERS
 
90
 
 
91
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
92
#undef TIME_WITH_SYS_TIME
 
93
 
 
94
/* Version number of package */
 
95
#undef VERSION
 
96
 
 
97
/* Define to 1 if your processor stores words with the most significant byte
 
98
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
99
#undef WORDS_BIGENDIAN
 
100
 
 
101
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
102
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
103
#ifndef __cplusplus
 
104
#undef inline
 
105
#endif
 
106
 
 
107
/* Define to `long' if <sys/types.h> does not define. */
 
108
#undef off_t