From b4aa63049f2f1e7b2593c9db5471702d07d6f837 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 11 Jul 2011 18:02:29 +0000 Subject: [PATCH] xpp: astribank_hexload: yes, we HAVE_OCTASIC Hardwire this for now, as this does not come from autoconf. git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10034 17933a7a-c749-41c5-a318-cba88f637d49 --- xpp/astribank_hexload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xpp/astribank_hexload.c b/xpp/astribank_hexload.c index f0aa167..0e9fb69 100644 --- a/xpp/astribank_hexload.c +++ b/xpp/astribank_hexload.c @@ -37,6 +37,7 @@ #define DBG_MASK 0x80 #define MAX_HEX_LINES 10000 +#define HAVE_OCTASIC 1 static char *progname;