Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 1799:19c89a2e24b6
[xemacs-hg @ 2003-11-20 16:04:45 by james]
Autodetect the typeof extension.
author | james |
---|---|
date | Thu, 20 Nov 2003 16:04:47 +0000 |
parents | 0461b6ab9fbd |
children | 9c872f33ecbe |
comparison
equal
deleted
inserted
replaced
1798:5d1a9259f2cb | 1799:19c89a2e24b6 |
---|---|
118 /* Make all functions available on GNU libc systems. See features.h. */ | 118 /* Make all functions available on GNU libc systems. See features.h. */ |
119 #undef _GNU_SOURCE | 119 #undef _GNU_SOURCE |
120 | 120 |
121 /* Make all functions available on Solaris 2 systems. */ | 121 /* Make all functions available on Solaris 2 systems. */ |
122 #undef __EXTENSIONS__ | 122 #undef __EXTENSIONS__ |
123 | |
124 /* Define to the name of the typeof extension, if the compiler supports one */ | |
125 #undef TYPEOF | |
123 | 126 |
124 /* Used to identify the XEmacs version in stack traces. */ | 127 /* Used to identify the XEmacs version in stack traces. */ |
125 #undef STACK_TRACE_EYE_CATCHER | 128 #undef STACK_TRACE_EYE_CATCHER |
126 | 129 |
127 /* Allow the configurer to specify if she wants site-lisp. */ | 130 /* Allow the configurer to specify if she wants site-lisp. */ |