File: config.h.in

package info (click to toggle)
kwave 0.6.3-11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,012 kB
  • ctags: 2,815
  • sloc: cpp: 23,924; sh: 11,163; perl: 1,892; makefile: 830; python: 258; ansic: 5
file content (203 lines) | stat: -rw-r--r-- 5,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/* acconfig.h
   This file is in the public domain.

   Descriptive text for the C preprocessor macros that
   the distributed Autoconf macros can define.
   No software package will use all of them; autoheader copies the ones
   your configure.in uses into your configuration header file templates.

   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  Although this order
   can split up related entries, it makes it easier to check whether
   a given entry is in the file.

   Leave the following blank line there!!  Autoheader needs it.  */



/* check for geteuid */
#undef HAVE_GETEUID

/* check for sys/resource.h and getrlimit */
#undef HAVE_GETRLIMIT

/* check for ability to create temporary files with mkstemp(...) */
#undef HAVE_MKSTEMP

/* check for sysinfo to query total ram */
#undef HAVE_MEMINFO

/* check for unlink */
#undef HAVE_UNLINK


/* Leave that blank line there!!  Autoheader needs it.
   If you're adding to this file, keep in mind:
   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  */

/* Define if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H

/* You _must_ have bool */
#undef HAVE_BOOL

/* Define if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H

/* Defines if your system has the crypt function */
#undef HAVE_CRYPT

/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H

/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
#undef HAVE_DIRENT_H

/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define if you have the <features.h> header file. */
#undef HAVE_FEATURES_H

/* Define if you have the <float.h> header file. */
#undef HAVE_FLOAT_H

/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define if you have libjpeg */
#undef HAVE_LIBJPEG

/* Define if you have libpng */
#undef HAVE_LIBPNG

/* Define if you have a working libpthread (will enable threaded code) */
#undef HAVE_LIBPTHREAD

/* Define if you have libz */
#undef HAVE_LIBZ

/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define if you have the <pthread/linuxthreads/pthread.h> header file. */
#undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H

/* Define if you have the res_init function */
#undef HAVE_RES_INIT

/* Define if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H

/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* C++ compiler supports template repository */
#undef HAVE_TEMPLATE_REPOSITORY

/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define if you have the <typeinfo> header file. */
#undef HAVE_TYPEINFO

/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define if you want Xinerama support */
#undef HAVE_XINERAMA

/* Name of package */
#undef PACKAGE

/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR

/* The size of a `char *', as computed by sizeof. */
#undef SIZEOF_CHAR_P

/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Version number of package */
#undef VERSION

/* Define if you need to use the GNU extensions */
#undef _GNU_SOURCE

/* Compatibility define */
#undef ksize_t

/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t

/* Define the real type of socklen_t */
#undef socklen_t