Change in libosmo-abis[master]: e1d: Use HAVE_E1D in C source, not ENABLE_E1D

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 12 14:37:38 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/14868 )

Change subject: e1d: Use HAVE_E1D in C source, not ENABLE_E1D
......................................................................

e1d: Use HAVE_E1D in C source, not ENABLE_E1D

The config.h files contains HAVE_E1D.

Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
---
M src/e1_input.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  tnt: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/e1_input.c b/src/e1_input.c
index cb1612d..f27b2bb 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -890,7 +890,7 @@
 #ifdef HAVE_DAHDI_USER_H
 	e1inp_dahdi_init();
 #endif
-#ifdef ENABLE_E1D
+#ifdef HAVE_E1D
 	e1inp_e1d_init();
 #endif
 	e1inp_ipaccess_init();

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/14868
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Assignee: tnt <tnt at 246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200112/87840a02/attachment.htm>


More information about the gerrit-log mailing list