nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 326954c9b88b5698383fe317f4c202d871ef47d0
Date: Sun, 08 Jan 2012 16:34:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  326954c9b88b5698383fe317f4c202d871ef47d0 (commit)
      from  48fb454268ad2eb3b48df79d6939fa2886982621 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=326954c9b88b5698383fe317f4c202d871ef47d0


commit 326954c9b88b5698383fe317f4c202d871ef47d0
Author: David Levine <address@hidden>
Date:   Sun Jan 8 10:34:31 2012 -0600

    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 <config.h>
+#endif
 
 #include <unistd.h>
 #include <stdio.h>
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 <config.h>
+#endif
 
 /*
  * The type for a signal handler

-----------------------------------------------------------------------

Summary of changes:
 h/nmh.h     |    2 ++
 h/signals.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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