Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | ca9a9ec9c1c1 |
children | 90d73dddcdc4 |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
122 #undef SVR4 | 122 #undef SVR4 |
123 #undef SYSV | 123 #undef SYSV |
124 #undef AIXV3 | 124 #undef AIXV3 |
125 #undef _POSIX_SOURCE | 125 #undef _POSIX_SOURCE |
126 #undef _BSD_SOURCE | 126 #undef _BSD_SOURCE |
127 #undef _SVID_SOURCE | |
127 #undef X_LOCALE | 128 #undef X_LOCALE |
128 #undef NARROWPROTO | 129 #undef NARROWPROTO |
129 /* The following should always be defined, no matter what xmkmf thinks. */ | 130 /* The following should always be defined, no matter what xmkmf thinks. */ |
130 #ifndef NeedFunctionPrototypes | 131 #ifndef NeedFunctionPrototypes |
131 #define NeedFunctionPrototypes 1 | 132 #define NeedFunctionPrototypes 1 |
202 /* Use lock files to detect multiple edits of the same file? */ | 203 /* Use lock files to detect multiple edits of the same file? */ |
203 #undef CLASH_DETECTION | 204 #undef CLASH_DETECTION |
204 | 205 |
205 /* Have shared library support */ | 206 /* Have shared library support */ |
206 #undef HAVE_DLOPEN | 207 #undef HAVE_DLOPEN |
208 #undef HAVE_DLERROR | |
207 #undef HAVE_SHL_LOAD | 209 #undef HAVE_SHL_LOAD |
208 #undef HAVE_DLD_INIT | 210 #undef HAVE_DLD_INIT |
209 #undef HAVE_SHLIB | 211 #undef HAVE_SHLIB |
210 | 212 |
211 #undef HAVE_LIBKSTAT | 213 #undef HAVE_LIBKSTAT |
775 #endif | 777 #endif |
776 #ifdef REAL_MAIL_USE_LOCKF | 778 #ifdef REAL_MAIL_USE_LOCKF |
777 #define MAIL_USE_LOCKF | 779 #define MAIL_USE_LOCKF |
778 #endif | 780 #endif |
779 | 781 |
782 #undef LISPDIR_USER_DEFINED | |
783 #undef PACKAGE_PATH_USER_DEFINED | |
784 #undef SITELISPDIR_USER_DEFINED | |
785 #undef ARCHLIBDIR_USER_DEFINED | |
786 #undef ETCDIR_USER_DEFINED | |
787 #undef LOCKDIR_USER_DEFINED | |
788 #undef INFODIR_USER_DEFINED | |
789 #undef INFOPATH_USER_DEFINED | |
790 | |
780 #endif /* _SRC_CONFIG_H_ */ | 791 #endif /* _SRC_CONFIG_H_ */ |