282
|
1 /* XEmacs configuration file for Win32 -*- C -*-
|
100
|
2 Copyright (C) 1986, 1991, 1992, 1993, 1994 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 /* Synched up with: FSF 19.30 (more or less). */
|
|
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. */
|
213
|
26 #ifndef _SRC_CONFIG_H_
|
|
27 #define _SRC_CONFIG_H_
|
100
|
28
|
|
29 #define NTHEAP_PROBE_BASE 1
|
213
|
30 #undef LOSING_BYTECODE
|
100
|
31
|
213
|
32 /* Use this to add code in a structured way to FSF-maintained source
|
|
33 files so as to make it obvious where XEmacs changes are. */
|
|
34 #define XEMACS
|
|
35
|
|
36 /* Allow s&m files to differentiate OS versions without having
|
|
37 multiple files to maintain. */
|
|
38 #undef OS_RELEASE
|
|
39
|
|
40 /* The configuration name. This is used as the install directory name
|
|
41 for the lib-src programs. */
|
|
42 #undef EMACS_CONFIGURATION
|
|
43
|
|
44 /* The configuration options. This is exported to Lisp. */
|
|
45 #undef EMACS_CONFIG_OPTIONS
|
|
46
|
|
47 /* The version info from xemacs.mak via version.sh. Used in #pragma ident
|
|
48 in emacs.c */
|
|
49 #if 0
|
|
50 #undef EMACS_MAJOR_VERSION
|
|
51 #undef EMACS_MINOR_VERSION
|
|
52 #undef EMACS_BETA_VERSION
|
|
53 #undef EMACS_VERSION
|
|
54 #undef XEMACS_CODENAME
|
|
55 #endif
|
|
56
|
|
57 /* Make all functions available on AIX. See AC_AIX. */
|
|
58 #undef _ALL_SOURCE
|
|
59
|
|
60 /* Used to identify the XEmacs version in stack traces. */
|
|
61 #undef STACK_TRACE_EYE_CATCHER
|
|
62
|
|
63 /* Allow the configurer to specify (additional) package directories. */
|
219
|
64 /* #undef PACKAGE_PATH */
|
100
|
65
|
|
66 /* Define LISP_FLOAT_TYPE if you want XEmacs to support floating-point
|
|
67 numbers. */
|
|
68 #undef LISP_FLOAT_TYPE
|
|
69
|
|
70 /* Define GNU_MALLOC if you want to use the *new* GNU memory allocator. */
|
|
71 #define GNU_MALLOC
|
|
72
|
|
73 /* Define USE_SYSTEM_MALLOC if you forcing the use of it. */
|
|
74 #undef USE_SYSTEM_MALLOC
|
|
75
|
|
76 /* Define HAVE_TTY if you want TTY support compiled in. */
|
|
77 #undef HAVE_TTY
|
|
78
|
213
|
79 /* Compile in support for the X window system? */
|
|
80 /* #undef HAVE_X_WINDOWS -- defined in xemacs.mak */
|
100
|
81
|
213
|
82 /* Defines for building X applications */
|
|
83 #ifdef HAVE_X_WINDOWS
|
|
84 /* The following will be defined if xmkmf thinks they are necessary */
|
|
85 #undef SVR4
|
|
86 #undef SYSV
|
|
87 #undef AIXV3
|
|
88 #undef _POSIX_SOURCE
|
|
89 #undef _BSD_SOURCE
|
|
90 #undef _GNU_SOURCE
|
|
91 #undef X_LOCALE
|
|
92 #undef NARROWPROTO
|
|
93 /* The following should always be defined, no matter what xmkmf thinks. */
|
|
94 #ifndef NeedFunctionPrototypes
|
|
95 #define NeedFunctionPrototypes 1
|
100
|
96 #endif
|
213
|
97 #ifndef FUNCPROTO
|
|
98 #define FUNCPROTO 15
|
100
|
99 #endif
|
|
100
|
|
101 /* Define this if you're using XFree386. */
|
|
102 #undef HAVE_XFREE386
|
|
103
|
|
104 #undef THIS_IS_X11R4
|
|
105 #undef THIS_IS_X11R5
|
|
106 #define THIS_IS_X11R6
|
|
107
|
213
|
108 /* Define HAVE_XPM if you have the `xpm' library and want XEmacs to use it. */
|
|
109 #undef HAVE_XPM
|
|
110
|
|
111 /* Define HAVE_XFACE if you have the `compface' library and want to use it.
|
|
112 This will permit X-face pixmaps in mail and news messages to display
|
|
113 quickly. */
|
|
114 #undef HAVE_XFACE
|
|
115
|
219
|
116 /* #define HAVE_IMAGEMAGICK */
|
213
|
117
|
|
118 /* Define HAVE_XMU if you have the Xmu library. This should always be
|
|
119 the case except on losing HPUX systems. */
|
|
120 #define HAVE_XMU
|
|
121
|
|
122 /* Define HAVE_XAUTH if the Xauth library is present. This will add
|
|
123 some extra functionality to gnuserv. */
|
|
124 #undef HAVE_XAUTH
|
|
125
|
|
126 /* Define HAVE_XLOCALE_H if X11/Xlocale.h is present. */
|
|
127 #define HAVE_XLOCALE_H
|
247
|
128 #define HAVE_UNIXOID_EVENT_LOOP
|
213
|
129
|
|
130 #endif /* HAVE_X_WINDOWS */
|
|
131
|
|
132 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */
|
|
133 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) || defined (HAVE_MS_WINDOWS)
|
|
134 #define HAVE_WINDOW_SYSTEM
|
|
135 #endif
|
|
136
|
247
|
137
|
213
|
138
|
100
|
139 /* Define USER_FULL_NAME to return a string
|
|
140 that is the user's full name.
|
|
141 It can assume that the variable `pw'
|
|
142 points to the password file entry for this user.
|
|
143
|
|
144 At some sites, the pw_gecos field contains
|
|
145 the user's full name. If neither this nor any other
|
|
146 field contains the right thing, use pw_name,
|
|
147 giving the user's login name, since that is better than nothing. */
|
118
|
148 #define USER_FULL_NAME pw->pw_gecos
|
100
|
149
|
|
150 /* Define AMPERSAND_FULL_NAME if you use the convention
|
|
151 that & in the full name stands for the login id. */
|
|
152 #undef AMPERSAND_FULL_NAME
|
|
153
|
|
154 /* Some things figured out by the configure script, grouped as they are in
|
|
155 configure.in. */
|
|
156 #undef HAVE_MACH_MACH_H
|
|
157 #undef HAVE_SYS_STROPTS_H
|
|
158 #undef HAVE_SYS_TIMEB_H
|
|
159 #undef HAVE_UNISTD_H
|
|
160 #undef HAVE_UTIME_H
|
|
161 #undef HAVE_SYS_WAIT_H
|
|
162 #undef HAVE_LIBGEN_H
|
|
163 #undef HAVE_LINUX_VERSION_H
|
|
164 #undef WORDS_BIGENDIAN
|
|
165 #undef TIME_WITH_SYS_TIME
|
|
166
|
|
167 #define HAVE_SYS_TIME_H
|
|
168 #define HAVE_LOCALE_H
|
213
|
169 #ifdef HAVE_X_WINDOWS
|
100
|
170 #define HAVE_X11_LOCALE_H
|
213
|
171 #endif
|
100
|
172 #define STDC_HEADERS
|
167
|
173 #define HAVE_LIMITS_H
|
|
174 #define HAVE_GETCWD
|
100
|
175
|
|
176 #define HAVE_LONG_FILE_NAMES
|
|
177
|
|
178 #ifdef HAVE_LONG_FILE_NAMES
|
|
179 #define CLASH_DETECTION
|
|
180 #endif
|
|
181
|
213
|
182 #undef HAVE_LIBKSTAT
|
|
183 #undef HAVE_LIBINTL
|
100
|
184 #undef HAVE_LIBDNET
|
|
185 #undef HAVE_LIBRESOLV
|
|
186
|
|
187 /* Define if `sys_siglist' is declared by <signal.h>. */
|
|
188 #undef SYS_SIGLIST_DECLARED
|
|
189
|
|
190 /* Define if `struct utimbuf' is declared by <utime.h>. */
|
|
191 #undef HAVE_STRUCT_UTIMBUF
|
|
192
|
|
193 /* Define if `struct timeval' is declared by <sys/time.h>. */
|
|
194 #define HAVE_TIMEVAL
|
|
195
|
|
196 #undef TM_IN_SYS_TIME
|
|
197 #undef HAVE_TM_ZONE
|
|
198 #undef HAVE_TZNAME
|
|
199
|
|
200 /* Define if netdb.h declares h_errno. */
|
|
201 #undef HAVE_H_ERRNO
|
|
202
|
|
203 /* Define if localtime caches TZ */
|
|
204 #undef LOCALTIME_CACHE
|
|
205
|
|
206 /* Define if gettimeofday can't accept two arguments */
|
|
207 #ifdef HAVE_X_WINDOWS
|
|
208 #define GETTIMEOFDAY_ONE_ARGUMENT
|
|
209 #else
|
|
210 #undef GETTIMEOFDAY_ONE_ARGUMENT
|
|
211 #endif
|
|
212
|
213
|
213 /* Is the timezone variable already declared in system headers? */
|
|
214 #undef HAVE_TIMEZONE_DECL
|
100
|
215
|
|
216 #undef HAVE_MMAP
|
|
217 #undef HAVE_STRCOLL
|
213
|
218 #undef HAVE_GETPGRP
|
|
219 #undef GETPGRP_VOID
|
100
|
220
|
|
221 #undef SIZEOF_SHORT
|
|
222 #undef SIZEOF_INT
|
|
223 #undef SIZEOF_LONG
|
213
|
224 #undef SIZEOF_LONG_LONG
|
|
225 #undef SIZEOF_VOID_P
|
100
|
226
|
|
227 #undef HAVE_ACOSH
|
|
228 #undef HAVE_ASINH
|
|
229 #undef HAVE_ATANH
|
|
230
|
|
231 #if defined (HAVE_ACOSH) && defined (HAVE_ASINH) && defined (HAVE_ATANH)
|
|
232 #define HAVE_INVERSE_HYPERBOLIC
|
|
233 #endif
|
|
234
|
|
235 #undef HAVE_CBRT
|
|
236 #define HAVE_CLOSEDIR
|
|
237 #undef HAVE_DUP2
|
|
238 #undef HAVE_EACCESS
|
|
239 #undef HAVE_FMOD
|
|
240 #undef HAVE_FPATHCONF
|
|
241 #undef HAVE_FREXP
|
|
242 #undef HAVE_FTIME
|
|
243 #undef HAVE_GETHOSTNAME
|
|
244 #undef HAVE_GETPAGESIZE
|
|
245 #define HAVE_GETTIMEOFDAY
|
|
246 #define HAVE_GETWD
|
|
247 #undef HAVE_LOGB
|
|
248 #undef HAVE_LRAND48
|
|
249 #undef HAVE_MATHERR
|
|
250 #undef HAVE_MKDIR
|
|
251 #undef HAVE_MKTIME
|
|
252 #undef HAVE_PERROR
|
|
253 #undef HAVE_POLL
|
|
254 #undef HAVE_RANDOM
|
|
255 #undef HAVE_REALPATH
|
|
256 #undef HAVE_RENAME
|
|
257 #undef HAVE_RES_INIT
|
|
258 #undef HAVE_RINT
|
|
259 #undef HAVE_RMDIR
|
|
260 #define HAVE_SELECT
|
|
261 #undef HAVE_SETITIMER
|
|
262 #undef HAVE_SETPGID
|
|
263 #undef HAVE_SETSID
|
|
264 #undef HAVE_SIGBLOCK
|
|
265 #undef HAVE_SIGHOLD
|
|
266 #undef HAVE_SIGPROCMASK
|
|
267 #undef HAVE_SIGSETJMP
|
|
268 #undef HAVE_STRCASECMP
|
|
269 #define HAVE_STRERROR
|
|
270 #undef HAVE_TZSET
|
|
271 #undef HAVE_UTIMES
|
|
272 #undef HAVE_WAITPID
|
|
273
|
|
274 #define HAVE_SOCKETS
|
|
275 #undef HAVE_SOCKADDR_SUN_LEN
|
|
276 #undef HAVE_SYSVIPC
|
|
277
|
|
278 #undef SYSV_SYSTEM_DIR
|
|
279 #undef NONSYSTEM_DIR_LIBRARY
|
|
280
|
|
281 #undef HAVE_TERMIOS
|
|
282 #undef HAVE_TERMIO
|
|
283
|
|
284 #undef NLIST_STRUCT
|
|
285
|
|
286 /* Define HAVE_SOCKS if you have the `socks' library and want XEmacs to
|
|
287 use it. */
|
|
288 #undef HAVE_SOCKS
|
|
289
|
|
290 /* Define HAVE_TERM if you run the `term' program (e.g. under Linux) and
|
|
291 want XEmacs to use it. */
|
|
292 #undef HAVE_TERM
|
|
293
|
|
294 /* Define HAVE_DBM if you want to use the DBM libraries */
|
|
295 #undef HAVE_DBM
|
|
296
|
|
297 /* Define HAVE_BERKELEY_DB if you want to use the BerkDB libraries */
|
|
298 #undef HAVE_BERKELEY_DB
|
213
|
299 /* Full #include file path for Berkeley DB's db.h */
|
|
300 #undef DB_H_PATH
|
100
|
301
|
|
302 #if defined (HAVE_DBM) || defined (HAVE_BERKELEY_DB)
|
|
303 # define HAVE_DATABASE
|
|
304 #endif
|
|
305
|
|
306 /* Define HAVE_NCURSES if -lncurses is present. */
|
|
307 #undef HAVE_NCURSES
|
213
|
308 /* Full #include file paths for ncurses' curses.h and term.h. */
|
|
309 #undef CURSES_H_PATH
|
|
310 #undef TERM_H_PATH
|
100
|
311
|
|
312 #define LOWTAGS
|
|
313
|
274
|
314 #ifdef DEBUG_XEMACS
|
|
315
|
100
|
316 /* Define USE_ASSERTIONS if you want the abort() to be changed to assert()
|
|
317 If the assertion fails, assert_failed() will be called. This is
|
|
318 recommended for general use because it gives more info about the crash
|
|
319 than just the abort() message. Too many people "Can't find the corefile"
|
|
320 or have limited core dumps out of existence. */
|
|
321 #define USE_ASSERTIONS
|
|
322
|
|
323 /* Check the entire extent structure of a buffer each time an extent
|
|
324 change is done, and do other extent-related checks. */
|
|
325 #define ERROR_CHECK_EXTENTS
|
213
|
326
|
100
|
327 /* Make sure that all X... macros are dereferencing the correct type,
|
|
328 and that all XSET... macros (as much as possible) are setting the
|
|
329 correct type of structure. Highly recommended for all
|
|
330 development work. */
|
|
331 #define ERROR_CHECK_TYPECHECK
|
|
332 /* Make sure valid buffer positions are passed to BUF_* macros. */
|
|
333 #define ERROR_CHECK_BUFPOS
|
|
334 /* Attempt to catch bugs related to garbage collection (e.g.
|
|
335 insufficient GCPRO'ing). */
|
|
336 #define ERROR_CHECK_GC
|
|
337 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption,
|
|
338 etc. */
|
|
339 #define ERROR_CHECK_MALLOC
|
|
340
|
219
|
341 #endif /* DEBUG_XEMACS */
|
|
342
|
100
|
343 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to
|
|
344 determine where XEmacs's memory is going. */
|
|
345 #undef MEMORY_USAGE_STATS
|
|
346
|
|
347 /* Define QUANTIFY if using Quantify from Pure Software. This adds
|
|
348 some additional calls to control data collection. This is only
|
|
349 intended for use by the developers. */
|
|
350 #undef QUANTIFY
|
|
351
|
|
352 /* Define EXTERNAL_WIDGET to compile support for using the editor as a
|
|
353 widget in another program. */
|
|
354 #undef EXTERNAL_WIDGET
|
|
355
|
|
356 /* There are some special-case defines for gcc and lcc. */
|
|
357 #undef USE_GCC
|
|
358 #undef USE_LCC
|
|
359
|
|
360 /* Allow the user to override the default value of PURESIZE at configure
|
|
361 time. This must come before we include the sys files in order for
|
|
362 it to be able to override any changes in them. */
|
213
|
363 #undef RAW_PURESIZE
|
100
|
364
|
213
|
365 /* Define this if you want level 2 internationalization compliance
|
|
366 (localized collation and formatting). Generally this should be
|
|
367 defined, unless your system doesn't have the strcoll() and
|
|
368 setlocale() library routines. This really should be (NOT! -mrb)
|
|
369 defined in the appropriate s/ or m/ file. */
|
|
370 #undef I18N2
|
100
|
371
|
213
|
372 /* Define this if you want level 3 internationalization compliance
|
|
373 (localized messaging). This will cause a small runtime performance
|
|
374 penalty, as the strings are read from the message catalog(s).
|
|
375 For this you need the gettext() and dgetext() library routines.
|
|
376 WARNING, this code is under construction. */
|
|
377 #undef I18N3
|
|
378
|
|
379 /* Compile in support for CDE (Common Desktop Environment) drag and drop?
|
|
380 Requires libDtSvc, which typically must be present at runtime. */
|
100
|
381 #undef HAVE_CDE
|
|
382
|
213
|
383 /* Compile in support for OffiX Drag and Drop? */
|
|
384 #undef HAVE_OFFIX_DND
|
|
385
|
284
|
386 /* Compile in generic Drag'n'Drop API */
|
|
387 #define HAVE_DRAGNDROP
|
|
388
|
213
|
389 /* Compile in support for proper session-management. */
|
|
390 #undef HAVE_SESSION
|
|
391
|
167
|
392 /* Define this if you want Mule support (multi-byte character support).
|
|
393 There may be some performance penalty, although it should be small
|
|
394 if you're working with ASCII files. */
|
213
|
395 /* #undef MULE */
|
167
|
396
|
213
|
397 #ifdef MULE
|
167
|
398 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
|
|
399 If so, use raw Xlib or higher level Motif interface? */
|
213
|
400 #undef HAVE_XIM
|
|
401 #undef XIM_XLIB
|
167
|
402 #undef XIM_MOTIF
|
|
403
|
|
404 /* Non-XIM input methods for use with Mule. */
|
|
405 #undef HAVE_CANNA
|
|
406 #undef HAVE_WNN
|
|
407 #undef WNN6
|
100
|
408
|
213
|
409 #endif
|
|
410
|
100
|
411 /* enable special GNU Make features in the Makefiles. */
|
|
412 #undef USE_GNU_MAKE
|
|
413
|
|
414 /* Undocumented debugging option: Don't automatically rebuild the DOC
|
|
415 file. This saves a lot of time when you're repeatedly
|
|
416 compiling-running-crashing. */
|
|
417 #undef NO_DOC_FILE
|
|
418
|
272
|
419 #define CONST const
|
100
|
420
|
|
421 /* If not defined, use unions instead of ints. A few systems (DEC Alpha)
|
|
422 seem to require this, probably because something with the int
|
|
423 definitions isn't right with 64-bit systems.
|
|
424
|
|
425 (It's NO_UNION_TYPE instead of USE_UNION_TYPE for historical reasons.)
|
|
426 */
|
|
427 #undef NO_UNION_TYPE
|
|
428
|
|
429 /* The configuration script defines opsysfile to be the name of the
|
|
430 s/...h file that describes the system type you are using. The file
|
|
431 is chosen based on the configuration name you give.
|
|
432
|
|
433 See the file ../etc/MACHINES for a list of systems and the
|
|
434 configuration names to use for them.
|
|
435
|
|
436 See s/template.h for documentation on writing s/...h files. */
|
|
437 #include "s/windowsnt.h"
|
|
438
|
|
439 /* The configuration script defines machfile to be the name of the
|
|
440 m/...h file that describes the machine you are using. The file is
|
|
441 chosen based on the configuration name you give.
|
|
442
|
|
443 See the file ../etc/MACHINES for a list of machines and the
|
|
444 configuration names to use for them.
|
|
445
|
|
446 See m/template.h for documentation on writing m/...h files. */
|
|
447 #include "m/windowsnt.h"
|
|
448
|
|
449 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC)
|
|
450 #define SYSTEM_MALLOC
|
|
451 #endif
|
|
452
|
|
453 /* Define REL_ALLOC if you want to use the relocating allocator for
|
|
454 buffer space. */
|
|
455 #undef REL_ALLOC
|
|
456
|
|
457 /* Define the return type of signal handlers if the s-xxx file
|
|
458 did not already do so. */
|
|
459 #define RETSIGTYPE void
|
|
460
|
|
461 /* SIGTYPE is the macro we actually use. */
|
|
462 #ifndef SIGTYPE
|
|
463 #define SIGTYPE RETSIGTYPE
|
|
464 #define SIGRETURN return
|
|
465 #endif
|
|
466
|
213
|
467 /* Allow the source to use standard types */
|
|
468 #undef size_t
|
|
469 #undef pid_t
|
|
470 #undef mode_t
|
|
471 #undef off_t
|
|
472 #undef uid_t
|
|
473 #undef gid_t
|
|
474
|
100
|
475 /* Define DYNODUMP if it is necessary to properly dump on this system.
|
|
476 Currently this is only Solaris. */
|
|
477 #undef DYNODUMP
|
|
478
|
|
479 /* Define SUNPRO to compiled in support for Sun Sparcworks. */
|
|
480 #undef SUNPRO
|
|
481
|
|
482 /* Sun SparcStations, SGI machines, and HP9000s700s have support for playing
|
|
483 different sound files as beeps. If you are on a SparcStation but do not
|
|
484 have the sound option installed for some reason, then undefine
|
|
485 HAVE_NATIVE_SOUND. (It's usually found in /usr/demo/SOUND/ on SunOS 4
|
|
486 and Solaris systems; on Solaris, you may need to install the "SUNWaudmo"
|
|
487 package.)
|
|
488 */
|
|
489 #undef HAVE_NATIVE_SOUND
|
|
490
|
|
491 /* If you wish to compile with support for the Network Audio System
|
|
492 system define HAVE_NAS_SOUND.
|
|
493 NAS_NO_ERROR_JUMP means that the NAS libraries don't inlcude some
|
|
494 error handling changes.
|
|
495 */
|
|
496 #undef HAVE_NAS_SOUND
|
|
497 #undef NAS_NO_ERROR_JUMP
|
|
498
|
|
499 /* Compile in support for SunPro usage-tracking code. */
|
|
500 #undef USAGE_TRACKING
|
|
501
|
|
502 /* Define TOOLTALK if your site supports the ToolTalk library. */
|
|
503 #undef TOOLTALK
|
|
504
|
213
|
505 #ifdef HAVE_X_WINDOWS
|
|
506
|
100
|
507 #undef LWLIB_USES_MOTIF
|
|
508 #define LWLIB_MENUBARS_LUCID
|
|
509 #undef LWLIB_MENUBARS_MOTIF
|
|
510 #define LWLIB_SCROLLBARS_LUCID
|
|
511 #undef LWLIB_SCROLLBARS_MOTIF
|
|
512 #undef LWLIB_SCROLLBARS_ATHENA
|
|
513 #undef LWLIB_DIALOGS_MOTIF
|
|
514 #define LWLIB_DIALOGS_ATHENA
|
|
515
|
|
516 /* Other things that can be disabled by configure. */
|
|
517 #define HAVE_MENUBARS
|
|
518 #define HAVE_SCROLLBARS
|
|
519 #define HAVE_DIALOGS
|
|
520 #undef HAVE_TOOLBARS
|
|
521
|
213
|
522 #endif
|
100
|
523
|
|
524 #if defined (HAVE_MENUBARS) || defined (HAVE_DIALOGS)
|
|
525 #define HAVE_POPUPS
|
|
526 #endif
|
|
527
|
|
528 /* If you are using SunOS 4.1.1 and X11r5, then you need this patch.
|
|
529 There is a stupid bug in the SunOS libc.a: two functions which X11r5
|
|
530 uses, mbstowcs() and wcstombs(), are unusable when programs are
|
|
531 statically linked (as XEmacs must be) because the static version of
|
|
532 libc.a contains the *dynamic* versions of these functions. These
|
|
533 functions don't seem to be called when XEmacs is running, so it's
|
|
534 enough to define stubs for them.
|
|
535
|
|
536 This appears to be fixed in SunOS 4.1.2.
|
|
537
|
|
538 Also, SunOS 4.1.1 contains buggy versions of strcmp and strcpy that
|
|
539 sometimes reference memory past the end of the string, which can segv.
|
|
540 I don't know whether this is has been fixed as of 4.1.2 or 4.1.3.
|
|
541 */
|
|
542 #if defined (sparc) && !defined (USG)
|
|
543 #define OBJECTS_SYSTEM sunOS-fix.o strcmp.o strcpy.o
|
|
544 #endif
|
|
545
|
|
546 /* If you turn this flag on, it forces encapsulation in all
|
|
547 circumstances; this can be used to make sure things compile OK
|
|
548 on various systems. */
|
|
549 #undef DEBUG_ENCAPSULATION
|
|
550 #define DONT_ENCAPSULATE
|
|
551
|
|
552 /* basic system calls */
|
|
553
|
|
554 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
|
|
555 # define ENCAPSULATE_READ
|
|
556 # define ENCAPSULATE_WRITE
|
|
557 #endif
|
|
558 #if defined (INTERRUPTIBLE_OPEN) || defined (DEBUG_ENCAPSULATION)
|
|
559 # define ENCAPSULATE_OPEN
|
|
560 #endif
|
|
561 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
|
|
562 # define ENCAPSULATE_CLOSE
|
|
563 #endif
|
|
564
|
|
565 /* stdio calls */
|
|
566
|
|
567 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
|
|
568 # define ENCAPSULATE_FREAD
|
|
569 # define ENCAPSULATE_FWRITE
|
|
570 #endif
|
|
571 #if defined (INTERRUPTIBLE_OPEN) || defined (DEBUG_ENCAPSULATION)
|
|
572 # define ENCAPSULATE_FOPEN
|
|
573 #endif
|
|
574 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
|
|
575 # define ENCAPSULATE_FCLOSE
|
|
576 #endif
|
|
577
|
|
578 /* directory calls */
|
|
579
|
|
580 #if defined (DEBUG_ENCAPSULATION)
|
|
581 # define ENCAPSULATE_CHDIR
|
|
582 # define ENCAPSULATE_MKDIR
|
|
583 # define ENCAPSULATE_OPENDIR
|
|
584 # define ENCAPSULATE_READDIR
|
|
585 # define ENCAPSULATE_RMDIR
|
|
586 #endif
|
|
587
|
|
588 /* file-information calls */
|
|
589
|
|
590 #if defined (DEBUG_ENCAPSULATION)
|
|
591 # define ENCAPSULATE_ACCESS
|
|
592 # define ENCAPSULATE_LSTAT
|
|
593 # define ENCAPSULATE_READLINK
|
|
594 # define ENCAPSULATE_STAT
|
|
595 #endif
|
|
596
|
|
597 /* file-manipulation calls */
|
|
598
|
|
599 #if defined (DEBUG_ENCAPSULATION)
|
|
600 # define ENCAPSULATE_CHMOD
|
|
601 # define ENCAPSULATE_CREAT
|
|
602 # define ENCAPSULATE_LINK
|
|
603 # define ENCAPSULATE_RENAME
|
|
604 # define ENCAPSULATE_SYMLINK
|
|
605 # define ENCAPSULATE_UNLINK
|
|
606 #endif
|
|
607
|
|
608 #if (defined (MSDOS) && defined (FEPCTRL)) || (defined (WIN32) && defined (USE_IME))
|
|
609 #define HAVE_FEP
|
|
610 #endif
|
|
611
|
|
612 #if defined (HAVE_SOCKS) && !defined (DO_NOT_SOCKSIFY)
|
|
613 #define accept Raccept
|
|
614 #define bind Rbind
|
|
615 #define connect Rconnect
|
|
616 #define getsockname Rgetsockname
|
|
617 #define listen Rlisten
|
|
618 #endif /* HAVE_SOCKS && !DO_NOT_SOCKSIFY */
|
|
619
|
272
|
620 #ifndef BITS_PER_CHAR
|
|
621 #define BITS_PER_CHAR 8
|
100
|
622 #endif
|
272
|
623 #define SHORTBITS (SIZEOF_SHORT * BITS_PER_CHAR)
|
|
624 #define INTBITS (SIZEOF_INT * BITS_PER_CHAR)
|
|
625 #define LONGBITS (SIZEOF_LONG * BITS_PER_CHAR)
|
|
626 #define LONG_LONG_BITS (SIZEOF_LONG_LONG * BITS_PER_CHAR)
|
|
627 #define VOID_P_BITS (SIZEOF_VOID_P * BITS_PER_CHAR)
|
100
|
628
|
233
|
629 /* MSVC version >= 2.x without /Za supports __inline */
|
|
630 #if (_MSC_VER < 900) || defined(__STDC__)
|
|
631 # define INLINE static
|
100
|
632 #else
|
233
|
633 # define INLINE __inline
|
100
|
634 #endif
|
|
635
|
233
|
636 /* MSVC warnings no-no crap. When adding one to this section,
|
|
637 1. Think twice
|
|
638 2. Insert textual description of the warning.
|
|
639 3. Think twice. Undo still works */
|
|
640 #if (_MSC_VER >= 800)
|
|
641
|
|
642 /* 'expression' : signed/unsigned mismatch */
|
|
643 #pragma warning ( disable : 4018 )
|
|
644
|
|
645 #endif /* compiler understands #pragma warning*/
|
|
646
|
282
|
647 #define enum_field(enumeration_type) unsigned int
|
274
|
648
|
100
|
649 /* We want to avoid saving the signal mask if possible, because
|
|
650 that necessitates a system call. */
|
|
651 #ifdef HAVE_SIGSETJMP
|
|
652 # define SETJMP(x) sigsetjmp (x, 0)
|
|
653 # define LONGJMP(x, y) siglongjmp (x, y)
|
|
654 # define JMP_BUF sigjmp_buf
|
|
655 #else
|
|
656 # define SETJMP(x) setjmp (x)
|
|
657 # define LONGJMP(x, y) longjmp (x, y)
|
|
658 # define JMP_BUF jmp_buf
|
|
659 #endif
|
|
660
|
213
|
661 /* movemail options */
|
|
662 /* Should movemail use POP3 for mail access? */
|
|
663 #undef MAIL_USE_POP
|
|
664 /* Should movemail use kerberos for POP authentication? */
|
|
665 #undef KERBEROS
|
|
666 /* Should movemail use hesiod for getting POP server host? */
|
|
667 #undef HESIOD
|
|
668 /* Determine type of mail locking. */
|
|
669 /* Play preprocessor games so that configure options override s&m files */
|
|
670 #undef REAL_MAIL_USE_LOCKF
|
|
671 #undef REAL_MAIL_USE_FLOCK
|
|
672 #undef MAIL_USE_LOCKF
|
|
673 #undef MAIL_USE_FLOCK
|
|
674 #ifdef REAL_MAIL_USE_FLOCK
|
|
675 #define MAIL_USE_FLOCK
|
|
676 #endif
|
|
677 #ifdef REAL_MAIL_USE_LOCKF
|
|
678 #define MAIL_USE_LOCKF
|
|
679 #endif
|
|
680
|
|
681 #endif /* _SRC_CONFIG_H_ */
|