| /* dxs_config.h. Generated from dxs_config.h.in by configure. */ |
| /* dxs_config.h.in. Generated from configure.ac by autoheader. */ |
| |
| /****************************************************************************** |
| |
| Copyright (c) 2014-2015 Lantiq Deutschland GmbH |
| Copyright (c) 2015-2016 Lantiq Beteiligungs-GmbH & Co.KG |
| Copyright 2016, Intel Corporation. |
| |
| For licensing information, see the file 'LICENSE' in the root folder of |
| this software module. |
| |
| ******************************************************************************/ |
| #ifndef __DXS_CONFIG_H__ |
| #define __DXS_CONFIG_H__ |
| |
| |
| /* DXS NLT AC Level Meter support */ |
| #define DXS_FEAT_ACMETER 1 |
| |
| /* DXS NLT Capacitance Measurement support */ |
| #define DXS_FEAT_CAPMEAS 1 |
| |
| /* DXS CallerID support */ |
| #define DXS_FEAT_CID 1 |
| |
| /* DXS debug API (direct register access) */ |
| #define DXS_FEAT_DEBUG_API 1 |
| |
| /* DXS DTMF detector support */ |
| #define DXS_FEAT_DTMFD 1 |
| |
| /* DXS FSK generator support */ |
| #define DXS_FEAT_FSK 1 |
| |
| /* DXS GPIO support */ |
| #define DXS_FEAT_GPIO 1 |
| |
| /* DXS Network Line Testing GR909 support */ |
| /* #undef DXS_FEAT_GR909 */ |
| |
| /* DXS Hook State Machine support */ |
| #define DXS_FEAT_HSM 1 |
| |
| /* DXS interrupt support */ |
| /* #undef DXS_FEAT_INTERRUPTS */ |
| |
| /* DXS Metering support */ |
| #define DXS_FEAT_METERING 1 |
| |
| /* DXS Tone Generator support */ |
| #define DXS_FEAT_TG 1 |
| |
| /* DXS UTD support */ |
| #define DXS_FEAT_UTD 1 |
| |
| /* Maximum DXS devices to support */ |
| #define DXS_MAX_DEVICES 1 |
| |
| /* DXS polling interval (ms) */ |
| #define DXS_POLLING_INTERVAL_MS 10 |
| |
| /* enable event logger debugging */ |
| /* #undef EVENT_LOGGER_DEBUG */ |
| |
| /* Define to 1 if you have the <dlfcn.h> header file. */ |
| #define HAVE_DLFCN_H 1 |
| |
| /* Define to 1 if you have the <inttypes.h> header file. */ |
| #define HAVE_INTTYPES_H 1 |
| |
| /* Define to 1 if ifxos should be enabled. */ |
| /* #undef HAVE_LIBIFXOS */ |
| |
| /* Define to 1 if you have the <memory.h> header file. */ |
| #define HAVE_MEMORY_H 1 |
| |
| /* Define to 1 if you have the <stdint.h> header file. */ |
| #define HAVE_STDINT_H 1 |
| |
| /* Define to 1 if you have the <stdlib.h> header file. */ |
| #define HAVE_STDLIB_H 1 |
| |
| /* Define to 1 if you have the <strings.h> header file. */ |
| #define HAVE_STRINGS_H 1 |
| |
| /* Define to 1 if you have the <string.h> header file. */ |
| #define HAVE_STRING_H 1 |
| |
| /* Define to 1 if you have the <sys/stat.h> header file. */ |
| #define HAVE_SYS_STAT_H 1 |
| |
| /* Define to 1 if you have the <sys/types.h> header file. */ |
| #define HAVE_SYS_TYPES_H 1 |
| |
| /* Define to 1 if you have the <unistd.h> header file. */ |
| #define HAVE_UNISTD_H 1 |
| |
| /* enable code for linux 2.6 or later */ |
| /* #undef LINUX_2_6 */ |
| |
| /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| */ |
| #define LT_OBJDIR ".libs/" |
| |
| /* Name of package */ |
| #define PACKAGE "dxs_lib" |
| |
| /* Define to the address where bug reports for this package should be sent. */ |
| #define PACKAGE_BUGREPORT "Intel Corporation" |
| |
| /* Define to the full name of this package. */ |
| #define PACKAGE_NAME "DXS Device Driver" |
| |
| /* Define to the full name and version of this package. */ |
| #define PACKAGE_STRING "DXS Device Driver 4.0.0.9" |
| |
| /* Define to the one symbol short name of this package. */ |
| #define PACKAGE_TARNAME "dxs_lib" |
| |
| /* Define to the home page for this package. */ |
| #define PACKAGE_URL "" |
| |
| /* Define to the version of this package. */ |
| #define PACKAGE_VERSION "4.0.0.9" |
| |
| /* Define to 1 if you have the ANSI C header files. */ |
| #define STDC_HEADERS 1 |
| |
| /* Version number of package */ |
| #define VERSION "4.0.0.9" |
| |
| /* extra CFLAGS passed to configure */ |
| /* #undef WITH_CLFAGS_CONFIGURE_OPTION */ |
| |
| |
| #endif /* __DXS_CONFIG_H__ */ |
| |