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