Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:29:43 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:30:37 2007 +0200 @@ -124,6 +124,7 @@ #undef AIXV3 #undef _POSIX_SOURCE #undef _BSD_SOURCE +#undef _SVID_SOURCE #undef X_LOCALE #undef NARROWPROTO /* The following should always be defined, no matter what xmkmf thinks. */ @@ -204,6 +205,7 @@ /* Have shared library support */ #undef HAVE_DLOPEN +#undef HAVE_DLERROR #undef HAVE_SHL_LOAD #undef HAVE_DLD_INIT #undef HAVE_SHLIB @@ -777,4 +779,13 @@ #define MAIL_USE_LOCKF #endif +#undef LISPDIR_USER_DEFINED +#undef PACKAGE_PATH_USER_DEFINED +#undef SITELISPDIR_USER_DEFINED +#undef ARCHLIBDIR_USER_DEFINED +#undef ETCDIR_USER_DEFINED +#undef LOCKDIR_USER_DEFINED +#undef INFODIR_USER_DEFINED +#undef INFOPATH_USER_DEFINED + #endif /* _SRC_CONFIG_H_ */