aboutsummaryrefslogtreecommitdiff
path: root/include/libtio/cdefs.h
diff options
context:
space:
mode:
authorThomas Touhey <thomas@touhey.fr>2019-04-28 21:08:28 +0200
committerThomas Touhey <thomas@touhey.fr>2019-04-28 21:08:28 +0200
commit30a5c6e2a5bd757a24262231e70c3a912cdfcbee (patch)
tree847d39a9ad02b6764f17fdc2b82c6bd2165a7f79 /include/libtio/cdefs.h
parenta77576473eab464772cef97f8b1f72a98abbb891 (diff)
Updated serial attributes and copied stuff for partial Windows handles support
Diffstat (limited to 'include/libtio/cdefs.h')
-rw-r--r--include/libtio/cdefs.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/libtio/cdefs.h b/include/libtio/cdefs.h
index bba459a..bcd4509 100644
--- a/include/libtio/cdefs.h
+++ b/include/libtio/cdefs.h
@@ -99,25 +99,6 @@ struct STRUCT_NAME; \
typedef struct STRUCT_NAME STRUCT_TYPEDEF;
/* ---
- * Native platform support.
- * --- */
-
-/* Support for UNIX streams. */
-
-# if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L
-# else
-# define LIBTIO_DISABLED_UNIX 1
-# endif
-
-/* Support for the Windows API. */
-
-# if defined(_WIN16) || defined(_WIN32) || defined(_WIN64) \
- || defined(__WINDOWS__)
-# else
-# define LIBTIO_DISABLED_WINDOWS
-# endif
-
-/* ---
* Utilities.
* --- */