mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Define EXIT_SUCCESS and EXIT_FAILURE if necessary
This commit is contained in:
parent
b10d32ab18
commit
e259fc72e0
1 changed files with 5 additions and 0 deletions
|
|
@ -19,4 +19,9 @@
|
|||
# include <malloc.h>
|
||||
# endif
|
||||
|
||||
# ifndef EXIT_SUCCESS
|
||||
# define EXIT_SUCCESS 0
|
||||
# define EXIT_FAILURE 1
|
||||
# endif
|
||||
|
||||
#endif /* _AC_STDLIB_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue