gpsd_config.in 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 2019 by the GPSD project
  6. * SPDX-License-Identifier: BSD-2-clause
  7. */
  8. // Keep next 4 in sync with SConstruct
  9. #define VERSION "3.21.1~dev"
  10. #define REVISION VERSION
  11. #define GPSD_PROTO_VERSION_MAJOR 3
  12. #define GPSD_PROTO_VERSION_MINOR 15
  13. #define GPSD_URL "https://gpsd.gitlab.io/gpsd"
  14. #define HAVE_LIBRT 1
  15. #define HAVE_LINUX_CAN_H 1
  16. #define HAVE_STDATOMIC_H 1
  17. #define HAVE_BUILTIN_ENDIANNESS 1
  18. #define HAVE_SYS_SOCKET_H 1
  19. #define HAVE_SYS_SELECT_H 1
  20. #define HAVE_NETDB_H 1
  21. #define HAVE_NETINET_IN_H 1
  22. #define HAVE_NETINET_IP_H 1
  23. #define HAVE_ARPA_INET_H 1
  24. #define HAVE_SYSLOG_H 1
  25. #define HAVE_DAEMON 1
  26. #define SIZEOF_TIME_T 8
  27. #define HAVE_CLOCK_GETTIME 1
  28. #define HAVE_STRPTIME 1
  29. #define HAVE_GMTIME_R 1
  30. #define HAVE_INET_NTOP 1
  31. #define HAVE_FCNTL 1
  32. #define HAVE_FORK 1
  33. #define CONTROL_SOCKET_ENABLE 1
  34. #define EARTHMATE_ENABLE 1
  35. #define EVERMORE_ENABLE 1
  36. #define FURY_ENABLE 1
  37. #define FV18_ENABLE 1
  38. #define GARMIN_ENABLE 1
  39. #define GARMINTXT_ENABLE 1
  40. #define GEOSTAR_ENABLE 1
  41. #define GPSCLOCK_ENABLE 1
  42. #define GPSD_ENABLE 1
  43. #define GPSD_USER "nobody"
  44. #define GPSDCLIENTS_ENABLE 1
  45. #define GREIS_ENABLE 1
  46. #define IMPLICIT_LINK_ENABLE 1
  47. #define ISYNC_ENABLE 1
  48. #define ITRAX_ENABLE 1
  49. #define LEAPFETCH_ENABLE 1
  50. #define LIBGPSMM_ENABLE 1
  51. #define MAX_CLIENTS 64
  52. #define MAX_DEVICES 4
  53. #define NAVCOM_ENABLE 1
  54. #define OCEANSERVER_ENABLE 1
  55. #define ONCORE_ENABLE 1
  56. #define OSCILLATOR_ENABLE 1
  57. #define QT_ENABLE 1
  58. #define RTCM104V2_ENABLE 1
  59. #define RTCM104V3_ENABLE 1
  60. #define RUNDIR "/run"
  61. #define SHARED_ENABLE 1
  62. #define SHM_EXPORT_ENABLE 1
  63. #define SIRF_ENABLE 1
  64. #define SKYTRAQ_ENABLE 1
  65. #define SOCKET_EXPORT_ENABLE 1
  66. #define SUPERSTAR2_ENABLE 1
  67. #define SYSCONFDIR "vendor/etc"
  68. #define TNT_ENABLE 1
  69. #define TRIPMATE_ENABLE 1
  70. #define TSIP_ENABLE 1
  71. #define UBLOX_ENABLE 1
  72. #define UDEVDIR "/lib/udev"
  73. #define USB_ENABLE 1