We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cb8e commit e86c621Copy full SHA for e86c621
src/plzma_private.h
@@ -93,6 +93,7 @@
93
# endif
94
#endif
95
96
+
97
#if defined(__ANDROID__) || defined(__ANDROID_API__)
98
# if !defined(LIBPLZMA_INCLUDED_UNISTD_H)
99
# include <unistd.h>
@@ -108,10 +109,12 @@
108
109
# define LIBPLZMA_POSIX 1
110
111
112
113
#if !defined(LIBPLZMA_POSIX) && (defined(_POSIX2_VERSION) && (_POSIX2_VERSION > 0))
114
115
116
117
118
#if !defined(LIBPLZMA_POSIX) && (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE > 0))
119
// Define this macro to a positive integer to control which POSIX functionality is made available.
120
// The greater the value of this macro, the more functionality is made available.
0 commit comments