source: extensions/gsdl-video/trunk/installed/cmdline/include/mpeg4ip_config.h@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

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