From 326954c9b88b5698383fe317f4c202d871ef47d0 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 8 Jan 2012 10:34:31 -0600 Subject: [PATCH] Wrapped #include of config.h with #ifdef HAVE_CONFIG_H, just in case someone ever wants to build without using configure. --- h/nmh.h | 2 ++ h/signals.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/h/nmh.h b/h/nmh.h index 00c408f..17e4273 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -3,7 +3,9 @@ * nmh.h -- system configuration header file */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include diff --git a/h/signals.h b/h/signals.h index 4ad2b57..6858dff 100644 --- a/h/signals.h +++ b/h/signals.h @@ -3,7 +3,9 @@ * signals.h -- header file for nmh signal interface */ +#ifdef HAVE_CONFIG_H #include +#endif /* * The type for a signal handler -- 1.7.10.4