diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-22 17:51:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-22 17:51:03 +0000 |
commit | 2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48 (patch) | |
tree | 97b354c83761a18c7a844271b6a102afd1d4abf9 /uconfig.sh | |
parent | bfd025d94e67a140ec0eeee79dfcef213d537327 (diff) | |
download | perl-2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48.tar.gz |
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index fe8a404cba..2503c1b3c6 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -518,6 +518,7 @@ i64type='int64_t' i8size='1' i8type='char' i_arpainet='undef' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' |