]> granicus.if.org Git - sudo/commitdiff
added _BSD_COMPAT
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 May 1994 21:56:57 +0000 (21:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 May 1994 21:56:57 +0000 (21:56 +0000)
config.h.in

index bd5fc511cd088a563577eca3588ab1ce8e463e98..fb4b3570618504b50f2598dd4d66c1edfa8a159c 100644 (file)
 #undef _CONVEX_SOURCE
 #endif
 
+/* Define if on IRIX.
+   We want BSD compatibility to use BSD signals.       */
+#ifndef _BSD_COMPAT
+#undef _BSD_COMPAT
+#endif
+
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t