Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 8626e4521993 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
387:f892a9d0bb8d | 388:aabb7f5b1c81 |
---|---|
1 /* XEmacs site configuration template file. -*- C -*- | 1 /* XEmacs site configuration template file. -*- C -*- |
2 Copyright (C) 1986, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. | 2 Copyright (C) 1986, 1991-1994, 1998, 1999 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of XEmacs. | 4 This file is part of XEmacs. |
5 | 5 |
6 XEmacs is free software; you can redistribute it and/or modify it | 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 | 7 under the terms of the GNU General Public License as published by the |
78 /* Used to identify the XEmacs version in stack traces. */ | 78 /* Used to identify the XEmacs version in stack traces. */ |
79 #undef STACK_TRACE_EYE_CATCHER | 79 #undef STACK_TRACE_EYE_CATCHER |
80 | 80 |
81 /* Allow the configurer to specify if she wants site-lisp. */ | 81 /* Allow the configurer to specify if she wants site-lisp. */ |
82 #undef INHIBIT_SITE_LISP | 82 #undef INHIBIT_SITE_LISP |
83 | |
84 /* Allow the configurer to specify if she wants site-modules. */ | |
85 #undef INHIBIT_SITE_MODULES | |
83 | 86 |
84 /* This will be removed in 19.15. */ | 87 /* This will be removed in 19.15. */ |
85 /* Hah! Try 20.3 ... */ | 88 /* Hah! Try 20.3 ... */ |
86 /* Hah! Try never ... */ | 89 /* Hah! Try never ... */ |
87 /* If at first you don't succeed, try, try again. */ | 90 /* If at first you don't succeed, try, try again. */ |
212 #undef CLASH_DETECTION | 215 #undef CLASH_DETECTION |
213 | 216 |
214 /* Have shared library support */ | 217 /* Have shared library support */ |
215 #undef HAVE_DLOPEN | 218 #undef HAVE_DLOPEN |
216 #undef HAVE_DLERROR | 219 #undef HAVE_DLERROR |
220 #undef HAVE__DLERROR | |
217 #undef HAVE_SHL_LOAD | 221 #undef HAVE_SHL_LOAD |
218 #undef HAVE_DLD_INIT | 222 #undef HAVE_DLD_INIT |
219 #undef HAVE_SHLIB | 223 #undef HAVE_SHLIB |
224 #undef HAVE_DLFCN_H | |
220 | 225 |
221 #undef HAVE_LIBKSTAT | 226 #undef HAVE_LIBKSTAT |
222 #undef HAVE_LIBINTL | 227 #undef HAVE_LIBINTL |
223 #undef HAVE_LIBDNET | 228 #undef HAVE_LIBDNET |
224 #undef HAVE_LIBRESOLV | 229 #undef HAVE_LIBRESOLV |