[Pkg-electronics-commits] [gnucap] 11/43: include config.h if present

felix salfelder felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository gnucap.

commit 9917260d97b13107f3d665cd8e573a8025c2e09c
Author: Felix Salfelder <felix at salfelder.org>
Date:   Tue Mar 21 12:05:32 2017 +0000

    include config.h if present
    
    (currently not used)
---
 main/main.cc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main/main.cc b/main/main.cc
index fc5c4f3..e4bbf05 100644
--- a/main/main.cc
+++ b/main/main.cc
@@ -33,6 +33,10 @@
 #include "c_comand.h"
 #include "declare.h"	/* plclose */
 /*--------------------------------------------------------------------------*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+/*--------------------------------------------------------------------------*/
 #ifndef GNUCAP_PLUGPATH
 # define GNUCAP_PLUGPATH "/usr/local/lib/gnucap"
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list