diff options
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 6 |
1 files changed, 6 insertions, 0 deletions
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. |