summaryrefslogtreecommitdiff
path: root/nonstd
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-27 21:34:14 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-27 21:34:14 -0500
commit4c392ea7ececd1ec94e21bdfc05f6e9c65e67607 (patch)
tree3cd77a0221754192a162009bc7e529b366e21220 /nonstd
parentb91c1a14824c49ca041c68452929870ceadaccd2 (diff)
moved to POSIX.2-1992 where it belongs
Diffstat (limited to 'nonstd')
-rw-r--r--nonstd/generated/confstr.h10
1 files changed, 0 insertions, 10 deletions
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 <unistd.h>
-#endif
-
-static const char *confstr[] = {
- #ifdef _CS_PATH
- [_CS_PATH] = "/bin",
- #endif
- 0
-};