Merge from proposed getloadavg simplifications in gnulib.
[bpt/emacs.git] / src / config.in
1 /* src/config.in. Generated from configure.in by autoheader. */
2
3 /* GNU Emacs site configuration template file.
4
5 Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2011
6 Free Software Foundation, Inc.
7
8 This file is part of GNU Emacs.
9
10 GNU Emacs is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
14
15 GNU Emacs is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22
23
24 /* No code in Emacs #includes config.h twice, but some bits of code
25 intended to work with other packages as well (like gmalloc.c)
26 think they can include it as many times as they like. */
27 #ifndef EMACS_CONFIG_H
28 #define EMACS_CONFIG_H
29
30
31 /* Define if building universal (internal helper macro) */
32 #undef AC_APPLE_UNIVERSAL_BUILD
33
34 /* Define if Emacs cannot be dumped on your system. */
35 #undef CANNOT_DUMP
36
37 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
38 systems. This function is required for `alloca.c' support on those systems.
39 */
40 #undef CRAY_STACKSEG_END
41
42 /* Define to 1 if using `alloca.c'. */
43 #undef C_ALLOCA
44
45 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
46 #undef DGUX
47
48 /* Define to 1 if you are using the GNU C Library. */
49 #undef DOUG_LEA_MALLOC
50
51 /* Define to the canonical Emacs configuration name. */
52 #undef EMACS_CONFIGURATION
53
54 /* Define to the options passed to configure. */
55 #undef EMACS_CONFIG_OPTIONS
56
57 /* Enable expensive run-time checking of data types? */
58 #undef ENABLE_CHECKING
59
60 /* Define this to check for errors in cons list. */
61 #undef GC_CHECK_CONS_LIST
62
63 /* Define this temporarily to hunt a bug. If defined, the size of strings is
64 redundantly recorded in sdata structures so that it can be compared to the
65 sizes recorded in Lisp strings. */
66 #undef GC_CHECK_STRING_BYTES
67
68 /* Define this to check the string free list. */
69 #undef GC_CHECK_STRING_FREE_LIST
70
71 /* Define this to check for short string overrun. */
72 #undef GC_CHECK_STRING_OVERRUN
73
74 /* Define to 1 if the `getpgrp' function requires zero arguments. */
75 #undef GETPGRP_VOID
76
77 /* Define to 1 if gettimeofday accepts only one argument. */
78 #undef GETTIMEOFDAY_ONE_ARGUMENT
79
80 /* Define to 1 if you want to use the GNU memory allocator. */
81 #undef GNU_MALLOC
82
83 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
84 #undef HAVE_AIX_SMT_EXP
85
86 /* Define to 1 if you have the `alarm' function. */
87 #undef HAVE_ALARM
88
89 /* Define to 1 if you have `alloca', as a function or macro. */
90 #undef HAVE_ALLOCA
91
92 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
93 */
94 #undef HAVE_ALLOCA_H
95
96 /* Define to 1 if ALSA is available. */
97 #undef HAVE_ALSA
98
99 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
100 #undef HAVE_ATTRIBUTE_ALIGNED
101
102 /* Define to 1 if strtold conforms to C99. */
103 #undef HAVE_C99_STRTOLD
104
105 /* Define to 1 if you have the `cbrt' function. */
106 #undef HAVE_CBRT
107
108 /* Define to 1 if you have the `cfmakeraw' function. */
109 #undef HAVE_CFMAKERAW
110
111 /* Define to 1 if you have the `cfsetspeed' function. */
112 #undef HAVE_CFSETSPEED
113
114 /* Define to 1 if you have the `closedir' function. */
115 #undef HAVE_CLOSEDIR
116
117 /* Define to 1 if you have the <coff.h> header file. */
118 #undef HAVE_COFF_H
119
120 /* Define to 1 if you have the <com_err.h> header file. */
121 #undef HAVE_COM_ERR_H
122
123 /* Define to 1 if you have the `copysign' function. */
124 #undef HAVE_COPYSIGN
125
126 /* Define to 1 if using D-Bus. */
127 #undef HAVE_DBUS
128
129 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
130 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
131
132 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
133 */
134 #undef HAVE_DECL_GETENV
135
136 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
137 don't. */
138 #undef HAVE_DECL_LOCALTIME_R
139
140 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
141 don't. */
142 #undef HAVE_DECL_SYS_SIGLIST
143
144 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
145 */
146 #undef HAVE_DECL_TZNAME
147
148 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
149 don't. */
150 #undef HAVE_DECL___SYS_SIGLIST
151
152 /* Define to 1 if you have the <des.h> header file. */
153 #undef HAVE_DES_H
154
155 /* Define to 1 if dynamic ptys are supported. */
156 #undef HAVE_DEV_PTMX
157
158 /* Define to 1 if you have the `difftime' function. */
159 #undef HAVE_DIFFTIME
160
161 /* Define to 1 if you have the <dirent.h> header file. */
162 #undef HAVE_DIRENT_H
163
164 /* Define to 1 if you have the `dup2' function. */
165 #undef HAVE_DUP2
166
167 /* Define to 1 if you have the `euidaccess' function. */
168 #undef HAVE_EUIDACCESS
169
170 /* Define to 1 if you have the <fcntl.h> header file. */
171 #undef HAVE_FCNTL_H
172
173 /* Define to 1 if you have the `fmod' function. */
174 #undef HAVE_FMOD
175
176 /* Define to 1 if you have the `fork' function. */
177 #undef HAVE_FORK
178
179 /* Define to 1 if you have the `fpathconf' function. */
180 #undef HAVE_FPATHCONF
181
182 /* Define to 1 if using the freetype and fontconfig libraries. */
183 #undef HAVE_FREETYPE
184
185 /* Define to 1 if you have the `frexp' function. */
186 #undef HAVE_FREXP
187
188 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
189 #undef HAVE_FSEEKO
190
191 /* Define to 1 if you have the `fsync' function. */
192 #undef HAVE_FSYNC
193
194 /* Define to 1 if you have the `ftime' function. */
195 #undef HAVE_FTIME
196
197 /* Define to 1 if you have the `gai_strerror' function. */
198 #undef HAVE_GAI_STRERROR
199
200 /* Define to 1 if using GConf. */
201 #undef HAVE_GCONF
202
203 /* Define to 1 if you have the `getaddrinfo' function. */
204 #undef HAVE_GETADDRINFO
205
206 /* Define to 1 if you have the `getcwd' function. */
207 #undef HAVE_GETCWD
208
209 /* Define to 1 if you have the `getdelim' function. */
210 #undef HAVE_GETDELIM
211
212 /* Define to 1 if you have the `getdomainname' function. */
213 #undef HAVE_GETDOMAINNAME
214
215 /* Define to 1 if you have the `gethostname' function. */
216 #undef HAVE_GETHOSTNAME
217
218 /* Define to 1 if you have the `getline' function. */
219 #undef HAVE_GETLINE
220
221 /* Define to 1 if you have the <getopt.h> header file. */
222 #undef HAVE_GETOPT_H
223
224 /* Define to 1 if you have the `getopt_long_only' function. */
225 #undef HAVE_GETOPT_LONG_ONLY
226
227 /* Define to 1 if you have the `getpagesize' function. */
228 #undef HAVE_GETPAGESIZE
229
230 /* Define to 1 if you have the `getpeername' function. */
231 #undef HAVE_GETPEERNAME
232
233 /* Define to 1 if you have the `getpt' function. */
234 #undef HAVE_GETPT
235
236 /* Define to 1 if you have the `getrlimit' function. */
237 #undef HAVE_GETRLIMIT
238
239 /* Define to 1 if you have the `getrusage' function. */
240 #undef HAVE_GETRUSAGE
241
242 /* Define to 1 if you have the `getsockname' function. */
243 #undef HAVE_GETSOCKNAME
244
245 /* Define to 1 if you have the `getsockopt' function. */
246 #undef HAVE_GETSOCKOPT
247
248 /* Define to 1 if you have the `gettimeofday' function. */
249 #undef HAVE_GETTIMEOFDAY
250
251 /* Define to 1 if you have the `getwd' function. */
252 #undef HAVE_GETWD
253
254 /* Define to 1 if you have the `get_current_dir_name' function. */
255 #undef HAVE_GET_CURRENT_DIR_NAME
256
257 /* Define to 1 if you have a gif (or ungif) library. */
258 #undef HAVE_GIF
259
260 /* Define if using GnuTLS. */
261 #undef HAVE_GNUTLS
262
263 /* Define to 1 if you have the gpm library (-lgpm). */
264 #undef HAVE_GPM
265
266 /* Define to 1 if you have the `grantpt' function. */
267 #undef HAVE_GRANTPT
268
269 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
270 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
271
272 /* Define to 1 if you have GTK and pthread (-lpthread). */
273 #undef HAVE_GTK_AND_PTHREAD
274
275 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
276 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
277
278 /* Define to 1 if you have the `gtk_file_selection_new' function. */
279 #undef HAVE_GTK_FILE_SELECTION_NEW
280
281 /* Define to 1 if you have the `gtk_main' function. */
282 #undef HAVE_GTK_MAIN
283
284 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
285 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
286
287 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
288 #undef HAVE_GTK_WIDGET_GET_MAPPED
289
290 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
291 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
292
293 /* Define to 1 if you have the `gtk_widget_get_window' function. */
294 #undef HAVE_GTK_WIDGET_GET_WINDOW
295
296 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
297 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
298
299 /* Define to 1 if you have the `g_type_init' function. */
300 #undef HAVE_G_TYPE_INIT
301
302 /* Define to 1 if netdb.h declares h_errno. */
303 #undef HAVE_H_ERRNO
304
305 /* Define to 1 if using imagemagick. */
306 #undef HAVE_IMAGEMAGICK
307
308 /* Define to 1 if you have inet sockets. */
309 #undef HAVE_INET_SOCKETS
310
311 /* Define to 1 if you have the <inttypes.h> header file. */
312 #undef HAVE_INTTYPES_H
313
314 /* Define to 1 if you have the `isnan' function. */
315 #undef HAVE_ISNAN
316
317 /* Define to 1 if you have the jpeg library (-ljpeg). */
318 #undef HAVE_JPEG
319
320 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
321 #undef HAVE_KERBEROSIV_DES_H
322
323 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
324 #undef HAVE_KERBEROSIV_KRB_H
325
326 /* Define to 1 if you have the <kerberos/des.h> header file. */
327 #undef HAVE_KERBEROS_DES_H
328
329 /* Define to 1 if you have the <kerberos/krb.h> header file. */
330 #undef HAVE_KERBEROS_KRB_H
331
332 /* Define to 1 if `e_text' is a member of `krb5_error'. */
333 #undef HAVE_KRB5_ERROR_E_TEXT
334
335 /* Define to 1 if `text' is a member of `krb5_error'. */
336 #undef HAVE_KRB5_ERROR_TEXT
337
338 /* Define to 1 if you have the <krb5.h> header file. */
339 #undef HAVE_KRB5_H
340
341 /* Define to 1 if you have the <krb.h> header file. */
342 #undef HAVE_KRB_H
343
344 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
345 #undef HAVE_LANGINFO_CODESET
346
347 /* Define to 1 if you have the `com_err' library (-lcom_err). */
348 #undef HAVE_LIBCOM_ERR
349
350 /* Define to 1 if you have the `crypto' library (-lcrypto). */
351 #undef HAVE_LIBCRYPTO
352
353 /* Define to 1 if you have the `des' library (-ldes). */
354 #undef HAVE_LIBDES
355
356 /* Define to 1 if you have the `des425' library (-ldes425). */
357 #undef HAVE_LIBDES425
358
359 /* Define to 1 if you have the `dgc' library (-ldgc). */
360 #undef HAVE_LIBDGC
361
362 /* Define to 1 if you have the `dnet' library (-ldnet). */
363 #undef HAVE_LIBDNET
364
365 /* Define to 1 if you have the hesiod library (-lhesiod). */
366 #undef HAVE_LIBHESIOD
367
368 /* Define to 1 if you have the `intl' library (-lintl). */
369 #undef HAVE_LIBINTL
370
371 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
372 #undef HAVE_LIBK5CRYPTO
373
374 /* Define to 1 if you have the `krb' library (-lkrb). */
375 #undef HAVE_LIBKRB
376
377 /* Define to 1 if you have the `krb4' library (-lkrb4). */
378 #undef HAVE_LIBKRB4
379
380 /* Define to 1 if you have the `krb5' library (-lkrb5). */
381 #undef HAVE_LIBKRB5
382
383 /* Define to 1 if you have the `kstat' library (-lkstat). */
384 #undef HAVE_LIBKSTAT
385
386 /* Define to 1 if you have the `lockfile' library (-llockfile). */
387 #undef HAVE_LIBLOCKFILE
388
389 /* Define to 1 if you have the `m' library (-lm). */
390 #undef HAVE_LIBM
391
392 /* Define to 1 if you have the `mail' library (-lmail). */
393 #undef HAVE_LIBMAIL
394
395 /* Define to 1 if you have the `ncurses' library (-lncurses). */
396 #undef HAVE_LIBNCURSES
397
398 /* Define to 1 if using libotf. */
399 #undef HAVE_LIBOTF
400
401 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
402 #undef HAVE_LIBPERFSTAT
403
404 /* Define to 1 if you have the <libpng/png.h> header file. */
405 #undef HAVE_LIBPNG_PNG_H
406
407 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
408 #undef HAVE_LIBPTHREADS
409
410 /* Define to 1 if you have the resolv library (-lresolv). */
411 #undef HAVE_LIBRESOLV
412
413 /* Define to 1 if using SELinux. */
414 #undef HAVE_LIBSELINUX
415
416 /* Define to 1 if you have the `Xext' library (-lXext). */
417 #undef HAVE_LIBXEXT
418
419 /* Define to 1 if you have the libxml library (-lxml2). */
420 #undef HAVE_LIBXML2
421
422 /* Define to 1 if you have the `Xmu' library (-lXmu). */
423 #undef HAVE_LIBXMU
424
425 /* Define to 1 if you have the <limits.h> header file. */
426 #undef HAVE_LIMITS_H
427
428 /* Define to 1 if you have the <linux/version.h> header file. */
429 #undef HAVE_LINUX_VERSION_H
430
431 /* Define to 1 if you have the <locale.h> header file. */
432 #undef HAVE_LOCALE_H
433
434 /* Define to 1 if you have the `localtime_r' function. */
435 #undef HAVE_LOCALTIME_R
436
437 /* Define to 1 if you have the `logb' function. */
438 #undef HAVE_LOGB
439
440 /* Define to 1 if you support file names longer than 14 characters. */
441 #undef HAVE_LONG_FILE_NAMES
442
443 /* Define to 1 if you have the `lrand48' function. */
444 #undef HAVE_LRAND48
445
446 /* Define to 1 if using libm17n-flt. */
447 #undef HAVE_M17N_FLT
448
449 /* Define to 1 if you have the <machine/soundcard.h> header file. */
450 #undef HAVE_MACHINE_SOUNDCARD_H
451
452 /* Define to 1 if you have the <mach/mach.h> header file. */
453 #undef HAVE_MACH_MACH_H
454
455 /* Define to 1 if you have the `MagickExportImagePixels' function. */
456 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
457
458 /* Define to 1 if you have the <maillock.h> header file. */
459 #undef HAVE_MAILLOCK_H
460
461 /* Define to 1 if you have the <malloc/malloc.h> header file. */
462 #undef HAVE_MALLOC_MALLOC_H
463
464 /* Define to 1 if you have the `mblen' function. */
465 #undef HAVE_MBLEN
466
467 /* Define to 1 if you have the `mbrlen' function. */
468 #undef HAVE_MBRLEN
469
470 /* Define to 1 if you have the `mbsinit' function. */
471 #undef HAVE_MBSINIT
472
473 /* Define to 1 if <wchar.h> declares mbstate_t. */
474 #undef HAVE_MBSTATE_T
475
476 /* Define to 1 if you have the `memcmp' function. */
477 #undef HAVE_MEMCMP
478
479 /* Define to 1 if you have the `memcpy' function. */
480 #undef HAVE_MEMCPY
481
482 /* Define to 1 if you have the `memmove' function. */
483 #undef HAVE_MEMMOVE
484
485 /* Define to 1 if you have the <memory.h> header file. */
486 #undef HAVE_MEMORY_H
487
488 /* Define to 1 if you have the `mempcpy' function. */
489 #undef HAVE_MEMPCPY
490
491 /* Define to 1 if you have the `memset' function. */
492 #undef HAVE_MEMSET
493
494 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
495 the option to specify it remains.) It is also defined with other window
496 systems that support xmenu.c. */
497 #undef HAVE_MENUS
498
499 /* Define to 1 if you have the `mkdir' function. */
500 #undef HAVE_MKDIR
501
502 /* Define to 1 if you have the `mkstemp' function. */
503 #undef HAVE_MKSTEMP
504
505 /* Define to 1 if you have a working `mmap' system call. */
506 #undef HAVE_MMAP
507
508 /* Define if you have mouse support. */
509 #undef HAVE_MOUSE
510
511 /* Define to 1 if you have the `mremap' function. */
512 #undef HAVE_MREMAP
513
514 /* Define to 1 if you have the <net/if.h> header file. */
515 #undef HAVE_NET_IF_H
516
517 /* Define to 1 if you have the <nlist.h> header file. */
518 #undef HAVE_NLIST_H
519
520 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
521 Mac OS X. */
522 #undef HAVE_NS
523
524 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
525 #undef HAVE_OTF_GET_VARIATION_GLYPHS
526
527 /* Define to 1 if personality LINUX32 can be set. */
528 #undef HAVE_PERSONALITY_LINUX32
529
530 /* Define to 1 if you have the png library (-lpng). */
531 #undef HAVE_PNG
532
533 /* Define to 1 if you have the <png.h> header file. */
534 #undef HAVE_PNG_H
535
536 /* Define to 1 if you have the `posix_memalign' function. */
537 #undef HAVE_POSIX_MEMALIGN
538
539 /* Define to 1 if you have the `pstat_getdynamic' function. */
540 #undef HAVE_PSTAT_GETDYNAMIC
541
542 /* Define to 1 if you have the <pthread.h> header file. */
543 #undef HAVE_PTHREAD_H
544
545 /* Define to 1 if you have the <pty.h> header file. */
546 #undef HAVE_PTY_H
547
548 /* Define to 1 if you have the <pwd.h> header file. */
549 #undef HAVE_PWD_H
550
551 /* Define to 1 if you have the `random' function. */
552 #undef HAVE_RANDOM
553
554 /* Define to 1 if you have the `recvfrom' function. */
555 #undef HAVE_RECVFROM
556
557 /* Define to 1 if you have the `rename' function. */
558 #undef HAVE_RENAME
559
560 /* Define to 1 if res_init is available. */
561 #undef HAVE_RES_INIT
562
563 /* Define to 1 if you have the `rint' function. */
564 #undef HAVE_RINT
565
566 /* Define to 1 if you have the `rmdir' function. */
567 #undef HAVE_RMDIR
568
569 /* Define to 1 if using librsvg. */
570 #undef HAVE_RSVG
571
572 /* Define to 1 if you have the `select' function. */
573 #undef HAVE_SELECT
574
575 /* Define to 1 if you have the `sendto' function. */
576 #undef HAVE_SENDTO
577
578 /* Define to 1 if you have the `setitimer' function. */
579 #undef HAVE_SETITIMER
580
581 /* Define to 1 if you have the `setlocale' function. */
582 #undef HAVE_SETLOCALE
583
584 /* Define to 1 if you have the `setpgid' function. */
585 #undef HAVE_SETPGID
586
587 /* Define to 1 if you have the `setrlimit' function. */
588 #undef HAVE_SETRLIMIT
589
590 /* Define to 1 if you have the `setsid' function. */
591 #undef HAVE_SETSID
592
593 /* Define to 1 if you have the `setsockopt' function. */
594 #undef HAVE_SETSOCKOPT
595
596 /* Define to 1 if you have the `shutdown' function. */
597 #undef HAVE_SHUTDOWN
598
599 /* Define to 1 if the system has the type `size_t'. */
600 #undef HAVE_SIZE_T
601
602 /* Define to 1 if you have sound support. */
603 #undef HAVE_SOUND
604
605 /* Define to 1 if you have the <soundcard.h> header file. */
606 #undef HAVE_SOUNDCARD_H
607
608 /* Define to 1 if `speed_t' is declared by <termios.h>. */
609 #undef HAVE_SPEED_T
610
611 /* Define to 1 if you have the <stdint.h> header file. */
612 #undef HAVE_STDINT_H
613
614 /* Define to 1 if you have the <stdio_ext.h> header file. */
615 #undef HAVE_STDIO_EXT_H
616
617 /* Define to 1 if you have the <stdlib.h> header file. */
618 #undef HAVE_STDLIB_H
619
620 /* Define to 1 if you have the `strchr' function. */
621 #undef HAVE_STRCHR
622
623 /* Define to 1 if you have the `strerror' function. */
624 #undef HAVE_STRERROR
625
626 /* Define to 1 if you have the <strings.h> header file. */
627 #undef HAVE_STRINGS_H
628
629 /* Define to 1 if you have the <string.h> header file. */
630 #undef HAVE_STRING_H
631
632 /* Define to 1 if you have the `strrchr' function. */
633 #undef HAVE_STRRCHR
634
635 /* Define to 1 if you have the `strsignal' function. */
636 #undef HAVE_STRSIGNAL
637
638 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
639 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
640
641 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
642 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
643
644 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
645 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
646
647 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
648 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
649
650 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
651 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
652
653 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
654 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
655
656 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
657 #undef HAVE_STRUCT_TM_TM_ZONE
658
659 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
660 #undef HAVE_STRUCT_UTIMBUF
661
662 /* Define to 1 if you have the `sync' function. */
663 #undef HAVE_SYNC
664
665 /* Define to 1 if you have the `sysinfo' function. */
666 #undef HAVE_SYSINFO
667
668 /* Define to 1 if you have the <sys/loadavg.h> header file. */
669 #undef HAVE_SYS_LOADAVG_H
670
671 /* Define to 1 if you have the <sys/mman.h> header file. */
672 #undef HAVE_SYS_MMAN_H
673
674 /* Define to 1 if you have the <sys/param.h> header file. */
675 #undef HAVE_SYS_PARAM_H
676
677 /* Define to 1 if you have the <sys/resource.h> header file. */
678 #undef HAVE_SYS_RESOURCE_H
679
680 /* Define to 1 if you have the <sys/select.h> header file. */
681 #undef HAVE_SYS_SELECT_H
682
683 /* Define to 1 if you have the <sys/socket.h> header file. */
684 #undef HAVE_SYS_SOCKET_H
685
686 /* Define to 1 if you have the <sys/soundcard.h> header file. */
687 #undef HAVE_SYS_SOUNDCARD_H
688
689 /* Define to 1 if you have the <sys/stat.h> header file. */
690 #undef HAVE_SYS_STAT_H
691
692 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
693 #undef HAVE_SYS_SYSTEMINFO_H
694
695 /* Define to 1 if you have the <sys/time.h> header file. */
696 #undef HAVE_SYS_TIME_H
697
698 /* Define to 1 if you have the <sys/types.h> header file. */
699 #undef HAVE_SYS_TYPES_H
700
701 /* Define to 1 if you have the <sys/un.h> header file. */
702 #undef HAVE_SYS_UN_H
703
704 /* Define to 1 if you have the <sys/utsname.h> header file. */
705 #undef HAVE_SYS_UTSNAME_H
706
707 /* Define to 1 if you have the <sys/vlimit.h> header file. */
708 #undef HAVE_SYS_VLIMIT_H
709
710 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
711 #undef HAVE_SYS_WAIT_H
712
713 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
714 #undef HAVE_SYS__MBSTATE_T_H
715
716 /* Define to 1 if you have the <term.h> header file. */
717 #undef HAVE_TERM_H
718
719 /* Define to 1 if you have the tiff library (-ltiff). */
720 #undef HAVE_TIFF
721
722 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
723 #undef HAVE_TIMEVAL
724
725 /* Define if struct tm has the tm_gmtoff member. */
726 #undef HAVE_TM_GMTOFF
727
728 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
729 `HAVE_STRUCT_TM_TM_ZONE' instead. */
730 #undef HAVE_TM_ZONE
731
732 /* Define to 1 if you have the `touchlock' function. */
733 #undef HAVE_TOUCHLOCK
734
735 /* Define to 1 if you don't have `tm_zone' but do have the external array
736 `tzname'. */
737 #undef HAVE_TZNAME
738
739 /* Define to 1 if you have the `tzset' function. */
740 #undef HAVE_TZSET
741
742 /* Define to 1 if you have the `ualarm' function. */
743 #undef HAVE_UALARM
744
745 /* Define to 1 if you have the <unistd.h> header file. */
746 #undef HAVE_UNISTD_H
747
748 /* Define to 1 if you have the <util.h> header file. */
749 #undef HAVE_UTIL_H
750
751 /* Define to 1 if you have the `utimes' function. */
752 #undef HAVE_UTIMES
753
754 /* Define to 1 if you have the <utime.h> header file. */
755 #undef HAVE_UTIME_H
756
757 /* Define to 1 if you have the <utmp.h> header file. */
758 #undef HAVE_UTMP_H
759
760 /* Define to 1 if you have the `vfork' function. */
761 #undef HAVE_VFORK
762
763 /* Define to 1 if you have the <vfork.h> header file. */
764 #undef HAVE_VFORK_H
765
766 /* Define if you have the 'wchar_t' type. */
767 #undef HAVE_WCHAR_T
768
769 /* Define if you have a window system. */
770 #undef HAVE_WINDOW_SYSTEM
771
772 /* Define to 1 if `fork' works. */
773 #undef HAVE_WORKING_FORK
774
775 /* Define to 1 if `vfork' works. */
776 #undef HAVE_WORKING_VFORK
777
778 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
779 expects to use version 10. */
780 #undef HAVE_X11
781
782 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
783 #undef HAVE_X11R6
784
785 /* Define if you have usable X11R6-style XIM support. */
786 #undef HAVE_X11R6_XIM
787
788 /* Define to 1 if you have the X11R6 or newer version of Xt. */
789 #undef HAVE_X11XTR6
790
791 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
792 #undef HAVE_XAW3D
793
794 /* Define to 1 if you have the Xft library. */
795 #undef HAVE_XFT
796
797 /* Define to 1 if XIM is available */
798 #undef HAVE_XIM
799
800 /* Define to 1 if you have the XkbGetKeyboard function. */
801 #undef HAVE_XKBGETKEYBOARD
802
803 /* Define to 1 if you have the Xpm libary (-lXpm). */
804 #undef HAVE_XPM
805
806 /* Define to 1 if you have the `XrmSetDatabase' function. */
807 #undef HAVE_XRMSETDATABASE
808
809 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
810 #undef HAVE_XSCREENNUMBEROFSCREEN
811
812 /* Define to 1 if you have the `XScreenResourceString' function. */
813 #undef HAVE_XSCREENRESOURCESTRING
814
815 /* Define to 1 if you have the `XSetWMProtocols' function. */
816 #undef HAVE_XSETWMPROTOCOLS
817
818 /* Define if you have usable i18n support. */
819 #undef HAVE_X_I18N
820
821 /* Define to 1 if you have the SM library (-lSM). */
822 #undef HAVE_X_SM
823
824 /* Define to 1 if you want to use the X window system. */
825 #undef HAVE_X_WINDOWS
826
827 /* Define to 1 if the system has the type `_Bool'. */
828 #undef HAVE__BOOL
829
830 /* Define to 1 if you have the `__builtin_unwind_init' function. */
831 #undef HAVE___BUILTIN_UNWIND_INIT
832
833 /* Define to 1 if you have the `__executable_start' function. */
834 #undef HAVE___EXECUTABLE_START
835
836 /* Define to 1 if you have the `__fpending' function. */
837 #undef HAVE___FPENDING
838
839 /* Define to support using a Hesiod database to find the POP server. */
840 #undef HESIOD
841
842 /* Define to support Kerberos-authenticated POP mail retrieval. */
843 #undef KERBEROS
844
845 /* Define to use Kerberos 5 instead of Kerberos 4. */
846 #undef KERBEROS5
847
848 /* Define to 1 if localtime caches TZ. */
849 #undef LOCALTIME_CACHE
850
851 /* String giving fallback POP mail host. */
852 #undef MAILHOST
853
854 /* Define to unlink, rather than empty, mail spool after reading. */
855 #undef MAIL_UNLINK_SPOOL
856
857 /* Define if the mailer uses flock to interlock the mail spool. */
858 #undef MAIL_USE_FLOCK
859
860 /* Define if the mailer uses lockf to interlock the mail spool. */
861 #undef MAIL_USE_LOCKF
862
863 /* Define to support MMDF mailboxes in movemail. */
864 #undef MAIL_USE_MMDF
865
866 /* Define to support POP mail retrieval. */
867 #undef MAIL_USE_POP
868
869 /* Define to 1 if you don't have struct exception in math.h. */
870 #undef NO_MATHERR
871
872 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
873 #undef NO_MINUS_C_MINUS_O
874
875 /* Define to 1 if `NSInteger' is defined. */
876 #undef NS_HAVE_NSINTEGER
877
878 /* Define to 1 if you are using NS windowing under MacOS X. */
879 #undef NS_IMPL_COCOA
880
881 /* Define to 1 if you are using NS windowing under GNUstep. */
882 #undef NS_IMPL_GNUSTEP
883
884 /* Define to 1 if the nlist n_name member is a pointer */
885 #undef N_NAME_POINTER
886
887 /* Define if the C compiler is the linker. */
888 #undef ORDINARY_LINK
889
890 /* Name of package */
891 #undef PACKAGE
892
893 /* Define to the address where bug reports for this package should be sent. */
894 #undef PACKAGE_BUGREPORT
895
896 /* Define to the full name of this package. */
897 #undef PACKAGE_NAME
898
899 /* Define to the full name and version of this package. */
900 #undef PACKAGE_STRING
901
902 /* Define to the one symbol short name of this package. */
903 #undef PACKAGE_TARNAME
904
905 /* Define to the home page for this package. */
906 #undef PACKAGE_URL
907
908 /* Define to the version of this package. */
909 #undef PACKAGE_VERSION
910
911 /* Define as `void' if your compiler accepts `void *'; otherwise define as
912 `char'. */
913 #undef POINTER_TYPE
914
915 /* Define to 1 if the C compiler supports function prototypes. */
916 #undef PROTOTYPES
917
918 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
919 space. */
920 #undef REL_ALLOC
921
922 /* Define as the return type of signal handlers (`int' or `void'). */
923 #undef RETSIGTYPE
924
925 /* If using the C implementation of alloca, define if you know the
926 direction of stack growth for your system; otherwise it will be
927 automatically deduced at runtime.
928 STACK_DIRECTION > 0 => grows toward higher addresses
929 STACK_DIRECTION < 0 => grows toward lower addresses
930 STACK_DIRECTION = 0 => direction of growth unknown */
931 #undef STACK_DIRECTION
932
933 /* Define to 1 if you have the ANSI C header files. */
934 #undef STDC_HEADERS
935
936 /* Define to 1 on System V Release 4. */
937 #undef SVR4
938
939 /* Process async input synchronously. */
940 #undef SYNC_INPUT
941
942 /* Define to use system malloc. */
943 #undef SYSTEM_MALLOC
944
945 /* Define to 1 if you use terminfo instead of termcap. */
946 #undef TERMINFO
947
948 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
949 #undef TIME_WITH_SYS_TIME
950
951 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
952 #undef TM_IN_SYS_TIME
953
954 /* Define to 1 for Encore UMAX. */
955 #undef UMAX
956
957 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
958 <sys/cpustats.h>. */
959 #undef UMAX4_3
960
961 /* Define to 1 if using GTK. */
962 #undef USE_GTK
963
964 /* Define this to use a lisp union for the Lisp_Object data type. */
965 #undef USE_LISP_UNION_TYPE
966
967 /* Define to 1 if using the Lucid X toolkit. */
968 #undef USE_LUCID
969
970 /* Define to use mmap to allocate buffer text. */
971 #undef USE_MMAP_FOR_BUFFERS
972
973 /* Define to 1 if using the Motif X toolkit. */
974 #undef USE_MOTIF
975
976 /* Define to 1 if we should use toolkit scroll bars. */
977 #undef USE_TOOLKIT_SCROLL_BARS
978
979 /* Define to 1 if we should use XIM, if it is available. */
980 #undef USE_XIM
981
982 /* Define to 1 if using an X toolkit. */
983 #undef USE_X_TOOLKIT
984
985 /* Version number of package */
986 #undef VERSION
987
988 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
989 significant byte first (like Motorola and SPARC, unlike Intel). */
990 #if defined AC_APPLE_UNIVERSAL_BUILD
991 # if defined __BIG_ENDIAN__
992 # define WORDS_BIGENDIAN 1
993 # endif
994 #else
995 # ifndef WORDS_BIGENDIAN
996 # undef WORDS_BIGENDIAN
997 # endif
998 #endif
999
1000 /* Define this to check for malloc buffer overrun. */
1001 #undef XMALLOC_OVERRUN_CHECK
1002
1003 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1004 XPointer or XPointer*. */
1005 #undef XRegisterIMInstantiateCallback_arg6
1006
1007 /* Number of bits in a file offset, on hosts where this is settable. */
1008 #undef _FILE_OFFSET_BITS
1009
1010 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1011 #undef _LARGEFILE_SOURCE
1012
1013 /* Define for large files, on AIX-style hosts. */
1014 #undef _LARGE_FILES
1015
1016 /* Define to 1 if on MINIX. */
1017 #undef _MINIX
1018
1019 /* Define to 2 if the system does not provide POSIX.1 features except with
1020 this defined. */
1021 #undef _POSIX_1_SOURCE
1022
1023 /* Define to 1 if you need to in order for `stat' and other things to work. */
1024 #undef _POSIX_SOURCE
1025
1026 /* Define to 500 only on HP-UX. */
1027 #undef _XOPEN_SOURCE
1028
1029 /* Enable extensions on AIX 3, Interix. */
1030 #ifndef _ALL_SOURCE
1031 # undef _ALL_SOURCE
1032 #endif
1033 /* Enable GNU extensions on systems that have them. */
1034 #ifndef _GNU_SOURCE
1035 # undef _GNU_SOURCE
1036 #endif
1037 /* Enable threading extensions on Solaris. */
1038 #ifndef _POSIX_PTHREAD_SEMANTICS
1039 # undef _POSIX_PTHREAD_SEMANTICS
1040 #endif
1041 /* Enable extensions on HP NonStop. */
1042 #ifndef _TANDEM_SOURCE
1043 # undef _TANDEM_SOURCE
1044 #endif
1045 /* Enable general extensions on Solaris. */
1046 #ifndef __EXTENSIONS__
1047 # undef __EXTENSIONS__
1048 #endif
1049
1050
1051 /* Define to rpl_ if the getopt replacement functions and variables should be
1052 used. */
1053 #undef __GETOPT_PREFIX
1054
1055 /* Define like PROTOTYPES; this can be used by system headers. */
1056 #undef __PROTOTYPES
1057
1058 /* Define to compiler's equivalent of C99 restrict keyword in array
1059 declarations. Define as empty for no equivalent. */
1060 #undef __restrict_arr
1061
1062 /* Define to the used machine dependent file. */
1063 #undef config_machfile
1064
1065 /* Define to the used os dependent file. */
1066 #undef config_opsysfile
1067
1068 /* Define to empty if `const' does not conform to ANSI C. */
1069 #undef const
1070
1071 /* Define to `__inline__' or `__inline' if that's what the C compiler
1072 calls it, or to nothing if 'inline' is not supported under any name. */
1073 #ifndef __cplusplus
1074 #undef inline
1075 #endif
1076
1077 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1078 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1079 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1080 __APPLE__ && __MACH__ test for MacOS X.
1081 __APPLE_CC__ tests for the Apple compiler and its version.
1082 __STDC_VERSION__ tests for the C99 mode. */
1083 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1084 # define __GNUC_STDC_INLINE__ 1
1085 #endif
1086
1087 /* Define to a type if <wchar.h> does not define. */
1088 #undef mbstate_t
1089
1090 /* Define to the name of the strftime replacement function. */
1091 #undef my_strftime
1092
1093 /* Define to `int' if <sys/types.h> does not define. */
1094 #undef pid_t
1095
1096 /* Define to the equivalent of the C99 'restrict' keyword, or to
1097 nothing if this is not supported. Do not define if restrict is
1098 supported directly. */
1099 #undef restrict
1100 /* Work around a bug in Sun C++: it does not support _Restrict or
1101 __restrict__, even though the corresponding Sun C compiler ends up with
1102 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1103 previous line. Perhaps some future version of Sun C++ will work with
1104 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1105 #if defined __SUNPRO_CC && !defined __RESTRICT
1106 # define _Restrict
1107 # define __restrict__
1108 #endif
1109
1110 /* Define to `unsigned int' if <sys/types.h> does not define. */
1111 #undef size_t
1112
1113 /* Define to any substitute for sys_siglist. */
1114 #undef sys_siglist
1115
1116 /* Define as a marker that can be attached to declarations that might not
1117 be used. This helps to reduce warnings, such as from
1118 GCC -Wunused-parameter. */
1119 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1120 # define _GL_UNUSED __attribute__ ((__unused__))
1121 #else
1122 # define _GL_UNUSED
1123 #endif
1124 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1125 is a misnomer outside of parameter lists. */
1126 #define _UNUSED_PARAMETER_ _GL_UNUSED
1127
1128
1129 /* Define as `fork' if `vfork' does not work. */
1130 #undef vfork
1131
1132 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1133 code using `volatile' can become incorrect without. Disable with care. */
1134 #undef volatile
1135
1136
1137 /* Define AMPERSAND_FULL_NAME if you use the convention
1138 that & in the full name stands for the login id. */
1139 /* Turned on June 1996 supposing nobody will mind it. */
1140 #define AMPERSAND_FULL_NAME
1141
1142 /* If using GNU, then support inline function declarations. */
1143 /* Don't try to switch on inline handling as detected by AC_C_INLINE
1144 generally, because even if non-gcc compilers accept `inline', they
1145 may reject `extern inline'. */
1146 #if defined (__GNUC__)
1147 #define INLINE __inline__
1148 #else
1149 #define INLINE
1150 #endif
1151
1152 /* `subprocesses' should be defined if you want to
1153 have code for asynchronous subprocesses
1154 (as used in M-x compile and M-x shell).
1155 Only MSDOS does not support this (it overrides
1156 this in its config_opsysfile below). */
1157
1158 #define subprocesses
1159
1160 /* Include the os and machine dependent files. */
1161 #include config_opsysfile
1162 #ifdef config_machfile
1163 # include config_machfile
1164 #endif
1165
1166 /* GNUstep needs a bit more pure memory. Of the existing knobs,
1167 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1168 (There is probably a better place to do this, but right now the
1169 Cocoa side does this in s/darwin.h and we cannot parallel this
1170 exactly since GNUstep is multi-OS. */
1171 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1172 # define SYSTEM_PURESIZE_EXTRA 30000
1173 #endif
1174
1175 /* SIGTYPE is the macro we actually use. */
1176 #ifndef SIGTYPE
1177 #define SIGTYPE RETSIGTYPE
1178 #endif
1179
1180 #ifdef emacs /* Don't do this for lib-src. */
1181 /* Tell regex.c to use a type compatible with Emacs. */
1182 #define RE_TRANSLATE_TYPE Lisp_Object
1183 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1184 #ifdef make_number
1185 /* If make_number is a macro, use it. */
1186 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1187 #else
1188 /* If make_number is a function, avoid it. */
1189 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1190 #endif
1191 #endif
1192
1193 /* These default definitions are good for almost all machines.
1194 The exceptions override them in m/MACHINE.h. */
1195
1196 #ifndef BITS_PER_CHAR
1197 #define BITS_PER_CHAR 8
1198 #endif
1199
1200 #ifndef BITS_PER_SHORT
1201 #define BITS_PER_SHORT 16
1202 #endif
1203
1204 /* Note that lisp.h uses this in a preprocessor conditional, so it
1205 would not work to use sizeof. That being so, we do all of them
1206 without sizeof, for uniformity's sake. */
1207 #ifndef BITS_PER_INT
1208 #define BITS_PER_INT 32
1209 #endif
1210
1211 #ifndef BITS_PER_LONG
1212 #ifdef _LP64
1213 #define BITS_PER_LONG 64
1214 #else
1215 #define BITS_PER_LONG 32
1216 #endif
1217 #endif
1218
1219 /* Define if the compiler supports function prototypes. It may do so but
1220 not define __STDC__ (e.g. DEC C by default) or may define it as zero. */
1221 #undef PROTOTYPES
1222
1223 #include <string.h>
1224 #include <stdlib.h>
1225
1226 #ifdef HAVE_ALLOCA_H
1227 # include <alloca.h>
1228 #elif defined __GNUC__
1229 # define alloca __builtin_alloca
1230 #elif defined _AIX
1231 # define alloca __alloca
1232 #else
1233 # include <stddef.h>
1234 # ifdef __cplusplus
1235 extern "C"
1236 # endif
1237 void *alloca (size_t);
1238 #endif
1239
1240 #ifndef HAVE_SIZE_T
1241 typedef unsigned size_t;
1242 #endif
1243
1244 #ifndef HAVE_STRCHR
1245 #define strchr(a, b) index (a, b)
1246 #endif
1247
1248 #ifndef HAVE_STRRCHR
1249 #define strrchr(a, b) rindex (a, b)
1250 #endif
1251
1252 #if defined __GNUC__ && (__GNUC__ > 2 \
1253 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1254 #define NO_RETURN __attribute__ ((__noreturn__))
1255 #else
1256 #define NO_RETURN /* nothing */
1257 #endif
1258
1259 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */
1260 #define NO_INLINE __attribute__((noinline))
1261 #else
1262 #define NO_INLINE
1263 #endif
1264
1265 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1266 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1267 #else
1268 #define EXTERNALLY_VISIBLE
1269 #endif
1270
1271 /* Some versions of GNU/Linux define noinline in their headers. */
1272 #ifdef noinline
1273 #undef noinline
1274 #endif
1275
1276 /* These won't be used automatically yet. We also need to know, at least,
1277 that the stack is continuous. */
1278 #ifdef __GNUC__
1279 # ifndef GC_SETJMP_WORKS
1280 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
1281 # define GC_SETJMP_WORKS 1
1282 # endif
1283 # ifndef GC_LISP_OBJECT_ALIGNMENT
1284 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1285 # endif
1286 #endif
1287
1288 #endif /* EMACS_CONFIG_H */
1289
1290 /*
1291 Local Variables:
1292 mode: c
1293 End:
1294 */
1295