~ubuntu-branches/ubuntu/feisty/digikam/feisty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Achim Bohnet
  • Date: 2005-03-10 02:39:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050310023902-023nymfst5mg696c
Tags: 0.7.2-2
* debian/TODO: clean
* digikam manpage: better --detect-camera description

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
 
4
#undef HAVE_CARBON_CARBON_H
 
5
 
3
6
/* Define if you have the CoreAudio API */
4
7
#undef HAVE_COREAUDIO
5
8
 
30
33
/* Define to 1 if you have the <memory.h> header file. */
31
34
#undef HAVE_MEMORY_H
32
35
 
 
36
/* Define to 1 if you have the <mntent.h> header file. */
 
37
#undef HAVE_MNTENT_H
 
38
 
33
39
/* Define if your system needs _NSGetEnviron to set up the environment */
34
40
#undef HAVE_NSGETENVIRON
35
41
 
36
 
/* Define if you have the res_init function */
 
42
/* Define if you have res_init */
37
43
#undef HAVE_RES_INIT
38
44
 
 
45
/* Define if you have the res_init prototype */
 
46
#undef HAVE_RES_INIT_PROTO
 
47
 
39
48
/* Define if you have a STL implementation by SGI */
40
49
#undef HAVE_SGI_STL
41
50
 
81
90
/* Define to 1 if you have the `vsnprintf' function. */
82
91
#undef HAVE_VSNPRINTF
83
92
 
 
93
/* Suffix for lib directories */
 
94
#undef KDELIBSUFF
 
95
 
 
96
/* NFS hack enabled */
 
97
#undef NFS_HACK
 
98
 
84
99
/* Name of package */
85
100
#undef PACKAGE
86
101
 
156
171
 
157
172
 
158
173
 
 
174
#if !defined(HAVE_RES_INIT_PROTO)
 
175
#ifdef __cplusplus
 
176
extern "C" {
 
177
#endif
 
178
int res_init(void);
 
179
#ifdef __cplusplus
 
180
}
 
181
#endif
 
182
#endif
 
183
 
 
184
 
 
185
 
159
186
#if !defined(HAVE_STRLCAT_PROTO)
160
187
#ifdef __cplusplus
161
188
extern "C" {
208
235
#endif
209
236
 
210
237
 
211
 
/* Compatibility define */
 
238
/* type to use in place of socklen_t if not defined */
 
239
#undef kde_socklen_t
 
240
 
 
241
/* type to use in place of socklen_t if not defined (deprecated, use
 
242
   kde_socklen_t) */
212
243
#undef ksize_t
213
 
 
214
 
/* Define the real type of socklen_t */
215
 
#undef socklen_t