From: David Levine Date: Sun, 8 Jan 2012 16:34:31 +0000 (-0600) Subject: Wrapped #include of config.h with #ifdef HAVE_CONFIG_H, just in case someone ever... X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=326954c9b88b5698383fe317f4c202d871ef47d0;p=mmh Wrapped #include of config.h with #ifdef HAVE_CONFIG_H, just in case someone ever wants to build without using configure. --- 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