diff options
author | Chet Ramey <chet.ramey@case.edu> | 2021-09-08 11:16:55 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2021-09-08 11:16:55 -0400 |
commit | a67031fe1158bbc110b9d0673e57a8707d84d939 (patch) | |
tree | 072b8b8d0365c9a21528ef928184806ff1cfd9b1 /bashansi.h | |
parent | 2208813a97583b0da1a843f161be0a575a766e8d (diff) | |
download | bash-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |