~ubuntu-branches/ubuntu/natty/moon/natty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* The encoded codec libname for this build */
 
4
#undef CODEC_LIBRARY_NAME
 
5
 
 
6
/* Include compatibility bugs support */
 
7
#undef COMPATIBILITY_BUGS
 
8
 
 
9
/* Include debugging support */
 
10
#undef DEBUG
 
11
 
 
12
/* Define if cairo has CAIRO_LINE_CAP_TRIANGLE as a cairo_line_cap_t enum
 
13
   member */
 
14
#undef HAVE_CAIRO_LINE_CAP_TRIANGLE
 
15
 
 
16
/* Define to 1 if you have the <dlfcn.h> header file. */
 
17
#undef HAVE_DLFCN_H
 
18
 
 
19
/* Gecko 1.9 support */
 
20
#undef HAVE_GECKO_1_9
 
21
 
 
22
/* Define to 1 if you have the <inttypes.h> header file. */
 
23
#undef HAVE_INTTYPES_H
 
24
 
 
25
/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
 
26
#undef HAVE_LIBAVCODEC_AVCODEC_H
 
27
 
 
28
/* Define to 1 if you have the <memory.h> header file. */
 
29
#undef HAVE_MEMORY_H
 
30
 
 
31
/* MMX support */
 
32
#undef HAVE_MMX
 
33
 
 
34
/* SSE2 support */
 
35
#undef HAVE_SSE2
 
36
 
 
37
/* Define to 1 if you have the <stdint.h> header file. */
 
38
#undef HAVE_STDINT_H
 
39
 
 
40
/* Define to 1 if you have the <stdlib.h> header file. */
 
41
#undef HAVE_STDLIB_H
 
42
 
 
43
/* Define to 1 if you have the <strings.h> header file. */
 
44
#undef HAVE_STRINGS_H
 
45
 
 
46
/* Define to 1 if you have the <string.h> header file. */
 
47
#undef HAVE_STRING_H
 
48
 
 
49
/* Define to 1 if you have the <sys/stat.h> header file. */
 
50
#undef HAVE_SYS_STAT_H
 
51
 
 
52
/* Define to 1 if you have the <sys/time.h> header file. */
 
53
#undef HAVE_SYS_TIME_H
 
54
 
 
55
/* Define to 1 if you have the <sys/types.h> header file. */
 
56
#undef HAVE_SYS_TYPES_H
 
57
 
 
58
/* Define to 1 if you have the <unistd.h> header file. */
 
59
#undef HAVE_UNISTD_H
 
60
 
 
61
/* Define to 1 if you have the <zlib.h> header file. */
 
62
#undef HAVE_ZLIB_H
 
63
 
 
64
/* Include alsa sound support */
 
65
#undef INCLUDE_ALSA
 
66
 
 
67
/* Include support for ffmpeg */
 
68
#undef INCLUDE_FFMPEG
 
69
 
 
70
/* Include pulseaudio sound support */
 
71
#undef INCLUDE_PULSEAUDIO
 
72
 
 
73
/* Define to 0 if your system does not have the O_LARGEFILE flag */
 
74
#undef O_LARGEFILE
 
75
 
 
76
/* Name of package */
 
77
#undef PACKAGE
 
78
 
 
79
/* Define to the address where bug reports for this package should be sent. */
 
80
#undef PACKAGE_BUGREPORT
 
81
 
 
82
/* Define to the full name of this package. */
 
83
#undef PACKAGE_NAME
 
84
 
 
85
/* Define to the full name and version of this package. */
 
86
#undef PACKAGE_STRING
 
87
 
 
88
/* Define to the one symbol short name of this package. */
 
89
#undef PACKAGE_TARNAME
 
90
 
 
91
/* Define to the version of this package. */
 
92
#undef PACKAGE_VERSION
 
93
 
 
94
/* Load libraries from ~/.mozilla/plugins and build a Mozilla XPInstall file
 
95
   */
 
96
#undef PLUGIN_INSTALL
 
97
 
 
98
/* Enable Silverlight 2.0 support for the plugin */
 
99
#undef PLUGIN_SL_2_0
 
100
 
 
101
/* Enable Silverlight 2.0 support in the runtime */
 
102
#undef SL_2_0
 
103
 
 
104
/* Define to 1 if you have the ANSI C header files. */
 
105
#undef STDC_HEADERS
 
106
 
 
107
/* Include support for the XRANDR extension for querying a monitor's refresh
 
108
   rate */
 
109
#undef USE_RANDR
 
110
 
 
111
/* Version number of package */
 
112
#undef VERSION
 
113
 
 
114
/* Number of bits in a file offset, on hosts where this is settable. */
 
115
#undef _FILE_OFFSET_BITS
 
116
 
 
117
/* Define for large files, on AIX-style hosts. */
 
118
#undef _LARGE_FILES
 
119
 
 
120
/* To make avformat work with C++ */
 
121
#undef __STDC_CONSTANT_MACROS
 
122
 
 
123
/* To get limits of specified-width integer types */
 
124
#undef __STDC_LIMIT_MACROS