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 /win32 | |
parent | bfd025d94e67a140ec0eeee79dfcef213d537327 (diff) | |
download | perl-2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48.tar.gz |
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 6 | ||||
-rw-r--r-- | win32/config_H.ce | 6 | ||||
-rw-r--r-- | win32/config_H.gc | 6 | ||||
-rw-r--r-- | win32/config_H.vc | 6 | ||||
-rw-r--r-- | win32/config_H.vc64 | 6 |
10 files changed, 35 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index 2c1ffd745b..7f7cc38729 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -599,6 +599,7 @@ i64type='__int64' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' diff --git a/win32/config.ce b/win32/config.ce index 6edabb715c..2be951961c 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -592,6 +592,7 @@ i64type='__int64' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' diff --git a/win32/config.gc b/win32/config.gc index 121c6ba7cf..e1e1bc37c1 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -599,6 +599,7 @@ i64type='long long' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' diff --git a/win32/config.vc b/win32/config.vc index d6635ed975..6e167269af 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -599,6 +599,7 @@ i64type='__int64' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index f74dff6c2a..b5bea414da 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -599,6 +599,7 @@ i64type='__int64' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='undef' i_db='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 67a2bbf320..c07d573869 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -635,6 +635,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. diff --git a/win32/config_H.ce b/win32/config_H.ce index 370400971a..7f9200c421 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -636,6 +636,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. diff --git a/win32/config_H.gc b/win32/config_H.gc index af73208ca8..01fdc3a400 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -635,6 +635,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. diff --git a/win32/config_H.vc b/win32/config_H.vc index 2f03c87767..0373bf928e 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -635,6 +635,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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 28931d4130..fbd234292d 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -635,6 +635,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. |