/usr/include/wbxml_config.h is in libwbxml2-dev 0.10.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | /*
* Copyright (C) 2008 Michael Bell <michael.bell@opensync.org>
*/
#ifndef WBXML_CONFIG_H
#define WBXML_CONFIG_H
/** WBXML Parser Lib Version */
#define WBXML_LIB_VERSION "0.10.7"
/* Define to 1 if you would like to enable debug, warning and error messages */
/* #undef WBXML_LIB_VERBOSE */
/* supported document types */
#define WBXML_ENCODER_USE_STRTBL
#define WBXML_SUPPORT_WML
#define WBXML_SUPPORT_WTA
#define WBXML_SUPPORT_SI
#define WBXML_SUPPORT_SL
#define WBXML_SUPPORT_CO
#define WBXML_SUPPORT_PROV
#define WBXML_SUPPORT_EMN
#define WBXML_SUPPORT_DRMREL
#define WBXML_SUPPORT_OTA_SETTINGS
#define WBXML_SUPPORT_SYNCML
#define WBXML_SUPPORT_WV
#define WBXML_SUPPORT_AIRSYNC
#endif /* WBXML_CONFIG_H */
|