float tests: Tweak.
[pspp] / lib / atexit.c
index f4873c9ee34090e9cf293070f35d6dd2c77cfeaf..5ef33e57ee21922fd0e6e01f1635544e4fcb0a89 100644 (file)
@@ -1,9 +1,7 @@
 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
 /* This function is in the public domain.  --Mike Stump. */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 int
 atexit (void (*f) (void))