diff options
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index c105905e9a..a8f1f11063 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -40,12 +40,6 @@ */ /*#define HAS_BCOPY / **/ -/* HAS_BZERO: - * This symbol is defined if the bzero() routine is available to - * set a memory block to 0. - */ -/*#define HAS_BZERO / **/ - /* HAS_CBRT: * This symbol, if defined, indicates that the cbrt() (cube root) * function is available. @@ -282,12 +276,6 @@ */ #define HAS_MEMMOVE /**/ -/* HAS_MEMSET: - * This symbol, if defined, indicates that the memset routine is available - * to set blocks of memory. - */ -#define HAS_MEMSET /**/ - /* HAS_MKDIR: * This symbol, if defined, indicates that the mkdir routine is available * to create directories. Otherwise you should fork off a new process to |