diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 11:02:27 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:50:42 +0100 |
commit | 04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch) | |
tree | 1d346b8714d55af8fc3c9cd112dcc1effe526b5c /win32/config_H.ce | |
parent | 11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff) | |
download | perl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz |
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'win32/config_H.ce')
-rw-r--r-- | win32/config_H.ce | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/win32/config_H.ce b/win32/config_H.ce index 40d6f9290b..9ee004ca99 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -44,12 +44,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_CHOWN: * This symbol, if defined, indicates that the chown routine is * available. @@ -279,12 +273,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 |