From 2688847c63beac9df94fc81cdeb29fb4307fcb3c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Dec 2018 02:37:43 -0500 Subject: config: linux (and otherwise): detect absence of stropts.h. --- profiles/osapi/overrides.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/osapi/overrides.h (limited to 'profiles') diff --git a/profiles/osapi/overrides.h b/profiles/osapi/overrides.h new file mode 100644 index 0000000..0675c79 --- /dev/null +++ b/profiles/osapi/overrides.h @@ -0,0 +1,9 @@ +#ifndef PY_OSAPI_OVERRIDES_H +#define PY_OSAPI_OVERRIDES_H + +/* stropts.h */ +#ifdef HAVE_NO_STROPTS_H +#undef HAVE_STROPTS_H +#endif + +#endif -- cgit v1.2.3