Solaris2.5.1 has not EXIT_FAILURE.
authorjbj <devnull@localhost>
Mon, 12 Jun 2000 22:13:10 +0000 (22:13 +0000)
committerjbj <devnull@localhost>
Mon, 12 Jun 2000 22:13:10 +0000 (22:13 +0000)
CVS patchset: 3833
CVS date: 2000/06/12 22:13:10

system.h

index 82e89ac..6771080 100644 (file)
--- a/system.h
+++ b/system.h
@@ -112,6 +112,11 @@ extern int errno;
 char *getenv (const char *name);
 #endif /* STDC_HEADERS */
 
+/* XXX solaris2.5.1 has not */
+#if !defined(EXIT_FAILURE)
+#define        EXIT_FAILURE    1
+#endif
+
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #else