From 4c392ea7ececd1ec94e21bdfc05f6e9c65e67607 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 27 Jan 2019 21:34:14 -0500 Subject: moved to POSIX.2-1992 where it belongs --- nonstd/generated/confstr.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nonstd/generated/confstr.h (limited to 'nonstd/generated/confstr.h') diff --git a/nonstd/generated/confstr.h b/nonstd/generated/confstr.h deleted file mode 100644 index 72702d24..00000000 --- a/nonstd/generated/confstr.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifdef _POSIX_SOURCE -#include -#endif - -static const char *confstr[] = { - #ifdef _CS_PATH - [_CS_PATH] = "/bin", - #endif - 0 -}; -- cgit v1.2.1