~ubuntu-branches/ubuntu/oneiric/faac/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-01-06 22:47:35 UTC
  • mfrom: (0.1.3 hoary) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106224735-jhb3ptzjfm2j7n89
Tags: 1.26-0.1ubuntu1
* Sync from debian-multimedia
* Ubuntu Changes:
 - Maintainer Spec
 - Versioned mp4v2 dep

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 encode for DRM */
 
4
#undef DRM
 
5
 
 
6
/* Define to 1 if you have the declaration of `MP4Create', and to 0 if you
 
7
   don't. */
 
8
#undef HAVE_DECL_MP4CREATE
 
9
 
 
10
/* Define to 1 if you have the declaration of `MP4MetadataDelete', and to 0 if
 
11
   you don't. */
 
12
#undef HAVE_DECL_MP4METADATADELETE
 
13
 
 
14
/* Define to 1 if you have the <dlfcn.h> header file. */
 
15
#undef HAVE_DLFCN_H
 
16
 
 
17
/* Define to 1 if you have the <float.h> header file. */
 
18
#undef HAVE_FLOAT_H
 
19
 
 
20
/* Define to 1 if `__pos' is member of `fpos_t'. */
 
21
#undef HAVE_FPOS_T___POS
 
22
 
 
23
/* Define to 1 if you have the <getopt.h> header file. */
 
24
#undef HAVE_GETOPT_H
 
25
 
 
26
/* Define to 1 if the system has the type `int16_t'. */
 
27
#undef HAVE_INT16_T
 
28
 
 
29
/* Define to 1 if the system has the type `int32_t'. */
 
30
#undef HAVE_INT32_T
 
31
 
 
32
/* Define to 1 if you have the <inttypes.h> header file. */
 
33
#undef HAVE_INTTYPES_H
 
34
 
 
35
/* Define to 1 if the system has the type `in_port_t'. */
 
36
#undef HAVE_IN_PORT_T
 
37
 
 
38
/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
 
39
#undef HAVE_LIBGNUGETOPT
 
40
 
 
41
/* define if needed */
 
42
#undef HAVE_LIBMP4V2
 
43
 
 
44
/* Define to 1 if you have the <mathf.h> header file. */
 
45
#undef HAVE_MATHF_H
 
46
 
 
47
/* define if needed */
 
48
#undef HAVE_MEMCPY
 
49
 
 
50
/* Define to 1 if you have the <memory.h> header file. */
 
51
#undef HAVE_MEMORY_H
 
52
 
 
53
/* Define to 1 if the system has the type `socklen_t'. */
 
54
#undef HAVE_SOCKLEN_T
 
55
 
 
56
/* Define to 1 if you have the <stdint.h> header file. */
 
57
#undef HAVE_STDINT_H
 
58
 
 
59
/* Define to 1 if you have the <stdlib.h> header file. */
 
60
#undef HAVE_STDLIB_H
 
61
 
 
62
/* define if needed */
 
63
#undef HAVE_STRCASECMP
 
64
 
 
65
/* define if needed */
 
66
#undef HAVE_STRCHR
 
67
 
 
68
/* Define to 1 if you have the <strings.h> header file. */
 
69
#undef HAVE_STRINGS_H
 
70
 
 
71
/* Define to 1 if you have the <string.h> header file. */
 
72
#undef HAVE_STRING_H
 
73
 
 
74
/* define if needed */
 
75
#undef HAVE_STRSEP
 
76
 
 
77
/* Define to 1 if you have the <sys/stat.h> header file. */
 
78
#undef HAVE_SYS_STAT_H
 
79
 
 
80
/* Define to 1 if you have the <sys/time.h> header file. */
 
81
#undef HAVE_SYS_TIME_H
 
82
 
 
83
/* Define to 1 if you have the <sys/types.h> header file. */
 
84
#undef HAVE_SYS_TYPES_H
 
85
 
 
86
/* Define to 1 if you have the <unistd.h> header file. */
 
87
#undef HAVE_UNISTD_H
 
88
 
 
89
/* Define to 1 if the system has the type `u_int16_t'. */
 
90
#undef HAVE_U_INT16_T
 
91
 
 
92
/* Define to 1 if the system has the type `u_int32_t'. */
 
93
#undef HAVE_U_INT32_T
 
94
 
 
95
/* Name of package */
 
96
#undef PACKAGE
 
97
 
 
98
/* Define to the address where bug reports for this package should be sent. */
 
99
#undef PACKAGE_BUGREPORT
 
100
 
 
101
/* Define to the full name of this package. */
 
102
#undef PACKAGE_NAME
 
103
 
 
104
/* Define to the full name and version of this package. */
 
105
#undef PACKAGE_STRING
 
106
 
 
107
/* Define to the one symbol short name of this package. */
 
108
#undef PACKAGE_TARNAME
 
109
 
 
110
/* Define to the version of this package. */
 
111
#undef PACKAGE_VERSION
 
112
 
 
113
/* Define to 1 if you have the ANSI C header files. */
 
114
#undef STDC_HEADERS
 
115
 
 
116
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
117
#undef TIME_WITH_SYS_TIME
 
118
 
 
119
/* Version number of package */
 
120
#undef VERSION
 
121
 
 
122
/* Define to 1 if your processor stores words with the most significant byte
 
123
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
124
#undef WORDS_BIGENDIAN
 
125
 
 
126
/* Number of bits in a file offset, on hosts where this is settable. */
 
127
#undef _FILE_OFFSET_BITS
 
128
 
 
129
/* Define for large files, on AIX-style hosts. */
 
130
#undef _LARGE_FILES
 
131
 
 
132
/* Define to `long int' if <sys/types.h> does not define. */
 
133
#undef off_t