relocatable-prog-wrapper: Assume strerror() exists.
[pspp] / lib / strerror.c
index f0e03df95dfca4f004d30b9256993723cd78246c..9d1f1659792be4feb1c9a3acfc5f370c66907c31 100644 (file)
 /* Specification.  */
 #include <string.h>
 
-#if REPLACE_STRERROR
+#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
 
-# include <errno.h>
-# include <stdio.h>
-# include <stdlib.h>
-
-# include "intprops.h"
-# include "verify.h"
+#include "intprops.h"
+#include "verify.h"
 
 /* Use the system functions, not the gnulib overrides in this file.  */
-# undef sprintf
-
-# include "strerror-impl.h"
+#undef sprintf
 
-#endif
+#include "strerror-impl.h"