From e259fc72e0defa0f8514f4b71e49adb5e5001616 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 1 Aug 1999 21:18:38 +0000 Subject: [PATCH] Define EXIT_SUCCESS and EXIT_FAILURE if necessary --- include/ac/stdlib.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/ac/stdlib.h b/include/ac/stdlib.h index 929afafd11..505b30b5cf 100644 --- a/include/ac/stdlib.h +++ b/include/ac/stdlib.h @@ -19,4 +19,9 @@ # include # endif +# ifndef EXIT_SUCCESS +# define EXIT_SUCCESS 0 +# define EXIT_FAILURE 1 +# endif + #endif /* _AC_STDLIB_H */ -- 2.39.5