summaryrefslogtreecommitdiff
path: root/plan9/config_h.sample
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/config_h.sample')
-rw-r--r--plan9/config_h.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 02816711c4..0714eb880e 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -654,6 +654,12 @@
*/
#define I_ARPA_INET /**/
+/* I_ASSERT:
+ * This symbol, if defined, indicates to the C program that it could
+ * include <assert.h> to get the assert() macro.
+ */
+#define I_ASSERT /**/
+
/* I_DBM:
* This symbol, if defined, indicates that <dbm.h> exists and should
* be included.