Merge r21-4-7-utf-2000-5.
[chise/xemacs-chise.git] / src / config.h.in
1 /* XEmacs site configuration template file.  -*- C -*-
2    Copyright (C) 1986, 1991-1994, 1998, 1999 Free Software Foundation, Inc.
3
4 This file is part of XEmacs.
5
6 XEmacs is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2, or (at your option) any
9 later version.
10
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING.  If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Significantly divergent from FSF. */
22
23 /* No code in XEmacs #includes config.h twice, but some of the code
24    intended to work with other packages as well (like gmalloc.c)
25    think they can include it as many times as they like.  */
26 #ifndef _SRC_CONFIG_H_
27 #define _SRC_CONFIG_H_
28
29
30 /* alloca twiddling belongs in one place, not the s&m headers
31    AIX requires this to be the first thing in the file.  */
32 #undef HAVE_ALLOCA_H
33
34 #ifndef NOT_C_CODE
35 #ifdef __GNUC__
36 #define alloca __builtin_alloca
37 #elif defined __DECC
38 #include <alloca.h>
39 #pragma intrinsic(alloca)
40 #elif defined HAVE_ALLOCA_H
41 #include <alloca.h>
42 #elif defined(_AIX)
43 #pragma alloca
44 #elif ! defined (alloca)
45 void *alloca ();
46 #endif
47 #endif /* C code */
48
49 /* Use this to add code in a structured way to FSF-maintained source
50    files so as to make it obvious where XEmacs changes are. */
51 #define XEMACS 1
52
53 /* Program name */
54 #undef EMACS_PROGNAME
55
56 /* Allow s&m files to differentiate OS versions without having
57    multiple files to maintain. */
58 #undef OS_RELEASE
59
60 /* The configuration name.  This is used as the install directory name
61    for the lib-src programs. */
62 #undef EMACS_CONFIGURATION
63
64 /* The configuration options.  This is exported to Lisp. */
65 #undef EMACS_CONFIG_OPTIONS
66
67 /* The version info from version.sh. Used in #pragma ident in emacs.c */
68 #undef EMACS_MAJOR_VERSION
69 #undef EMACS_MINOR_VERSION
70 #undef EMACS_PATCH_LEVEL
71 #undef EMACS_BETA_VERSION
72 #undef EMACS_VERSION
73 #undef XEMACS_CODENAME
74 /* InfoDock versions, not used with XEmacs */
75 #undef INFODOCK_MAJOR_VERSION
76 #undef INFODOCK_MINOR_VERSION
77 #undef INFODOCK_BUILD_VERSION
78
79 /* Make functions from IEEE Stds 1003.[123] available. */
80 #undef _POSIX_C_SOURCE
81
82 /* Make some functions from Unix98 available. */
83 #undef _XOPEN_SOURCE
84
85 /* Make "extensions" from Unix98 available. */
86 #undef _XOPEN_SOURCE_EXTENDED
87
88 /* Make all functions available on AIX.  See AC_AIX. */
89 #undef _ALL_SOURCE
90
91 /* Make all functions available on GNU libc systems.  See features.h. */
92 #undef _GNU_SOURCE
93
94 /* Make all functions available on Solaris 2 systems. */
95 #undef __EXTENSIONS__
96
97 /* Used to identify the XEmacs version in stack traces. */
98 #undef STACK_TRACE_EYE_CATCHER
99
100 /* Allow the configurer to specify if she wants site-lisp. */
101 #undef INHIBIT_SITE_LISP
102
103 /* Allow the configurer to specify if she wants site-modules. */
104 #undef INHIBIT_SITE_MODULES
105
106 /* This will be removed in 19.15. */
107 /* Hah!  Try 20.3 ... */
108 /* Hah!  Try never ... */
109 /* If at first you don't succeed, try, try again. */
110 /* #define LOSING_BYTECODE */
111
112 /* Undefine on systems which don't have processes */
113 #undef HAVE_UNIX_PROCESSES
114
115 /* Does XEmacs support floating-point numbers? */
116 #undef LISP_FLOAT_TYPE
117
118 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
119 #undef GNU_MALLOC
120
121 /* Define if you are using the GNU C Library. -- experimental. */
122 #undef DOUG_LEA_MALLOC
123
124 /* Define if you are using libmcheck.a from the GNU C Library. */
125 #undef HAVE_LIBMCHECK
126
127 /* Define if you are using dlmalloc from the Linux C library. */
128 #undef _NO_MALLOC_WARNING_
129
130 /* Use the system malloc? */
131 #undef USE_SYSTEM_MALLOC
132
133 /* Use a debugging malloc? -- experimental */
134 #undef USE_DEBUG_MALLOC
135
136 /* Compile in TTY support? */
137 #undef HAVE_TTY
138
139 /* Compile in support for MS windows? */
140 #undef HAVE_MS_WINDOWS
141
142 /* special cygwin process handling? */
143 #undef HAVE_MSG_SELECT
144
145 /* Compile in support for the X window system? */
146 #undef HAVE_X_WINDOWS
147
148 /* Defines for building X applications */
149 #ifdef HAVE_X_WINDOWS
150 /* The following will be defined if xmkmf thinks they are necessary */
151 #undef SVR4
152 #undef SYSV
153 #undef AIXV3
154 #undef _POSIX_SOURCE
155 #undef _BSD_SOURCE
156 #undef _SVID_SOURCE
157 #undef X_LOCALE
158 #undef NARROWPROTO
159 /* The following should always be defined, no matter what xmkmf thinks. */
160 #ifndef NeedFunctionPrototypes
161 #define NeedFunctionPrototypes 1
162 #endif
163 #ifndef FUNCPROTO
164 #define FUNCPROTO 15
165 #endif
166 #endif /* HAVE_X_WINDOWS */
167
168 /* Defines for building Gtk applications */
169 #undef HAVE_GNOME
170 #undef HAVE_GTK
171 #undef HAVE_GDK_IMLIB_INIT
172 #undef HAVE_GLADE_GLADE_H
173 #undef HAVE_GLADE_H
174 #undef LIBGLADE_XML_TXTDOMAIN
175
176 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */
177 #if defined (HAVE_GTK) || defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */
178 #define HAVE_WINDOW_SYSTEM
179 #endif
180
181 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */
182 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) || defined(HAVE_MSG_SELECT)
183 #define HAVE_UNIXOID_EVENT_LOOP
184 #endif
185
186 /* XFree86 has a different prototype for this function */
187 #undef HAVE_XREGISTERIMINSTANTIATECALLBACK
188 #undef XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE
189
190 #undef THIS_IS_X11R4
191 #undef THIS_IS_X11R5
192 #undef THIS_IS_X11R6
193
194 #undef HAVE_XCONVERTCASE
195
196 #undef HAVE_BALLOON_HELP
197
198 /* Where do we find bitmaps? */
199 #undef BITMAPDIR
200
201 /* USER_FULL_NAME returns a string that is the user's full name.
202    It can assume that the variable `pw' points to the password file
203    entry for this user.
204
205    At some sites, the pw_gecos field contains the user's full name.
206    If neither this nor any other field contains the right thing, use
207    pw_name, giving the user's login name, since that is better than
208    nothing. */
209 #define USER_FULL_NAME pw->pw_gecos
210
211 /* Define AMPERSAND_FULL_NAME if you use the convention
212    that & in the full name stands for the login id. */
213 #undef AMPERSAND_FULL_NAME
214
215 /* Some things figured out by the configure script, grouped as they are in
216    configure.in. */
217 #undef HAVE_MCHECK_H
218 #undef HAVE_A_OUT_H
219 #undef HAVE_ELF_H
220 #undef HAVE_CYGWIN_VERSION_H
221 #undef HAVE_FCNTL_H
222 #undef HAVE_INTTYPES_H
223 #undef HAVE_LIBGEN_H
224 #undef HAVE_LOCALE_H
225 #undef HAVE_MACH_MACH_H
226 #undef HAVE_SYS_PARAM_H
227 #undef HAVE_SYS_PSTAT_H
228 #undef HAVE_SYS_TIME_H
229 #undef HAVE_SYS_TIMEB_H
230 #undef HAVE_SYS_UN_H
231 #undef HAVE_ULIMIT_H
232 #undef HAVE_UNISTD_H
233
234 #undef HAVE_SYS_WAIT_H
235 #undef HAVE_LIBINTL_H
236 #undef HAVE_X11_XLOCALE_H
237 #undef STDC_HEADERS
238 #undef TIME_WITH_SYS_TIME
239 #undef WORDS_BIGENDIAN
240 #undef HAVE_VFORK_H
241 #undef vfork
242
243 #undef HAVE_LONG_FILE_NAMES
244
245 /* Use lock files to detect multiple edits of the same file? */
246 #undef CLASH_DETECTION
247
248 /* Have shared library support */
249 #undef HAVE_DLOPEN
250 #undef HAVE_DLERROR
251 #undef HAVE__DLERROR
252 #undef HAVE_SHL_LOAD
253 #undef HAVE_DLD_INIT
254 #undef HAVE_SHLIB
255
256 #undef HAVE_LIBINTL
257 #undef HAVE_LIBDNET
258 #undef HAVE_LIBRESOLV
259
260 /* Is `sys_siglist' declared by <signal.h>? */
261 #undef SYS_SIGLIST_DECLARED
262
263 /* Is `struct timeval' declared by <sys/time.h>? */
264 #undef HAVE_TIMEVAL
265
266
267 #undef TM_IN_SYS_TIME
268 #undef HAVE_TM_ZONE
269 #undef HAVE_TZNAME
270
271 /* For `getloadavg' provided by system */
272 #undef HAVE_GETLOADAVG
273 #undef HAVE_SYS_LOADAVG_H
274 /* For implementing `getloadavg' ourselves */
275 #undef HAVE_LIBKSTAT
276 #undef HAVE_KSTAT_H
277
278 /* Is `h_errno' declared by <netdb.h>? */
279 #undef HAVE_H_ERRNO
280
281 /* Does `localtime' cache TZ? */
282 #undef LOCALTIME_CACHE
283
284 /* Can `gettimeofday' accept two arguments? */
285 #undef GETTIMEOFDAY_ONE_ARGUMENT
286
287 #undef HAVE_MMAP
288 #undef HAVE_STRCOLL
289 #undef HAVE_GETPGRP
290 #undef GETPGRP_VOID
291
292 #undef HAVE_INVERSE_HYPERBOLIC
293
294 #undef HAVE_CBRT
295 #undef HAVE_CLOSEDIR
296 #undef HAVE_DUP2
297 #undef HAVE_EACCESS
298 #undef HAVE_FMOD
299 #undef HAVE_FPATHCONF
300 #undef HAVE_FREXP
301 #undef HAVE_FTIME
302 #undef HAVE_GETADDRINFO
303 #undef HAVE_GETHOSTNAME
304 #undef HAVE_GETNAMEINFO
305 #undef HAVE_GETPAGESIZE
306 #undef HAVE_GETTIMEOFDAY
307 #undef HAVE_GETWD
308 #undef HAVE_GETCWD
309 #undef HAVE_LOGB
310 #undef HAVE_LRAND48
311 #undef HAVE_MATHERR
312 #undef HAVE_MKDIR
313 #undef HAVE_MKTIME
314 #undef HAVE_PERROR
315 #undef HAVE_POLL
316 #undef HAVE_RANDOM
317 #undef HAVE_REALPATH
318 #undef HAVE_RENAME
319 #undef HAVE_RES_INIT
320 #undef HAVE_RINT
321 #undef HAVE_RMDIR
322 #undef HAVE_SELECT
323 #undef HAVE_SETITIMER
324 #undef HAVE_SETPGID
325 #undef HAVE_SETSID
326 #undef HAVE_SIGBLOCK
327 #undef HAVE_SIGHOLD
328 #undef HAVE_SIGPROCMASK
329 #undef HAVE_SIGSETJMP
330 #undef HAVE_SNPRINTF
331 #undef HAVE_STPCPY
332 #undef HAVE_STRERROR
333 #undef HAVE_TZSET
334 #undef HAVE_ULIMIT
335 #undef HAVE_USLEEP
336 #undef HAVE_UTIME
337 #undef HAVE_UTIMES
338 #undef HAVE_WAITPID
339 #undef HAVE_VSNPRINTF
340
341 /* PTY support functions */
342 #undef HAVE_GETPT       /* glibc's easy pty allocation function */
343 #undef HAVE__GETPTY     /*   SGI's easy pty allocation function */
344 #undef HAVE_OPENPTY     /*   BSD's easy pty allocation function */
345 #undef HAVE_GRANTPT     /* Unix98 */
346 #undef HAVE_UNLOCKPT    /* Unix98 */
347 #undef HAVE_PTSNAME     /* Unix98 */
348 #undef HAVE_KILLPG      /* BSD */
349 #undef HAVE_TCGETPGRP   /* Posix 1 */
350 #undef HAVE_ISASTREAM   /* SysV streams */
351 #undef HAVE_PTY_H       /* Linux, Tru64 openpty */
352 #undef HAVE_LIBUTIL_H   /* BSD openpty */
353 #undef HAVE_UTIL_H      /* NetBSD openpty */
354 #undef HAVE_STROPTS_H   /* SysV streams */
355 #undef HAVE_STRTIO_H    /* SysV streams TIOCSIGNAL */
356
357 #undef HAVE_SOCKETS
358 #undef HAVE_SOCKADDR_SUN_LEN
359 #undef HAVE_MULTICAST
360 #undef HAVE_SYSVIPC
361 #undef HAVE_LOCKF
362 #undef HAVE_FLOCK
363 #undef HAVE_FSYNC
364 #undef HAVE_FTRUNCATE
365 #undef HAVE_UMASK
366
367 #undef SYSV_SYSTEM_DIR
368 #undef NONSYSTEM_DIR_LIBRARY
369
370 #undef HAVE_TERMIOS
371 #undef HAVE_TERMIO
372 #undef NO_TERMIO
373 #undef SIGNALS_VIA_CHARACTERS
374
375 #undef NLIST_STRUCT
376
377 /* Do IPv6 hostname canonicalization before IPv4 in getaddrinfo()? */
378 #undef IPV6_CANONICALIZE
379
380 /* Compile in support for SOCKS? */
381 #undef HAVE_SOCKS
382
383 /* Compile in support for X pixmaps via the `xpm' library? */
384 #undef HAVE_XPM
385 #undef FOR_MSW
386
387 /* Compile in support for "X faces" via the `compface' library?
388    This enables graphical display of X-face headers in mail/news messages */
389 #undef HAVE_XFACE
390
391 /* Compile in support for JPEG images */
392 #undef HAVE_JPEG
393
394 /* Compile in support for TIFF images */
395 #undef HAVE_TIFF
396
397 /* Compile in support for GIF images */
398 #undef HAVE_GIF
399
400 /* Compile in support for PNG images */
401 #undef HAVE_PNG
402
403 /* Do you have the Xmu library?
404    This should always be the case except on losing HP-UX systems. */
405 #undef HAVE_XMU
406
407 /* Compile in support for DBM databases?  May require libgdbm or libdbm. */
408 #undef HAVE_DBM
409
410 /* Compile in support for Berkeley DB style databases?  May require libdb. */
411 #undef HAVE_BERKELEY_DB
412 /* Full #include file path for Berkeley DB's db.h */
413 #undef DB_H_FILE
414
415 /* Do we have either DBM or Berkeley DB database support? */
416 #undef HAVE_DATABASE
417
418 /* Do we have LDAP support? */
419 #undef HAVE_LDAP
420 /* Does the library define ldap_set_option () ? */
421 #undef HAVE_LDAP_SET_OPTION
422 /* Does the library define ldap_get_lderrno () ? */
423 #undef HAVE_LDAP_GET_LDERRNO
424 /* Does the library define ldap_result2error () ? */
425 #undef HAVE_LDAP_RESULT2ERROR
426 /* Does the library define ldap_parse_result () ? */
427 #undef HAVE_LDAP_PARSE_RESULT
428
429 /* Do we have PostgreSQL RDBMS support? */
430 #undef HAVE_POSTGRESQL
431 #undef HAVE_POSTGRESQLV7
432 #undef LIBPQ_FE_H_FILE /* main PostgreSQL header file */
433
434 /* Do you have the Xauth library present?  This will add some extra
435    functionality to gnuserv. */
436 #undef HAVE_XAUTH
437
438 /* Compile in support for gpm (General Purpose Mouse)?  */
439 #undef HAVE_GPM
440
441 /* Compile in support for ncurses?  */
442 #undef HAVE_NCURSES
443 /* Full #include file paths for ncurses' curses.h and term.h. */
444 #undef CURSES_H_FILE
445 #undef TERM_H_FILE
446
447 /* Define USE_ASSERTIONS if you want the abort() to be changed to assert().
448    If the assertion fails, assert_failed() will be called.  This is
449    recommended for general use because it gives more info about the crash
450    than just the abort() message.  Too many people "Can't find the corefile"
451    or have limit-ed core dumps out of existence. */
452 #undef USE_ASSERTIONS
453
454 /* Define one or more of the following if you want lots of extra checks
455    (e.g. structure validation) compiled in.  These should be turned
456    on during the beta-test cycle. */
457
458 /* Check the entire extent structure of a buffer each time an extent
459    change is done, and do other extent-related checks. */
460 #undef ERROR_CHECK_EXTENTS
461
462 /* Make sure that all X... macros are dereferencing the correct type,
463    and that all XSET... macros (as much as possible) are setting the
464    correct type of structure.  Highly recommended for all
465    development work. */
466 #undef ERROR_CHECK_TYPECHECK
467 #ifdef ERROR_CHECK_TYPECHECK
468 #define type_checking_assert(assertion) assert (assertion)
469 #else
470 #define type_checking_assert(assertion)
471 #endif
472
473 /* Make sure valid buffer positions are passed to BUF_* macros. */
474 #undef ERROR_CHECK_BUFPOS
475 #ifdef ERROR_CHECK_BUFPOS
476 #define bufpos_checking_assert(assertion) assert (assertion)
477 #else
478 #define bufpos_checking_assert(assertion)
479 #endif
480
481 /* Attempt to catch bugs related to garbage collection (e.g. not GCPRO'ing). */
482 #undef ERROR_CHECK_GC
483 #ifdef ERROR_CHECK_GC
484 #define gc_checking_assert(assertion) assert (assertion)
485 #else
486 #define gc_checking_assert(assertion)
487 #endif
488
489 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption, etc. */
490 #undef ERROR_CHECK_MALLOC
491
492 /* Minor sanity checking of the bytecode interpreter.  Useful for
493    debugging the byte compiler.  */
494 #undef ERROR_CHECK_BYTE_CODE
495
496 /* Minor sanity checking of glyphs, especially subwindows and
497    widgets. */
498 #undef ERROR_CHECK_GLYPHS
499
500 /* Define DEBUG_XEMACS if you want extra debugging code compiled in.
501    This is mainly intended for use by developers. */
502 #undef DEBUG_XEMACS
503
504 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to
505    determine where XEmacs' memory is going. */
506 #undef MEMORY_USAGE_STATS
507
508 /* Define QUANTIFY if using Quantify from Rational Software.
509    This adds some additional calls to control data collection.
510    It is only intended for use by the developers. */
511 #undef QUANTIFY
512
513 /* Define PURIFY if using Purify from Rational Software.
514    It is only intended for use by the developers. */
515 #undef PURIFY
516
517 #if (defined (QUANTIFY) || defined (PURIFY)) && !defined (XLIB_ILLEGAL_ACCESS)
518 #define XLIB_ILLEGAL_ACCESS 1
519 #endif
520
521 /* Define EXTERNAL_WIDGET to compile support for using the editor as a
522    widget within another program. */
523 #undef EXTERNAL_WIDGET
524
525 /* There are some special-case defines for gcc and lcc. */
526 #undef USE_GCC
527 #undef USE_LCC
528
529 /* Define this if you want level 2 internationalization compliance
530    (localized collation and formatting).  Generally this should be
531    defined, unless your system doesn't have the strcoll() and
532    setlocale() library routines.  This really should be (NOT! -mrb)
533    defined in the appropriate s/ or m/ file. */
534 #undef I18N2
535
536 /* Define this if you want level 3 internationalization compliance
537    (localized messaging).  This will cause a small runtime performance
538    penalty, as the strings are read from the message catalog(s).
539    For this you need the gettext() and dgetext() library routines.
540    WARNING, this code is under construction. */
541 #undef I18N3
542
543 /* Compile in support for CDE (Common Desktop Environment) drag and drop?
544    Requires libDtSvc, which typically must be present at runtime.  */
545 #undef HAVE_CDE
546
547 /* Compile in support for OffiX Drag and Drop? */
548 #undef HAVE_OFFIX_DND
549
550 /* Compile in generic Drag'n'Drop API */
551 #undef HAVE_DRAGNDROP
552
553 /* Compile in support for proper handling of WM_COMMAND. */
554 #undef HAVE_WMCOMMAND
555
556 /* Define this if you want Mule support (multi-byte character support).
557    There may be some performance penalty, although it should be small
558    if you're working with ASCII files. */
559 #undef MULE
560
561 /* Define this if you want UTF-2000 support (character representation
562    based on character object model). */
563 #undef UTF2000
564
565 #undef CHAR_IS_UCS4
566
567 /* Compile in support for external character database. */
568 #undef HAVE_CHISE_CLIENT
569
570 /* Define this if you want file coding support */
571 #undef FILE_CODING
572
573 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
574    If so, use raw Xlib or higher level Motif interface? */
575 #undef HAVE_XIM
576 #undef XIM_XLIB
577 #undef XIM_MOTIF
578 #undef USE_XFONTSET
579
580 /* Non-XIM input methods for use with Mule. */
581 #undef HAVE_CANNA
582 #undef HAVE_WNN
583 #undef WNN6
584
585 /* Enable special GNU Make features in the Makefiles. */
586 #undef USE_GNU_MAKE
587
588 /* Debugging development option: Remove inessential but time consuming
589    actions from happening during build.  This saves a lot of time when
590    you're repeatedly compiling-running-crashing.  This (1) doesn't
591    garbage-collect after loading each file during dumping, and (2)
592    doesn't automatically rebuild the DOC file. (Remove it by hand to
593    get it rebuilt.)
594  */
595 #undef QUICK_BUILD
596
597 /* Defined by AC_C_CONST in configure.in */
598 #undef const
599
600 /* Allow the source to use standard types. Include these before the
601  s&m files so that they can use them. */
602 #undef ssize_t
603 #undef size_t
604 #undef pid_t
605 #undef mode_t
606 #undef off_t
607 #undef uid_t
608 #undef gid_t
609 #undef socklen_t
610
611 /* If defined, use unions instead of ints.  A few systems (DEC Alpha)
612    seem to require this, probably because something with the int
613    definitions isn't right with 64-bit systems.  */
614 #undef USE_UNION_TYPE
615
616 /* The configuration script may define `opsysfile' to be the name of
617    the s/...h file that describes your operating system.
618    The file name is chosen based on the configuration name. */
619
620 #if defined (__cplusplus) && !defined (NOT_C_CODE)
621 extern "C" {
622 #endif
623
624 #undef config_opsysfile
625 #ifdef config_opsysfile
626 #include config_opsysfile
627 #endif
628
629 /* The configuration script may define `machfile' to be the name of
630    the m/...h file that describes the machine you are using.
631    The file name is chosen based on the configuration name. */
632
633 #undef config_machfile
634 #ifdef config_machfile
635 #include config_machfile
636 #endif
637
638 #if defined (__cplusplus) && !defined (NOT_C_CODE)
639 }
640 #endif
641
642 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC)
643 #define SYSTEM_MALLOC
644 #endif
645
646 /* Use the relocating allocator for buffer space? */
647 #undef REL_ALLOC
648
649 /* Define the return type of signal handlers if the s/xxx.h file
650    did not already do so. */
651 #define RETSIGTYPE void
652
653 /* SIGTYPE is the macro we actually use. */
654 #ifndef SIGTYPE
655 #define SIGTYPE RETSIGTYPE
656 #define SIGRETURN return
657 #endif
658
659 /* Define DYNODUMP if it is necessary to properly dump on this system.
660    Currently this is only Solaris 2.x, for x < 6. */
661 #undef DYNODUMP
662
663 /* Compile in support for Sun Sparcworks/WorkShop? */
664 #undef SUNPRO
665
666 /* Sun SparcStations, SGI machines, and HP9000s700s have built-in
667    support for playing sound files. (On Suns, the sound support is
668    usually found in /usr/demo/SOUND - you may need to install the
669    "SUNWaudmo" package.) */
670 #undef HAVE_NATIVE_SOUND
671 /* Native sound may be provided via soundcard.h, in various directories */
672 #undef SOUNDCARD_H_FILE
673
674 /* Compile in support for NAS (Network Audio System)?
675    NAS_NO_ERROR_JUMP means that the NAS libraries don't include some
676    error handling changes. */
677 #undef HAVE_NAS_SOUND
678 #undef NAS_NO_ERROR_JUMP
679
680 /* Compile in support for ESD (Enlightened Sound Daemon)? */
681 #undef HAVE_ESD_SOUND
682
683 /* Compile in support for SunPro usage-tracking code? */
684 #undef USAGE_TRACKING
685
686 /* Compile in support for Tooltalk? */
687 #undef TOOLTALK
688 /* tt_c.h might be in "Tt" or "desktop" subdirectories */
689 #undef TT_C_H_FILE
690
691 /* Toolkits used by lwlib for various widgets... */
692 #undef LWLIB_USES_MOTIF
693 #undef LWLIB_USES_ATHENA
694 #undef LWLIB_MENUBARS_LUCID
695 #undef LWLIB_MENUBARS_MOTIF
696 #undef LWLIB_SCROLLBARS_LUCID
697 #undef LWLIB_SCROLLBARS_MOTIF
698 #undef LWLIB_SCROLLBARS_ATHENA
699 #undef LWLIB_SCROLLBARS_ATHENA3D
700 #undef LWLIB_DIALOGS_MOTIF
701 #undef LWLIB_DIALOGS_ATHENA
702 #undef LWLIB_DIALOGS_ATHENA3D
703 #undef LWLIB_TABS_LUCID
704 #undef LWLIB_WIDGETS_MOTIF
705 #undef LWLIB_WIDGETS_ATHENA
706 #undef HAVE_ATHENA_3D
707
708 /* Other things that can be disabled by configure. */
709 #undef HAVE_MENUBARS
710 #undef HAVE_SCROLLBARS
711 #undef HAVE_DIALOGS
712 #undef HAVE_TOOLBARS
713 #undef HAVE_WIDGETS
714
715
716 #if defined (HAVE_MENUBARS) || defined (HAVE_DIALOGS)
717 #define HAVE_POPUPS
718 #endif
719
720 /* If you are using SunOS 4.1.1 and X11r5, then you need this patch.
721    There is a stupid bug in the SunOS libc.a: two functions which X11r5
722    uses, mbstowcs() and wcstombs(), are unusable when programs are
723    statically linked (as XEmacs must be) because the static version of
724    libc.a contains the *dynamic* versions of these functions.  These
725    functions don't seem to be called when XEmacs is running, so it's
726    enough to define stubs for them.
727
728    This appears to be fixed in SunOS 4.1.2.
729
730    Also, SunOS 4.1.1 contains buggy versions of strcmp and strcpy that
731    sometimes reference memory past the end of the string, which can segv.
732    I don't know whether this has been fixed as of 4.1.2 or 4.1.3. */
733 #if defined (sparc) && !defined (USG)
734 #define OBJECTS_SYSTEM sunOS-fix.o strcmp.o strcpy.o
735 #endif
736
737 /* If you turn this flag on, it forces encapsulation in all
738 circumstances; this can be used to make sure things compile OK
739 on various systems. */
740 #undef DEBUG_ENCAPSULATION
741
742 /* basic system calls */
743
744 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
745 # define ENCAPSULATE_READ
746 # define ENCAPSULATE_WRITE
747 #endif
748 #if defined (INTERRUPTIBLE_OPEN) || defined (MULE) || defined (DEBUG_ENCAPSULATION)
749 # define ENCAPSULATE_OPEN
750 #endif
751 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
752 # define ENCAPSULATE_CLOSE
753 #endif
754
755 /* stdio calls */
756
757 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
758 # define ENCAPSULATE_FREAD
759 # define ENCAPSULATE_FWRITE
760 #endif
761 #if defined (INTERRUPTIBLE_OPEN) || defined (MULE) || defined (DEBUG_ENCAPSULATION)
762 # define ENCAPSULATE_FOPEN
763 #endif
764 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
765 # define ENCAPSULATE_FCLOSE
766 #endif
767
768 /* directory calls */
769
770 #if defined (MULE) || defined (DEBUG_ENCAPSULATION)
771 # define ENCAPSULATE_CHDIR
772 # define ENCAPSULATE_MKDIR
773 # define ENCAPSULATE_OPENDIR
774 # define ENCAPSULATE_CLOSEDIR
775 # define ENCAPSULATE_READDIR
776 # define ENCAPSULATE_RMDIR
777
778 /* file-information calls */
779
780 #ifdef HAVE_EACCESS
781 # define ENCAPSULATE_EACCESS
782 #endif
783 # define ENCAPSULATE_ACCESS
784 # define ENCAPSULATE_LSTAT
785 # define ENCAPSULATE_READLINK
786 # define ENCAPSULATE_STAT
787
788 /* file-manipulation calls */
789
790 # define ENCAPSULATE_CHMOD
791 # define ENCAPSULATE_CREAT
792 # define ENCAPSULATE_LINK
793 # define ENCAPSULATE_RENAME
794 # define ENCAPSULATE_SYMLINK
795 # define ENCAPSULATE_UNLINK
796 # define ENCAPSULATE_EXECVP
797 #endif /* defined (MULE) || defined (DEBUG_ENCAPSULATION) */
798
799 #ifdef HAVE_CANNA
800 #  define CANNA2
801 #  define CANNA_MULE
802 #  define CANNA_PURESIZE 0
803 #else  /* not CANNA */
804 #  define CANNA_PURESIZE 0
805 #endif /* not CANNA */
806
807 #if defined (HAVE_SOCKS) && !defined (DO_NOT_SOCKSIFY)
808 #define accept Raccept
809 #define bind Rbind
810 #define connect Rconnect
811 #define getsockname Rgetsockname
812 #define listen Rlisten
813 #endif /* HAVE_SOCKS && !DO_NOT_SOCKSIFY */
814
815 #undef SIZEOF_SHORT
816 #undef SIZEOF_INT
817 #undef SIZEOF_LONG
818 #undef SIZEOF_LONG_LONG
819 #undef SIZEOF_VOID_P
820
821 #ifndef BITS_PER_CHAR
822 #define BITS_PER_CHAR 8
823 #endif
824 #define SHORTBITS (SIZEOF_SHORT * BITS_PER_CHAR)
825 #define INTBITS (SIZEOF_INT * BITS_PER_CHAR)
826 #define LONGBITS (SIZEOF_LONG * BITS_PER_CHAR)
827 #define LONG_LONG_BITS (SIZEOF_LONG_LONG * BITS_PER_CHAR)
828 #define VOID_P_BITS (SIZEOF_VOID_P * BITS_PER_CHAR)
829
830 /* Use `INLINE_HEADER' to define inline functions in .h files.
831    Use `inline static' to define inline functions in .c files.
832    See the Internals manual for examples and more information. */
833
834 /* Does the keyword `inline' exist?  */
835 #undef inline
836
837 #if defined (__cplusplus) || ! defined (__GNUC__)
838 # define INLINE_HEADER inline static
839 #elif defined (DONT_EXTERN_INLINE_HEADER_FUNCTIONS)
840 # define INLINE_HEADER inline
841 #else
842 # define INLINE_HEADER inline extern
843 #endif
844
845 #ifndef NOT_C_CODE /* Actually means C or C++ */
846 # if defined (__cplusplus)
847 /* Avoid C++ keywords used as ordinary C identifiers */
848 #  define class c_class
849 #  define new   c_new
850 #  define this  c_this
851 #  define catch c_catch
852
853 #  define EXTERN_C extern "C"
854 # else /* C code */
855 #  define EXTERN_C extern
856 # endif
857 #endif /* C or C++ */
858
859 /* Strictly speaking, only int or unsigned int are valid types in a
860    bitfield.  In practice, we would like to use enums as bitfields.
861    The following should just result in warning avoidance:
862    warning: nonportable bit-field type */
863 #ifdef __GNUC__
864 #define enum_field(enumeration_type) enum enumeration_type
865 #else
866 #define enum_field(enumeration_type) unsigned int
867 #endif
868
869 /* We want to avoid saving the signal mask if possible, because
870    that necessitates a system call. */
871 #ifdef HAVE_SIGSETJMP
872 # define SETJMP(x) sigsetjmp (x, 0)
873 # define LONGJMP(x, y) siglongjmp (x, y)
874 # define JMP_BUF sigjmp_buf
875 #else
876 # define SETJMP(x) setjmp (x)
877 # define LONGJMP(x, y) longjmp (x, y)
878 # define JMP_BUF jmp_buf
879 #endif
880
881 /* movemail options */
882 /* Should movemail use POP3 for mail access? */
883 #undef MAIL_USE_POP
884 /* Should movemail use kerberos for POP authentication? */
885 #undef KERBEROS
886 /* Should movemail use hesiod for getting POP server host? */
887 #undef HESIOD
888 /* Determine type of mail locking. */
889 #undef MAIL_LOCK_LOCKF
890 #undef MAIL_LOCK_FLOCK
891 #undef MAIL_LOCK_DOT
892 #undef MAIL_LOCK_LOCKING
893 #undef MAIL_LOCK_MMDF
894
895 #undef PREFIX_USER_DEFINED
896 #undef EXEC_PREFIX_USER_DEFINED
897 #undef MODULEDIR_USER_DEFINED
898 #undef SITEMODULEDIR_USER_DEFINED
899 #undef DOCDIR_USER_DEFINED
900 #undef LISPDIR_USER_DEFINED
901 #undef PACKAGE_PATH_USER_DEFINED
902 #undef SITELISPDIR_USER_DEFINED
903 #undef ARCHLIBDIR_USER_DEFINED
904 #undef ETCDIR_USER_DEFINED
905 #undef INFODIR_USER_DEFINED
906 #undef INFOPATH_USER_DEFINED
907
908 #undef PDUMP
909
910 #endif /* _SRC_CONFIG_H_ */