comparison nt/config.h @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents c9fe270a4101
children f2b5d7006b0a
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
29 #define NTHEAP_PROBE_BASE 1 29 #define NTHEAP_PROBE_BASE 1
30 #undef LOSING_BYTECODE 30 #undef LOSING_BYTECODE
31 31
32 /* Use this to add code in a structured way to FSF-maintained source 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. */ 33 files so as to make it obvious where XEmacs changes are. */
34 #define XEMACS 34 #define XEMACS 1
35 35
36 /* Allow s&m files to differentiate OS versions without having 36 /* Allow s&m files to differentiate OS versions without having
37 multiple files to maintain. */ 37 multiple files to maintain. */
38 #undef OS_RELEASE 38 #undef OS_RELEASE
39 39
40 /* The configuration name. This is used as the install directory name 40 /* The configuration name. This is used as the install directory name
41 for the lib-src programs. */ 41 for the lib-src programs. */
42 #undef EMACS_CONFIGURATION 42 /* #undef EMACS_CONFIGURATION -- defined in xemacs.mak */
43 43
44 /* The configuration options. This is exported to Lisp. */ 44 /* The configuration options. This is exported to Lisp. */
45 #undef EMACS_CONFIG_OPTIONS 45 #undef EMACS_CONFIG_OPTIONS
46 46
47 /* The version info from xemacs.mak via version.sh. Used in #pragma ident 47 /* The version info from xemacs.mak via version.sh. Used in #pragma ident
484 have the sound option installed for some reason, then undefine 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 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" 486 and Solaris systems; on Solaris, you may need to install the "SUNWaudmo"
487 package.) 487 package.)
488 */ 488 */
489 #undef HAVE_NATIVE_SOUND 489 /* #undef HAVE_NATIVE_SOUND */
490 490
491 /* If you wish to compile with support for the Network Audio System 491 /* If you wish to compile with support for the Network Audio System
492 system define HAVE_NAS_SOUND. 492 system define HAVE_NAS_SOUND.
493 NAS_NO_ERROR_JUMP means that the NAS libraries don't inlcude some 493 NAS_NO_ERROR_JUMP means that the NAS libraries don't inlcude some
494 error handling changes. 494 error handling changes.