~ubuntu-branches/ubuntu/precise/gwenrename/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-11-17 02:07:28 UTC
  • Revision ID: james.westby@ubuntu.com-20051117020728-2qz8zgblo75t86gp
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

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 have the CoreAudio API */
 
4
#undef HAVE_COREAUDIO
 
5
 
 
6
/* Define to 1 if you have the <crt_externs.h> header file. */
 
7
#undef HAVE_CRT_EXTERNS_H
 
8
 
 
9
/* Defines if your system has the crypt function */
 
10
#undef HAVE_CRYPT
 
11
 
 
12
/* Define to 1 if you have the <dlfcn.h> header file. */
 
13
#undef HAVE_DLFCN_H
 
14
 
 
15
/* Define to 1 if you have the <inttypes.h> header file. */
 
16
#undef HAVE_INTTYPES_H
 
17
 
 
18
/* Define if you have libjpeg */
 
19
#undef HAVE_LIBJPEG
 
20
 
 
21
/* Define if you have libpng */
 
22
#undef HAVE_LIBPNG
 
23
 
 
24
/* Define if you have a working libpthread (will enable threaded code) */
 
25
#undef HAVE_LIBPTHREAD
 
26
 
 
27
/* Define if you have libz */
 
28
#undef HAVE_LIBZ
 
29
 
 
30
/* Define to 1 if you have the <memory.h> header file. */
 
31
#undef HAVE_MEMORY_H
 
32
 
 
33
/* Define if your system needs _NSGetEnviron to set up the environment */
 
34
#undef HAVE_NSGETENVIRON
 
35
 
 
36
/* Define to 1 if you have the <pthread/linuxthreads/pthread.h> header file.
 
37
   */
 
38
#undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H
 
39
 
 
40
/* Define if you have the res_init function */
 
41
#undef HAVE_RES_INIT
 
42
 
 
43
/* Define to 1 if you have the `snprintf' function. */
 
44
#undef HAVE_SNPRINTF
 
45
 
 
46
/* Define to 1 if you have the <stdint.h> header file. */
 
47
#undef HAVE_STDINT_H
 
48
 
 
49
/* Define to 1 if you have the <stdlib.h> header file. */
 
50
#undef HAVE_STDLIB_H
 
51
 
 
52
/* Define to 1 if you have the <strings.h> header file. */
 
53
#undef HAVE_STRINGS_H
 
54
 
 
55
/* Define to 1 if you have the <string.h> header file. */
 
56
#undef HAVE_STRING_H
 
57
 
 
58
/* Define to 1 if you have the <sys/stat.h> header file. */
 
59
#undef HAVE_SYS_STAT_H
 
60
 
 
61
/* Define to 1 if you have the <sys/types.h> header file. */
 
62
#undef HAVE_SYS_TYPES_H
 
63
 
 
64
/* C++ compiler supports template repository */
 
65
#undef HAVE_TEMPLATE_REPOSITORY
 
66
 
 
67
/* Define to 1 if you have the <unistd.h> header file. */
 
68
#undef HAVE_UNISTD_H
 
69
 
 
70
/* Define to 1 if you have the `vsnprintf' function. */
 
71
#undef HAVE_VSNPRINTF
 
72
 
 
73
/* Define if you want Xinerama support */
 
74
#undef HAVE_XINERAMA
 
75
 
 
76
/* Suffix for lib directories */
 
77
#undef KDELIBSUFF
 
78
 
 
79
/* Name of package */
 
80
#undef PACKAGE
 
81
 
 
82
/* Define to the address where bug reports for this package should be sent. */
 
83
#undef PACKAGE_BUGREPORT
 
84
 
 
85
/* Define to the full name of this package. */
 
86
#undef PACKAGE_NAME
 
87
 
 
88
/* Define to the full name and version of this package. */
 
89
#undef PACKAGE_STRING
 
90
 
 
91
/* Define to the one symbol short name of this package. */
 
92
#undef PACKAGE_TARNAME
 
93
 
 
94
/* Define to the version of this package. */
 
95
#undef PACKAGE_VERSION
 
96
 
 
97
/* The size of a `char', as computed by sizeof. */
 
98
#undef SIZEOF_CHAR
 
99
 
 
100
/* The size of a `char *', as computed by sizeof. */
 
101
#undef SIZEOF_CHAR_P
 
102
 
 
103
/* The size of a `int', as computed by sizeof. */
 
104
#undef SIZEOF_INT
 
105
 
 
106
/* The size of a `long', as computed by sizeof. */
 
107
#undef SIZEOF_LONG
 
108
 
 
109
/* Define to 1 if you have the ANSI C header files. */
 
110
#undef STDC_HEADERS
 
111
 
 
112
/* Version number of package */
 
113
#undef VERSION
 
114
 
 
115
/*
 
116
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
 
117
 * headers and I'm too lazy to write a configure test as long as only
 
118
 * unixware is related
 
119
 */
 
120
#ifdef _UNIXWARE
 
121
#define HAVE_BOOLEAN
 
122
#endif
 
123
 
 
124
 
 
125
 
 
126
/*
 
127
 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
 
128
 * that defines bzero.
 
129
 */
 
130
 
 
131
#if defined(_AIX)
 
132
#include <strings.h>
 
133
#endif
 
134
 
 
135
 
 
136
 
 
137
/*
 
138
 * On HP-UX, the declaration of vsnprintf() is needed every time !
 
139
 */
 
140
 
 
141
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
 
142
#if __STDC__
 
143
#include <stdarg.h>
 
144
#include <stdlib.h>
 
145
#else
 
146
#include <varargs.h>
 
147
#endif
 
148
#ifdef __cplusplus
 
149
extern "C"
 
150
#endif
 
151
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
 
152
#ifdef __cplusplus
 
153
extern "C"
 
154
#endif
 
155
int snprintf(char *str, size_t n, char const *fmt, ...);
 
156
#endif
 
157
 
 
158
 
 
159
 
 
160
#if defined(__SVR4) && !defined(__svr4__)
 
161
#define __svr4__ 1
 
162
#endif
 
163
 
 
164
 
 
165
/* Compatibility define */
 
166
#undef ksize_t
 
167
 
 
168
/* Define the real type of socklen_t */
 
169
#undef socklen_t