gpsd_config.in 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. * The Android build system is unable to make use of scons,
  3. * therefore this configuration file has to be prepopulated.
  4. *
  5. * This file is Copyright (c) 2019 by the GPSD project
  6. * SPDX-License-Identifier: BSD-2-clause
  7. */
  8. #define GPSD_URL "https://gpsd.gitlab.io/gpsd"
  9. #define HAVE_LIBRT 1
  10. #define HAVE_LINUX_CAN_H 1
  11. #define HAVE_STDATOMIC_H 1
  12. #define HAVE_BUILTIN_ENDIANNESS 1
  13. #define HAVE_SYS_SOCKET_H 1
  14. #define HAVE_SYS_SELECT_H 1
  15. #define HAVE_NETDB_H 1
  16. #define HAVE_NETINET_IN_H 1
  17. #define HAVE_NETINET_IP_H 1
  18. #define HAVE_ARPA_INET_H 1
  19. #define HAVE_SYSLOG_H 1
  20. #define HAVE_TERMIOS_H 1
  21. #define HAVE_DAEMON 1
  22. #define HAVE_CLOCK_GETTIME 1
  23. #define HAVE_STRPTIME 1
  24. #define HAVE_GMTIME_R 1
  25. #define HAVE_INET_NTOP 1
  26. #define HAVE_FCNTL 1
  27. #define HAVE_FORK 1
  28. #define ASHTECH_ENABLE 1
  29. #define CLIENTDEBUG_ENABLE 1
  30. #define CONTROL_SOCKET_ENABLE 1
  31. #define CONTROLSEND_ENABLE 1
  32. #define EARTHMATE_ENABLE 1
  33. #define EVERMORE_ENABLE 1
  34. #define FURY_ENABLE 1
  35. #define FV18_ENABLE 1
  36. #define GARMIN_ENABLE 1
  37. #define GARMINTXT_ENABLE 1
  38. #define GEOSTAR_ENABLE 1
  39. #define GPSCLOCK_ENABLE 1
  40. #define GPSD_ENABLE 1
  41. #define GPSD_USER "nobody"
  42. #define GPSDCLIENTS_ENABLE 1
  43. #define GREIS_ENABLE 1
  44. #define IMPLICIT_LINK_ENABLE 1
  45. #define ISYNC_ENABLE 1
  46. #define ITRAX_ENABLE 1
  47. #define LEAPFETCH_ENABLE 1
  48. #define LIBGPSMM_ENABLE 1
  49. #define MAX_CLIENTS 64
  50. #define MAX_DEVICES 4
  51. #define MTK3301_ENABLE 1
  52. #define NAVCOM_ENABLE 1
  53. #define NETFEED_ENABLE 1
  54. #define NMEA0183_ENABLE 1
  55. #define NTRIP_ENABLE 1
  56. #define OCEANSERVER_ENABLE 1
  57. #define ONCORE_ENABLE 1
  58. #define OSCILLATOR_ENABLE 1
  59. #define PASSTHROUGH_ENABLE 1
  60. #define QT_ENABLE 1
  61. #define RECONFIGURE_ENABLE 1
  62. #define RTCM104V2_ENABLE 1
  63. #define RTCM104V3_ENABLE 1
  64. #define SHARED_ENABLE 1
  65. #define SHM_EXPORT_ENABLE 1
  66. #define SIRF_ENABLE 1
  67. #define SKYTRAQ_ENABLE 1
  68. #define SOCKET_EXPORT_ENABLE 1
  69. #define SUPERSTAR2_ENABLE 1
  70. #define SYSCONFDIR "vendor/etc"
  71. #define TNT_ENABLE 1
  72. #define TRIPMATE_ENABLE 1
  73. #define TSIP_ENABLE 1
  74. #define UBLOX_ENABLE 1
  75. #define UDEVDIR "/lib/udev"
  76. #define USB_ENABLE 1