Mercurial > hg > xemacs-beta
diff src/config.h.in @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | 405dd6d1825b |
children | 966663fcf606 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:24:47 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:25:37 2007 +0200 @@ -148,6 +148,9 @@ #undef THIS_IS_X11R5 #undef THIS_IS_X11R6 +/* Where do we find bitmaps? */ +#undef BITMAPDIR + /* USER_FULL_NAME returns a string that is the user's full name. It can assume that the variable `pw' points to the password file entry for this user. @@ -194,7 +197,10 @@ /* Use lock files to detect multiple edits of the same file? */ #undef CLASH_DETECTION -/* Have shared library support (currently only dlopen() supported? */ +/* Have shared library support */ +#undef HAVE_DLOPEN +#undef HAVE_SHL_LOAD +#undef HAVE_DLD_INIT #undef HAVE_SHLIB #undef HAVE_LIBKSTAT @@ -272,6 +278,7 @@ #undef HAVE_SIGHOLD #undef HAVE_SIGPROCMASK #undef HAVE_SIGSETJMP +#undef HAVE_SNPRINTF #undef HAVE_STRCASECMP #undef HAVE_STRERROR #undef HAVE_TZSET @@ -279,7 +286,7 @@ #undef HAVE_USLEEP #undef HAVE_UTIMES #undef HAVE_WAITPID - +#undef HAVE_VSNPRINTF #undef HAVE_SOCKETS #undef HAVE_SOCKADDR_SUN_LEN #undef HAVE_MULTICAST