summaryrefslogtreecommitdiff
path: root/bashansi.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2021-09-08 11:16:55 -0400
committerChet Ramey <chet.ramey@case.edu>2021-09-08 11:16:55 -0400
commita67031fe1158bbc110b9d0673e57a8707d84d939 (patch)
tree072b8b8d0365c9a21528ef928184806ff1cfd9b1 /bashansi.h
parent2208813a97583b0da1a843f161be0a575a766e8d (diff)
downloadbash-a67031fe1158bbc110b9d0673e57a8707d84d939.tar.gz
configuration changes to remove obsolete autoconf macros, and resultant changes to some source files
Diffstat (limited to 'bashansi.h')
-rw-r--r--bashansi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bashansi.h b/bashansi.h
index 2c33937d..e271bce8 100644
--- a/bashansi.h
+++ b/bashansi.h
@@ -22,9 +22,6 @@
#define _BASHANSI_H_
#if defined (HAVE_STRING_H)
-# if ! defined (STDC_HEADERS) && defined (HAVE_MEMORY_H)
-# include <memory.h>
-# endif
# include <string.h>
#endif /* !HAVE_STRING_H */