summaryrefslogtreecommitdiff
path: root/android/gpsd_config.in
blob: cb8f1047e08e6acefa1b57a1a46ada79a82fa18b (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
 * 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 "http://catb.org/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 IPV6_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 NTP_ENABLE 1
#define NTPSHM_ENABLE 1
#define NTRIP_ENABLE 1
#define OCEANSERVER_ENABLE 1
#define ONCORE_ENABLE 1
#define OSCILLATOR_ENABLE 1
#define PASSTHROUGH_ENABLE 1
#define PPS_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