summaryrefslogtreecommitdiffstats
path: root/tools/build/langinfo.h
blob: 419c7214ed7eb3d1c92e5bf19faf3122be7d9128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $FreeBSD$ */

#ifndef LANGINFO_H
#define LANGINFO_H

#include <sys/cdefs.h>

#define YESEXPR 1

/* xargs only needs yesexpr, so that's all we implement, for english */
static inline const char *
nl_langinfo(int type __unused)
{
	return ("^[yY]");
}

#endif /* LANGINFO_H */
OpenPOWER on IntegriCloud