]> granicus.if.org Git - sudo/commitdiff
nwo use _BSD_SIGNALS not _BSD_COMPAT
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 May 1994 19:12:06 +0000 (19:12 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 May 1994 19:12:06 +0000 (19:12 +0000)
config.h.in

index 86a787b36ac9ffb4c8d95f74165f59e17c9b7bd8..254e1f3346da5333aebbc6f5407b879837856c85 100644 (file)
@@ -38,9 +38,9 @@
 #endif
 
 /* Define if on IRIX.
-   We want BSD compatibility to use BSD signals.       */
-#ifndef _BSD_COMPAT
-#undef _BSD_COMPAT
+   We want use BSD signals.    */
+#ifndef _BSD_SIGNALS
+#undef _BSD_SIGNALS
 #endif
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
@@ -55,6 +55,9 @@
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
+/* Define to be nil if C compiler doesn't support "const."  */
+#undef const
+
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE