patch-gpsd_h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --- gpsd-2.92.orig/gpsd.h 2010-03-03 01:58:01.000000000 +0100
  2. +++ gpsd-2.92/gpsd.h 2010-04-03 10:22:22.793473137 +0200
  3. @@ -137,7 +137,7 @@
  4. #define HAVE_PYTHON_H 1
  5. /* Define to 1 if you have the `round' function. */
  6. -/* #undef HAVE_ROUND */
  7. +#define HAVE_ROUND 1
  8. /* Define to 1 if you have the `setlocale' function. */
  9. #define HAVE_SETLOCALE 1
  10. @@ -161,7 +161,7 @@
  11. /* #undef HAVE_STRLCPY */
  12. /* Define to 1 if you have the `strtonum' function. */
  13. -/* #undef HAVE_STRTONUM */
  14. +#define HAVE_STRTONUM 1
  15. /* Define to 1 if `struct tm' is a member of `tm_zone'. */
  16. #define HAVE_STRUCT_TM_TM_ZONE 1
  17. @@ -226,10 +226,10 @@
  18. #define HAVE_VSNPRINTF 1
  19. /* Define to 1 if you have the <X11/xpm.h> header file. */
  20. -#define HAVE_X11_XPM_H 1
  21. +/* #undef HAVE_X11_XPM_H */
  22. /* Xpm available */
  23. -#define HAVE_XPM 1
  24. +/* #undef HAVE_XPM */
  25. /* Define to 1 if you have the <xpm.h> header file. */
  26. /* #undef HAVE_XPM_H */
  27. @@ -329,7 +329,7 @@
  28. #define SIZEOF_INT 4
  29. /* The size of `long', as computed by sizeof. */
  30. -#define SIZEOF_LONG 8
  31. +#define SIZEOF_LONG 4
  32. /* The size of `long long', as computed by sizeof. */
  33. #define SIZEOF_LONG_LONG 8