Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.
[gnulib.git] / lib / xgethostname.c
index c093994..494571e 100644 (file)
@@ -30,16 +30,13 @@ extern int errno;
 #endif
 
 #include "error.h"
+#include "exit.h"
 #include "xalloc.h"
 
 #ifndef ENAMETOOLONG
 # define ENAMETOOLONG 9999
 #endif
 
-#ifndef EXIT_FAILURE
-# define EXIT_FAILURE 1
-#endif
-
 int gethostname ();
 
 #ifndef INITIAL_HOSTNAME_LENGTH