summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-07 12:34:15 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-07 12:34:15 -0500
commit955b82d9ee173de7a0410f7b39c9f7f0999e4633 (patch)
tree4d7b0e267ab5e9cba62e643b578b4508ae0238cd /gpsd.h-tail
parent95c343b2b266c17defd8836c8b515848786b755d (diff)
downloadgpsd-955b82d9ee173de7a0410f7b39c9f7f0999e4633.tar.gz
Move some toolchain settings into compiler.h, all that stuff should live there.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 09e4064a..10a15751 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -12,23 +12,6 @@
#include "compiler.h"
/*
- * Tell GCC that we want thread-safe behavior with _REENTRANT;
- * in particular, errno must be thread-local.
- * Tell POSIX-conforming implementations with _POSIX_THREAD_SAFE_FUNCTIONS.
- * See http://www.unix.org/whitepapers/reentrant.html
- */
-#ifndef _REENTRANT
-#define _REENTRANT
-#endif
-#ifndef _POSIX_THREAD_SAFE_FUNCTIONS
-#define _POSIX_THREAD_SAFE_FUNCTIONS
-#endif
-
-#ifdef _WIN32
-typedef unsigned int speed_t;
-#endif
-
-/*
* Constants for the VERSION response
* 3.1: Base JSON version
* 3.2: Added POLL command and response