summaryrefslogtreecommitdiff
path: root/NetWare
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-22 17:51:03 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-22 17:51:03 +0000
commit2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48 (patch)
tree97b354c83761a18c7a844271b6a102afd1d4abf9 /NetWare
parentbfd025d94e67a140ec0eeee79dfcef213d537327 (diff)
downloadperl-2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48.tar.gz
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc6
2 files changed, 7 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index c2cd1f301c..2afe65e6c2 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -594,6 +594,7 @@ i64type='__int64'
i8size='1'
i8type='char'
i_arpainet='define'
+i_assert='define'
i_bsdioctl=''
i_crypt='undef'
i_db='undef'
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index 99a4eb5f31..f21a6e1db0 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -686,6 +686,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.