summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 11:02:27 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:50:42 +0100
commit04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch)
tree1d346b8714d55af8fc3c9cd112dcc1effe526b5c /plan9
parent11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff)
downloadperl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan912
-rw-r--r--plan9/config_h.sample12
-rw-r--r--plan9/config_sh.sample2
3 files changed, 0 insertions, 26 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index b32fa84335..ec471db45d 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -104,12 +104,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.
@@ -339,12 +333,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
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index d7342cfc23..5baf0540b2 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -62,12 +62,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.
@@ -297,12 +291,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
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 003dfc95b6..ecf02feedb 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -135,7 +135,6 @@ d_builtin_choose_expr='undef'
d_builtin_expect='undef'
d_builtin_mul_overflow='undef'
d_builtin_sub_overflow='undef'
-d_bzero='define'
d_c99_variadic_macros='undef'
d_casti32='undef'
d_castneg='undef'
@@ -387,7 +386,6 @@ d_memcpy='define'
d_memmem='undef'
d_memmove='define'
d_memrchr='undef'
-d_memset='define'
d_mkdir='define'
d_mkdtemp='undef'
d_mkfifo='define'