diff options
author | Viktor Szakats <commit@vsz.me> | 2021-02-23 12:04:29 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2021-02-23 12:04:29 +0000 |
commit | 95014b0a4d41723e05e8d6e3d9b0636fdd92eab6 (patch) | |
tree | 7f0e7939b817f9902eb43749e471139dc3113372 /lib/config-riscos.h | |
parent | c79b9de45ca97418e1e0daff96175254000ee5d9 (diff) | |
download | curl-95014b0a4d41723e05e8d6e3d9b0636fdd92eab6.tar.gz |
build: delete unused feature guards
- `HAVE_STRNCASECMP`
- `HAVE_TCGETATTR`
- `HAVE_TCSETATTR`
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes #6645
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 9b5f8da92..43b1deb6d 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -329,12 +329,6 @@ /* Define if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H -/* Define if you have the `tcgetattr' function. */ -#define HAVE_TCGETATTR - -/* Define if you have the `tcsetattr' function. */ -#define HAVE_TCSETATTR - /* Define if you have the <termios.h> header file. */ #define HAVE_TERMIOS_H |