summaryrefslogtreecommitdiff
path: root/nonstd/generated/confstr.h
blob: 72702d2490eb53daecd3b922f3cab7379fd8c316 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef _POSIX_SOURCE
#include <unistd.h>
#endif

static const char *confstr[] = {
	#ifdef _CS_PATH
	[_CS_PATH] = "/bin",
	#endif
	0
};