123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- /*
- * The Android build system is unable to make use of scons,
- * therefore this configuration file has to be prepopulated.
- *
- * This file is Copyright (c) 2019 by the GPSD project
- * SPDX-License-Identifier: BSD-2-clause
- */
- #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_TERMIOS_H 1
- #define HAVE_DAEMON 1
- #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 ASHTECH_ENABLE 1
- #define CLIENTDEBUG_ENABLE 1
- #define CONTROL_SOCKET_ENABLE 1
- #define CONTROLSEND_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 MTK3301_ENABLE 1
- #define NAVCOM_ENABLE 1
- #define NETFEED_ENABLE 1
- #define NMEA0183_ENABLE 1
- #define NTRIP_ENABLE 1
- #define OCEANSERVER_ENABLE 1
- #define ONCORE_ENABLE 1
- #define OSCILLATOR_ENABLE 1
- #define PASSTHROUGH_ENABLE 1
- #define QT_ENABLE 1
- #define RECONFIGURE_ENABLE 1
- #define RTCM104V2_ENABLE 1
- #define RTCM104V3_ENABLE 1
- #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
|