diff src/config.h.in @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 08:45:53 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 08:46:35 2007 +0200
@@ -353,6 +353,10 @@
 */
 #undef HAVE_CDE
 
+/* Define this if you want to use the OffiX Drag and Drop
+*/
+#undef HAVE_OFFIX_DND
+
 /* Mocklisp Support. */
 #undef MOCKLISP_SUPPORT
 
@@ -479,7 +483,7 @@
 
 /* Define NEED_XILDOFF if the -xildoff flag must be passed to cc to
    avoid invoking the incremental linker ild which is incompatible
-   with dynodump.  This is needed for recent Sunsoft compilers. */
+   with dynodump.  This is needed for recent Sun compilers. */
 #undef NEED_XILDOFF
 
 /* Define ENERGIZE to compile with support for the Energize Programming System.
@@ -599,6 +603,9 @@
 /* file-information calls */
 
 #if defined (DEBUG_ENCAPSULATION)
+#ifdef HAVE_EACCESS
+# define ENCAPSULATE_EACCESS
+#endif
 # define ENCAPSULATE_ACCESS
 # define ENCAPSULATE_LSTAT
 # define ENCAPSULATE_READLINK