summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/grot/limits.h
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-07-09 18:13:35 +0000
committerdcs <dcs@FreeBSD.org>2000-07-09 18:13:35 +0000
commitc2a39d8b0975946a236fe7a7308e5c51358fa34e (patch)
tree7c1e4d8e429a6b7d748aaa238919b3e02e2aedcb /lib/libc/regex/grot/limits.h
parent2f86797f52c5150ce19ceca600b6ed75ccf26577 (diff)
downloadFreeBSD-src-c2a39d8b0975946a236fe7a7308e5c51358fa34e.zip
FreeBSD-src-c2a39d8b0975946a236fe7a7308e5c51358fa34e.tar.gz
Spencer's regex(3) test code.
Obtained from: BSD/OS
Diffstat (limited to 'lib/libc/regex/grot/limits.h')
-rw-r--r--lib/libc/regex/grot/limits.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/limits.h b/lib/libc/regex/grot/limits.h
new file mode 100644
index 0000000..6049fdf
--- /dev/null
+++ b/lib/libc/regex/grot/limits.h
@@ -0,0 +1,6 @@
+/* $FreeBSD$
+ */
+#define _POSIX2_RE_DUP_MAX 255
+#define CHAR_MIN (-128)
+#define CHAR_MAX 127
+#define CHAR_BIT 8
OpenPOWER on IntegriCloud