From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/generated/confstr.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nonstd/generated/confstr.h (limited to 'nonstd/generated/confstr.h') diff --git a/nonstd/generated/confstr.h b/nonstd/generated/confstr.h new file mode 100644 index 00000000..72702d24 --- /dev/null +++ b/nonstd/generated/confstr.h @@ -0,0 +1,10 @@ +#ifdef _POSIX_SOURCE +#include +#endif + +static const char *confstr[] = { + #ifdef _CS_PATH + [_CS_PATH] = "/bin", + #endif + 0 +}; -- cgit v1.2.1