From 95014b0a4d41723e05e8d6e3d9b0636fdd92eab6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 Feb 2021 12:04:29 +0000 Subject: build: delete unused feature guards - `HAVE_STRNCASECMP` - `HAVE_TCGETATTR` - `HAVE_TCSETATTR` Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes #6645 --- lib/config-plan9.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/config-plan9.h') diff --git a/lib/config-plan9.h b/lib/config-plan9.h index cc8adde72..f33d3f66b 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -173,7 +173,6 @@ #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRING_H 1 -#define HAVE_STRNCASECMP 1 #define HAVE_STRSTR 1 #define HAVE_STRTOK_R 1 #define HAVE_STRTOLL 1 -- cgit v1.2.1