Wrapped #include of config.h with #ifdef HAVE_CONFIG_H, just in case someone ever...
[mmh] / h / nmh.h
diff --git a/h/nmh.h b/h/nmh.h
index 00c408f..17e4273 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -3,7 +3,9 @@
  * nmh.h -- system configuration header file
  */
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 #include <unistd.h>
 #include <stdio.h>