12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- /*
- * The Android build system is unable to make use of scons,
- * therefore this configuration file has to be prepopulated.
- *
- * This file is Copyright 2019 by the GPSD project
- * SPDX-License-Identifier: BSD-2-clause
- */
- // Keep next 4 in sync with SConstruct
- #define VERSION "3.21.1~dev"
- #define REVISION VERSION
- #define GPSD_PROTO_VERSION_MAJOR 3
- #define GPSD_PROTO_VERSION_MINOR 15
- #define GPSD_URL "https://gpsd.gitlab.io/gpsd"
- #define HAVE_LIBRT 1
- #define HAVE_LINUX_CAN_H 1
- #define HAVE_STDATOMIC_H 1
- #define HAVE_BUILTIN_ENDIANNESS 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_SELECT_H 1
- #define HAVE_NETDB_H 1
- #define HAVE_NETINET_IN_H 1
- #define HAVE_NETINET_IP_H 1
- #define HAVE_ARPA_INET_H 1
- #define HAVE_SYSLOG_H 1
- #define HAVE_DAEMON 1
- #define SIZEOF_TIME_T 8
- #define HAVE_CLOCK_GETTIME 1
- #define HAVE_STRPTIME 1
- #define HAVE_GMTIME_R 1
- #define HAVE_INET_NTOP 1
- #define HAVE_FCNTL 1
- #define HAVE_FORK 1
- #define CONTROL_SOCKET_ENABLE 1
- #define EARTHMATE_ENABLE 1
- #define EVERMORE_ENABLE 1
- #define FURY_ENABLE 1
- #define FV18_ENABLE 1
- #define GARMIN_ENABLE 1
- #define GARMINTXT_ENABLE 1
- #define GEOSTAR_ENABLE 1
- #define GPSCLOCK_ENABLE 1
- #define GPSD_ENABLE 1
- #define GPSD_USER "nobody"
- #define GPSDCLIENTS_ENABLE 1
- #define GREIS_ENABLE 1
- #define IMPLICIT_LINK_ENABLE 1
- #define ISYNC_ENABLE 1
- #define ITRAX_ENABLE 1
- #define LEAPFETCH_ENABLE 1
- #define LIBGPSMM_ENABLE 1
- #define MAX_CLIENTS 64
- #define MAX_DEVICES 4
- #define NAVCOM_ENABLE 1
- #define OCEANSERVER_ENABLE 1
- #define ONCORE_ENABLE 1
- #define OSCILLATOR_ENABLE 1
- #define QT_ENABLE 1
- #define RTCM104V2_ENABLE 1
- #define RTCM104V3_ENABLE 1
- #define RUNDIR "/run"
- #define SHARED_ENABLE 1
- #define SHM_EXPORT_ENABLE 1
- #define SIRF_ENABLE 1
- #define SKYTRAQ_ENABLE 1
- #define SOCKET_EXPORT_ENABLE 1
- #define SUPERSTAR2_ENABLE 1
- #define SYSCONFDIR "vendor/etc"
- #define TNT_ENABLE 1
- #define TRIPMATE_ENABLE 1
- #define TSIP_ENABLE 1
- #define UBLOX_ENABLE 1
- #define UDEVDIR "/lib/udev"
- #define USB_ENABLE 1
|