diff options
Diffstat (limited to 'nonstd/generated/confstr.h')
| -rw-r--r-- | nonstd/generated/confstr.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 <unistd.h> +#endif + +static const char *confstr[] = { + #ifdef _CS_PATH + [_CS_PATH] = "/bin", + #endif + 0 +}; |
