Sync up with r21-4-14-chise-0_21-2.
[chise/xemacs-chise.git] / src / config.h.in
index 0eec507..eb0f45e 100644 (file)
@@ -245,7 +245,6 @@ void *alloca ();
 #undef HAVE_SHL_LOAD
 #undef HAVE_DLD_INIT
 #undef HAVE_SHLIB
-#undef HAVE_DLFCN_H
 
 #undef HAVE_LIBINTL
 #undef HAVE_LIBDNET
@@ -346,6 +345,7 @@ void *alloca ();
 #undef HAVE_ISASTREAM  /* SysV streams */
 #undef HAVE_PTY_H      /* Linux, Tru64 openpty */
 #undef HAVE_LIBUTIL_H  /* BSD openpty */
+#undef HAVE_UTIL_H     /* NetBSD openpty */
 #undef HAVE_STROPTS_H  /* SysV streams */
 #undef HAVE_STRTIO_H   /* SysV streams TIOCSIGNAL */
 
@@ -554,8 +554,6 @@ void *alloca ();
 
 #undef CHAR_IS_UCS4
 
-#undef HAVE_GGC
-
 /* Define this if you want file coding support */
 #undef FILE_CODING
 
@@ -838,7 +836,6 @@ on various systems. */
 #  define new   c_new
 #  define this  c_this
 #  define catch c_catch
-#  define not   c_not
 
 #  define EXTERN_C extern "C"
 # else /* C code */