From 163f7614a875802e3eccda713f206cfa7ae3534e Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 14 Dec 2018 15:21:47 -0500 Subject: config & profiles: imported the osapi and toolchain headers from sbpython2. --- profiles/osapi/overrides.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/osapi/overrides.h (limited to 'profiles/osapi/overrides.h') 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