~ubuntu-branches/ubuntu/hardy/dvdbackup/hardy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-04-01 23:19:25 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080401231925-3e3nc0utybakgaz8
Tags: 0.2-2
Pass CFLAGS to build system, don't override them

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if translation of program messages to the user's native
 
4
   language is requested. */
 
5
#undef ENABLE_NLS
 
6
 
 
7
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
8
   CoreFoundation framework. */
 
9
#undef HAVE_CFLOCALECOPYCURRENT
 
10
 
 
11
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
12
   the CoreFoundation framework. */
 
13
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
14
 
 
15
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
16
   */
 
17
#undef HAVE_DCGETTEXT
 
18
 
 
19
/* Define to 1 if you have the <dvdread/dvd_reader.h> header file. */
 
20
#undef HAVE_DVDREAD_DVD_READER_H
 
21
 
 
22
/* Define to 1 if you have the <fcntl.h> header file. */
 
23
#undef HAVE_FCNTL_H
 
24
 
 
25
/* Define if the GNU gettext() function is already present or preinstalled. */
 
26
#undef HAVE_GETTEXT
 
27
 
 
28
/* Define if you have the iconv() function. */
 
29
#undef HAVE_ICONV
 
30
 
 
31
/* Define to 1 if you have the <inttypes.h> header file. */
 
32
#undef HAVE_INTTYPES_H
 
33
 
 
34
/* Define to 1 if you have the `dvdread' library (-ldvdread). */
 
35
#undef HAVE_LIBDVDREAD
 
36
 
 
37
/* Define to 1 if you have the <libintl.h> header file. */
 
38
#undef HAVE_LIBINTL_H
 
39
 
 
40
/* Define to 1 if you have the <limits.h> header file. */
 
41
#undef HAVE_LIMITS_H
 
42
 
 
43
/* Define to 1 if you have the <locale.h> header file. */
 
44
#undef HAVE_LOCALE_H
 
45
 
 
46
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
47
   to 0 otherwise. */
 
48
#undef HAVE_MALLOC
 
49
 
 
50
/* Define to 1 if you have the <memory.h> header file. */
 
51
#undef HAVE_MEMORY_H
 
52
 
 
53
/* Define to 1 if you have the `mkdir' function. */
 
54
#undef HAVE_MKDIR
 
55
 
 
56
/* Define to 1 if you have the `setlocale' function. */
 
57
#undef HAVE_SETLOCALE
 
58
 
 
59
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
60
   zero-length file name argument. */
 
61
#undef HAVE_STAT_EMPTY_STRING_BUG
 
62
 
 
63
/* Define to 1 if stdbool.h conforms to C99. */
 
64
#undef HAVE_STDBOOL_H
 
65
 
 
66
/* Define to 1 if you have the <stdint.h> header file. */
 
67
#undef HAVE_STDINT_H
 
68
 
 
69
/* Define to 1 if you have the <stdlib.h> header file. */
 
70
#undef HAVE_STDLIB_H
 
71
 
 
72
/* Define to 1 if you have the <strings.h> header file. */
 
73
#undef HAVE_STRINGS_H
 
74
 
 
75
/* Define to 1 if you have the <string.h> header file. */
 
76
#undef HAVE_STRING_H
 
77
 
 
78
/* Define to 1 if you have the `strstr' function. */
 
79
#undef HAVE_STRSTR
 
80
 
 
81
/* Define to 1 if you have the <sys/stat.h> header file. */
 
82
#undef HAVE_SYS_STAT_H
 
83
 
 
84
/* Define to 1 if you have the <sys/types.h> header file. */
 
85
#undef HAVE_SYS_TYPES_H
 
86
 
 
87
/* Define to 1 if you have the <unistd.h> header file. */
 
88
#undef HAVE_UNISTD_H
 
89
 
 
90
/* Define to 1 if the system has the type `_Bool'. */
 
91
#undef HAVE__BOOL
 
92
 
 
93
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
94
   slash. */
 
95
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
96
 
 
97
/* Name of package */
 
98
#undef PACKAGE
 
99
 
 
100
/* Define to the address where bug reports for this package should be sent. */
 
101
#undef PACKAGE_BUGREPORT
 
102
 
 
103
/* Define to the full name of this package. */
 
104
#undef PACKAGE_NAME
 
105
 
 
106
/* Define to the full name and version of this package. */
 
107
#undef PACKAGE_STRING
 
108
 
 
109
/* Define to the one symbol short name of this package. */
 
110
#undef PACKAGE_TARNAME
 
111
 
 
112
/* Define to the version of this package. */
 
113
#undef PACKAGE_VERSION
 
114
 
 
115
/* Define to 1 if you have the ANSI C header files. */
 
116
#undef STDC_HEADERS
 
117
 
 
118
/* Version number of package */
 
119
#undef VERSION
 
120
 
 
121
/* Number of bits in a file offset, on hosts where this is settable. */
 
122
#undef _FILE_OFFSET_BITS
 
123
 
 
124
/* Define for large files, on AIX-style hosts. */
 
125
#undef _LARGE_FILES
 
126
 
 
127
/* Define to empty if `const' does not conform to ANSI C. */
 
128
#undef const
 
129
 
 
130
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
131
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
132
#ifndef __cplusplus
 
133
#undef inline
 
134
#endif
 
135
 
 
136
/* Define to rpl_malloc if the replacement function should be used. */
 
137
#undef malloc
 
138
 
 
139
/* Define to `long int' if <sys/types.h> does not define. */
 
140
#undef off_t
 
141
 
 
142
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
143
#undef size_t