Rename 'cvs2cl.pl' to the more common 'cvs2cl'.
[mdsms.git] / acconfig.h
index 912a31e..c86d900 100644 (file)
 #undef HAVE_CRTSCTS
 #undef CRTSCTS
 
 #undef HAVE_CRTSCTS
 #undef CRTSCTS
 
+/* _POSIX_VDISABLE define, may be missing. */
+#undef HAVE__POSIX_VDISABLE
+#undef _POSIX_VDISABLE
+
 /* FD_SETSIZE define, may be missing. */
 #undef HAVE_FD_SETSIZE
 
 /* FD_SETSIZE define, may be missing. */
 #undef HAVE_FD_SETSIZE
 
@@ -74,7 +78,7 @@
 
 @BOTTOM@
 
 
 @BOTTOM@
 
-#ifndef DONT_NEED_DECLARATIONS
+#ifdef WANT_DECLARATIONS
 
 /* Declaration for gethostname(3)? */
 #undef NEED_DECLARATION_GETHOSTNAME
 
 /* Declaration for gethostname(3)? */
 #undef NEED_DECLARATION_GETHOSTNAME
@@ -181,7 +185,7 @@ int pclose(FILE *stream);
 extern const char *gettext(const char *msgid);
 #endif
 
 extern const char *gettext(const char *msgid);
 #endif
 
-#endif /* !DONT_NEED_DECLARATIONS */
+#endif /* WANT_DECLARATIONS */
 
 /* snprintf(3) unsafe emulation */
 #ifdef HAVE_SNPRINTF
 
 /* snprintf(3) unsafe emulation */
 #ifdef HAVE_SNPRINTF
@@ -226,7 +230,7 @@ extern char *sys_errlist[];
 #define offsetof(a,b) ((size_t)&((a *)0)->b)
 #endif
 
 #define offsetof(a,b) ((size_t)&((a *)0)->b)
 #endif
 
-#ifndef DONT_NEED_DECLARATIONS
+#ifdef WANT_DECLARATIONS
 /*
  * Handles all of the internationalization configuration options.
  * Author: Tom Tromey <tromey@creche.cygnus.com>
 /*
  * Handles all of the internationalization configuration options.
  * Author: Tom Tromey <tromey@creche.cygnus.com>
@@ -253,4 +257,4 @@ extern char *sys_errlist[];
 #    define _(String) (String)
 #    define N_(String) (String)
 #endif /* ENABLE_NLS */
 #    define _(String) (String)
 #    define N_(String) (String)
 #endif /* ENABLE_NLS */
-#endif /* !DONT_NEED_DECLARATIONS */
+#endif /* WANT_DECLARATIONS */