Define EXIT_SUCCESS and EXIT_FAILURE if necessary

This commit is contained in:
Hallvard Furuseth 1999-08-01 21:18:38 +00:00
parent b10d32ab18
commit e259fc72e0

View file

@ -19,4 +19,9 @@
# include <malloc.h>
# endif
# ifndef EXIT_SUCCESS
# define EXIT_SUCCESS 0
# define EXIT_FAILURE 1
# endif
#endif /* _AC_STDLIB_H */