[esnacc-dev] [PATCH] c-lib: remove config.h dependency

Aaron Conole aconole at bytheb.org
Tue Nov 8 15:01:46 UTC 2016


It appears that the config.h file is being included, which makes using
the distributed version of esnacc unusable.

Signed-off-by: Aaron Conole <aconole at bytheb.org>
Reported-by: Uri Blumenthal <uri at mit.edu>
Reported-at: https://github.com/esnacc/esnacc-ng/issues/39
---
This is for backporting to the stable 1.8 branch

c-lib/inc/asn-config.h | 1 -
1 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/c-lib/inc/asn-config.h b/c-lib/inc/asn-config.h
index ca7b8c4..9a31d6e 100644
--- a/c-lib/inc/asn-config.h
+++ b/c-lib/inc/asn-config.h
@@ -102,7 +102,6 @@
 /* for pow() used in asn_real.c - must include to avoid casting err on pow */
 /* #include <math.h> */
 
-#include "config.h"
 #include "snacc.h"
 
 
--
2.7.0


More information about the dev mailing list