summaryrefslogtreecommitdiffstats
path: root/include/limits.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-03-04 19:28:27 +0000
committerjilles <jilles@FreeBSD.org>2011-03-04 19:28:27 +0000
commit6196227640eff0edfb77138645d08d53e6f7e3ad (patch)
tree5cee0676b65f3b30aa24ed416a36c70cc126431e /include/limits.h
parent6a60e4833800f01bfccee4adaaa05752cb861c6f (diff)
downloadFreeBSD-src-6196227640eff0edfb77138645d08d53e6f7e3ad.zip
FreeBSD-src-6196227640eff0edfb77138645d08d53e6f7e3ad.tar.gz
POSIX.1-2008 moved some constants from the XSI option to the Base.
MFC after: 2 weeks
Diffstat (limited to 'include/limits.h')
-rw-r--r--include/limits.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/limits.h b/include/limits.h
index b30c504..7a58997 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -116,18 +116,21 @@
#define _POSIX_RE_DUP_MAX _POSIX2_RE_DUP_MAX
#endif
+#if __XSI_VISIBLE || __POSIX_VISIBLE >= 200809
+#define NL_ARGMAX 99 /* max # of position args for printf */
+#define NL_MSGMAX 32767
+#define NL_SETMAX 255
+#define NL_TEXTMAX 2048
+#endif
+
#if __XSI_VISIBLE
#define _XOPEN_IOV_MAX 16
#define _XOPEN_NAME_MAX 255
#define _XOPEN_PATH_MAX 1024
#define PASS_MAX 128 /* _PASSWORD_LEN from <pwd.h> */
-#define NL_ARGMAX 99 /* max # of position args for printf */
#define NL_LANGMAX 31 /* max LANG name length */
-#define NL_MSGMAX 32767
#define NL_NMAX 1
-#define NL_SETMAX 255
-#define NL_TEXTMAX 2048
#endif
#define MB_LEN_MAX 6 /* 31-bit UTF-8 */
OpenPOWER on IntegriCloud