changeset 6287:3ab48f830628

Include config.h only if it exists.
author Bruno Haible <bruno@clisp.org>
date Fri, 23 Sep 2005 20:27:23 +0000
parents e0bde7c4a201
children a6b3996fab54
files tests/test-verify.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-verify.c
+++ b/tests/test-verify.c
@@ -1,4 +1,7 @@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "verify.h"
 
 int x;