~ubuntu-branches/debian/sid/gnubg/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2006-12-28 10:45:05 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061228104505-4p6sxxdosrlvhgpr
Tags: 0.14.3+20060923-4
* Translation updates:
  - French, thanks Thomas Huriaux.  (Closes: #404254)
  - Spanish, thanks Javier Ruano.  (Closes: #404613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
 
 
3
 
/* Define if using alloca.c.  */
4
 
#undef C_ALLOCA
5
 
 
6
 
/* Define to empty if the keyword does not work.  */
7
 
#undef const
8
 
 
9
 
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10
 
   This function is required for alloca.c support on those systems.  */
11
 
#undef CRAY_STACKSEG_END
12
 
 
13
 
/* Define if you have alloca, as a function or macro.  */
14
 
#undef HAVE_ALLOCA
15
 
 
16
 
/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17
 
#undef HAVE_ALLOCA_H
18
 
 
19
 
/* Define if you don't have vprintf but do have _doprnt.  */
20
 
#undef HAVE_DOPRNT
21
 
 
22
 
/* Define if you have a working `mmap' system call.  */
23
 
#undef HAVE_MMAP
24
 
 
25
 
/* Define if you have the vprintf function.  */
26
 
#undef HAVE_VPRINTF
27
 
 
28
 
/* Define as __inline if that's what the C compiler calls it.  */
29
 
#undef inline
30
 
 
31
 
/* Define as the return type of signal handlers (int or void).  */
32
 
#undef RETSIGTYPE
33
 
 
34
 
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
35
 
#undef size_t
36
 
 
37
 
/* If using the C implementation of alloca, define if you know the
38
 
   direction of stack growth for your system; otherwise it will be
39
 
   automatically deduced at run-time.
40
 
 STACK_DIRECTION > 0 => grows toward higher addresses
41
 
 STACK_DIRECTION < 0 => grows toward lower addresses
42
 
 STACK_DIRECTION = 0 => direction of growth unknown
43
 
 */
44
 
#undef STACK_DIRECTION
45
 
 
46
 
/* Define if you have the ANSI C header files.  */
47
 
#undef STDC_HEADERS
48
 
 
49
 
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
50
 
#undef TIME_WITH_SYS_TIME
51
 
 
52
 
/* Define if the X Window System is missing or not being used.  */
53
 
#undef X_DISPLAY_MISSING
54
 
 
55
 
/* Installation directory (used to determine PKGDATADIR below). */
56
 
#undef DATADIR
57
 
 
58
 
/* Define if you have the gtkextra library (-lgtkextra).  */
59
 
#undef HAVE_LIBGTKEXTRA
60
 
 
61
 
/* Define if you have the guilegtk-1.2 library (-lguilegtk-1.2).  */
62
 
#undef HAVE_LIBGUILEGTK_1_2
63
 
 
64
 
/* Define if you have the XCopyPlane function.  */
65
 
#undef HAVE_XCOPYPLANE
66
 
 
67
 
/* Define if you have the acosf function.  */
68
 
#undef HAVE_ACOSF
69
 
 
70
 
/* Define if you have the asinf function.  */
71
 
#undef HAVE_ASINF
72
 
 
73
 
/* Define if you have the atanf function.  */
74
 
#undef HAVE_ATANF
75
 
 
76
 
/* Define if you have the cosf function.  */
77
 
#undef HAVE_COSF
78
 
 
79
 
/* Define if you have the erf function.  */
80
 
#undef HAVE_ERF
81
 
 
82
 
/* Define if you have the fork function.  */
83
 
#undef HAVE_FORK
84
 
 
85
 
/* Define if you have the fstat function.  */
86
 
#undef HAVE_FSTAT
87
 
 
88
 
/* Define if you have the getdtablesize function.  */
89
 
#undef HAVE_GETDTABLESIZE
90
 
 
91
 
/* Define if you have the getlogin function.  */
92
 
#undef HAVE_GETLOGIN
93
 
 
94
 
/* Define if you have the getpagesize function.  */
95
 
#undef HAVE_GETPAGESIZE
96
 
 
97
 
/* Define if you have the getpwuid function.  */
98
 
#undef HAVE_GETPWUID
99
 
 
100
 
/* Define if you have the gettimeofday function.  */
101
 
#undef HAVE_GETTIMEOFDAY
102
 
 
103
 
/* Define if you have the isatty function.  */
104
 
#undef HAVE_ISATTY
105
 
 
106
 
/* Define if you have the lrint function.  */
107
 
#undef HAVE_LRINT
108
 
 
109
 
/* Define if you have the memmove function.  */
110
 
#undef HAVE_MEMMOVE
111
 
 
112
 
/* Define if you have the random function.  */
113
 
#undef HAVE_RANDOM
114
 
 
115
 
/* Define if you have the readv function.  */
116
 
#undef HAVE_READV
117
 
 
118
 
/* Define if you have the rl_completion_matches function.  */
119
 
#undef HAVE_RL_COMPLETION_MATCHES
120
 
 
121
 
/* Define if you have the select function.  */
122
 
#undef HAVE_SELECT
123
 
 
124
 
/* Define if you have the setvbuf function.  */
125
 
#undef HAVE_SETVBUF
126
 
 
127
 
/* Define if you have the sigaction function.  */
128
 
#undef HAVE_SIGACTION
129
 
 
130
 
/* Define if you have the sigblock function.  */
131
 
#undef HAVE_SIGBLOCK
132
 
 
133
 
/* Define if you have the sigprocmask function.  */
134
 
#undef HAVE_SIGPROCMASK
135
 
 
136
 
/* Define if you have the sigvec function.  */
137
 
#undef HAVE_SIGVEC
138
 
 
139
 
/* Define if you have the sinf function.  */
140
 
#undef HAVE_SINF
141
 
 
142
 
/* Define if you have the tanf function.  */
143
 
#undef HAVE_TANF
144
 
 
145
 
/* Define if you have the <fcntl.h> header file.  */
146
 
#undef HAVE_FCNTL_H
147
 
 
148
 
/* Define if you have the <gdk/gdkx.h> header file.  */
149
 
#undef HAVE_GDK_GDKX_H
150
 
 
151
 
/* Define if you have the <gtkextra/gtksheet.h> header file.  */
152
 
#undef HAVE_GTKEXTRA_GTKSHEET_H
153
 
 
154
 
/* Define if you have the <guile-gtk.h> header file.  */
155
 
#undef HAVE_GUILE_GTK_H
156
 
 
157
 
/* Define if you have the <limits.h> header file.  */
158
 
#undef HAVE_LIMITS_H
159
 
 
160
 
/* Define if you have the <pwd.h> header file.  */
161
 
#undef HAVE_PWD_H
162
 
 
163
 
/* Define if you have the <stropts.h> header file.  */
164
 
#undef HAVE_STROPTS_H
165
 
 
166
 
/* Define if you have the <sys/file.h> header file.  */
167
 
#undef HAVE_SYS_FILE_H
168
 
 
169
 
/* Define if you have the <sys/ioctl.h> header file.  */
170
 
#undef HAVE_SYS_IOCTL_H
171
 
 
172
 
/* Define if you have the <sys/mman.h> header file.  */
173
 
#undef HAVE_SYS_MMAN_H
174
 
 
175
 
/* Define if you have the <sys/socket.h> header file.  */
176
 
#undef HAVE_SYS_SOCKET_H
177
 
 
178
 
/* Define if you have the <sys/stat.h> header file.  */
179
 
#undef HAVE_SYS_STAT_H
180
 
 
181
 
/* Define if you have the <sys/time.h> header file.  */
182
 
#undef HAVE_SYS_TIME_H
183
 
 
184
 
/* Define if you have the <sys/types.h> header file.  */
185
 
#undef HAVE_SYS_TYPES_H
186
 
 
187
 
/* Define if you have the <sys/uio.h> header file.  */
188
 
#undef HAVE_SYS_UIO_H
189
 
 
190
 
/* Define if you have the <sys/wait.h> header file.  */
191
 
#undef HAVE_SYS_WAIT_H
192
 
 
193
 
/* Define if you have the <unistd.h> header file.  */
194
 
#undef HAVE_UNISTD_H
195
 
 
196
 
/* Define if you have the dl library (-ldl).  */
197
 
#undef HAVE_LIBDL
198
 
 
199
 
/* Define if you have the gdbm library (-lgdbm).  */
200
 
#undef HAVE_LIBGDBM
201
 
 
202
 
/* Define if you have the m library (-lm).  */
203
 
#undef HAVE_LIBM
204
 
 
205
 
/* Define if you have the readline library (-lreadline).  */
206
 
#undef HAVE_LIBREADLINE
207
 
 
208
 
/* Name of package */
209
 
#undef PACKAGE
210
 
 
211
 
/* Version number of package */
212
 
#undef VERSION
213
 
 
214
 
/* Define if your GDBM library gdbm_errno works correctly. */
215
 
#undef HAVE_GDBM_ERRNO
216
 
 
217
 
/* Define if you can use _imp__gdbm_errno as a workaround. */
218
 
#undef HAVE_IMP_GDBM_ERRNO
219
 
 
220
 
/* Define if you have a signbit() macro faster than a compare to 0.0. */
221
 
#undef HAVE_SIGNBIT
222
 
 
223
 
/* Define if the system supports AC_LOCAL sockets. */
224
 
#undef HAVE_SOCKETS
225
 
 
226
 
/* Define if you want to use the ext toolkit and widgets. */
227
 
#undef USE_EXT
228
 
 
229
 
/* Define if you want to use the GTK toolkit and widgets. */
230
 
#undef USE_GTK
231
 
 
232
 
/* Define if you want to use the Guile extensibility language. */
233
 
#undef USE_GUILE
234
 
 
235
 
/* Are we using either GUI (ext or GTK)? */
236
 
#if USE_EXT || USE_GTK
237
 
#define USE_GUI 1
238
 
#endif
239
 
 
240
 
/* The directory where the weights and databases will be stored. */
241
 
#define PKGDATADIR DATADIR "/" PACKAGE
242
 
 
243
 
#if !HAVE_MEMMOVE
244
 
#define memmove(p0,p1,c) ( bcopy( (p1), (p0), (c) ) )
245
 
#endif
246
 
 
247
 
/* Define the obvious signbit() if the C library doesn't. */
248
 
#if !HAVE_SIGNBIT
249
 
#define signbit(x) ( (x) < 0.0 )
250
 
#endif
251
 
 
252
 
/* Use the double versions of the math functions if the float ones aren't
253
 
   available. */
254
 
#if !HAVE_ACOSF
255
 
#define acosf acos
256
 
#endif
257
 
 
258
 
#if !HAVE_ASINF
259
 
#define asinf asin
260
 
#endif
261
 
 
262
 
#if !HAVE_ATANF
263
 
#define atanf atan
264
 
#endif
265
 
 
266
 
#if !HAVE_COSF
267
 
#define cosf cos
268
 
#endif
269
 
 
270
 
#if !HAVE_LRINT
271
 
#define lrint(x) ((long) ((x)+0.5))
272
 
#endif
273
 
 
274
 
#if !HAVE_SINF
275
 
#define sinf sin
276
 
#endif
277
 
 
278
 
#if !HAVE_TANF
279
 
#define tanf tan
280
 
#endif
281
 
 
282
 
#ifndef FALSE
283
 
#define FALSE 0
284
 
#define TRUE 1
285
 
#endif
286
 
 
287
 
#ifndef _GNU_SOURCE
288
 
#define _GNU_SOURCE 1
289
 
#endif