cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/atexit.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/atexit.c
Date: Mon, 19 Sep 2005 17:26:18 -0400

Index: ccvs/lib/atexit.c
diff -u ccvs/lib/atexit.c:1.1 ccvs/lib/atexit.c:1.2
--- ccvs/lib/atexit.c:1.1       Tue Sep 30 21:06:00 2003
+++ ccvs/lib/atexit.c   Mon Sep 19 21:26:13 2005
@@ -1,7 +1,9 @@
 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
 /* This function is in the public domain.  --Mike Stump. */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 int
 atexit (void (*f) (void))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]