summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-11 18:02:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-11 18:02:29 +0000
commitd7329291e83cf4470086888776ff02e049fd4b88 (patch)
tree51db9c846432f95b4e0a1c0788ab86a8ba5e1c16
parentb3d32705799cdab58feadbe4a606002ea8e2e98e (diff)
xpp: astribank_hexload: yes, we HAVE_OCTASIC
Hardwire this for now, as this does not come from autoconf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10034 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/astribank_hexload.c1
1 files changed, 1 insertions, 0 deletions
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;