~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to lib/libass/config.h.in

  • Committer: spiff_
  • Date: 2010-05-11 19:49:29 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:30024
Copy new libass into working tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* found enca via pkg-config */
 
4
#undef CONFIG_ENCA
 
5
 
 
6
/* found fontconfig via pkg-config */
 
7
#undef CONFIG_FONTCONFIG
 
8
 
 
9
/* found freetype2 via pkg-config */
 
10
#undef CONFIG_FREETYPE
 
11
 
 
12
/* use iconv */
 
13
#undef CONFIG_ICONV
 
14
 
 
15
/* found libpng via pkg-config */
 
16
#undef CONFIG_LIBPNG
 
17
 
 
18
/* Define to 1 if you have the <dlfcn.h> header file. */
 
19
#undef HAVE_DLFCN_H
 
20
 
 
21
/* Define to 1 if you have the <iconv.h> header file. */
 
22
#undef HAVE_ICONV_H
 
23
 
 
24
/* Define to 1 if you have the <inttypes.h> header file. */
 
25
#undef HAVE_INTTYPES_H
 
26
 
 
27
/* Define to 1 if you have the `m' library (-lm). */
 
28
#undef HAVE_LIBM
 
29
 
 
30
/* Define to 1 if you have the <memory.h> header file. */
 
31
#undef HAVE_MEMORY_H
 
32
 
 
33
/* Define to 1 if you have the `mkdir' function. */
 
34
#undef HAVE_MKDIR
 
35
 
 
36
/* Define to 1 if stdbool.h conforms to C99. */
 
37
#undef HAVE_STDBOOL_H
 
38
 
 
39
/* Define to 1 if you have the <stdint.h> header file. */
 
40
#undef HAVE_STDINT_H
 
41
 
 
42
/* Define to 1 if you have the <stdlib.h> header file. */
 
43
#undef HAVE_STDLIB_H
 
44
 
 
45
/* Define to 1 if you have the `strcasecmp' function. */
 
46
#undef HAVE_STRCASECMP
 
47
 
 
48
/* Define to 1 if you have the `strdup' function. */
 
49
#undef HAVE_STRDUP
 
50
 
 
51
/* Define to 1 if you have the <strings.h> header file. */
 
52
#undef HAVE_STRINGS_H
 
53
 
 
54
/* Define to 1 if you have the <string.h> header file. */
 
55
#undef HAVE_STRING_H
 
56
 
 
57
/* Define to 1 if you have the `strtol' function. */
 
58
#undef HAVE_STRTOL
 
59
 
 
60
/* Define to 1 if you have the <sys/stat.h> header file. */
 
61
#undef HAVE_SYS_STAT_H
 
62
 
 
63
/* Define to 1 if you have the <sys/time.h> header file. */
 
64
#undef HAVE_SYS_TIME_H
 
65
 
 
66
/* Define to 1 if you have the <sys/types.h> header file. */
 
67
#undef HAVE_SYS_TYPES_H
 
68
 
 
69
/* Define to 1 if you have the <unistd.h> header file. */
 
70
#undef HAVE_UNISTD_H
 
71
 
 
72
/* Define to 1 if the system has the type `_Bool'. */
 
73
#undef HAVE__BOOL
 
74
 
 
75
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
76
#undef NO_MINUS_C_MINUS_O
 
77
 
 
78
/* Name of package */
 
79
#undef PACKAGE
 
80
 
 
81
/* Define to the address where bug reports for this package should be sent. */
 
82
#undef PACKAGE_BUGREPORT
 
83
 
 
84
/* Define to the full name of this package. */
 
85
#undef PACKAGE_NAME
 
86
 
 
87
/* Define to the full name and version of this package. */
 
88
#undef PACKAGE_STRING
 
89
 
 
90
/* Define to the one symbol short name of this package. */
 
91
#undef PACKAGE_TARNAME
 
92
 
 
93
/* Define to the version of this package. */
 
94
#undef PACKAGE_VERSION
 
95
 
 
96
/* Define to 1 if you have the ANSI C header files. */
 
97
#undef STDC_HEADERS
 
98
 
 
99
/* Version number of package */
 
100
#undef VERSION
 
101
 
 
102
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
 
103
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
104
   #define below would cause a syntax error. */
 
105
#undef _UINT32_T
 
106
 
 
107
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
 
108
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
109
   #define below would cause a syntax error. */
 
110
#undef _UINT8_T
 
111
 
 
112
/* Define to empty if `const' does not conform to ANSI C. */
 
113
#undef const
 
114
 
 
115
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
116
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
117
#ifndef __cplusplus
 
118
#undef inline
 
119
#endif
 
120
 
 
121
/* Define to the type of a signed integer type of width exactly 64 bits if
 
122
   such a type exists and the standard includes do not define it. */
 
123
#undef int64_t
 
124
 
 
125
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
126
#undef size_t
 
127
 
 
128
/* Define to the type of an unsigned integer type of width exactly 32 bits if
 
129
   such a type exists and the standard includes do not define it. */
 
130
#undef uint32_t
 
131
 
 
132
/* Define to the type of an unsigned integer type of width exactly 8 bits if
 
133
   such a type exists and the standard includes do not define it. */
 
134
#undef uint8_t