summaryrefslogtreecommitdiff
path: root/lib/config-riscos.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-05-04 11:03:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-05-04 14:46:55 +0200
commit8419fe4d88bdbad6c64b3da70a1a976048f04c2c (patch)
treecd8ac72b8307e1d631ba24e026bda2108a017ce4 /lib/config-riscos.h
parent91d9fead667d6e66d0ac95d7486a99461ca3bb85 (diff)
downloadcurl-8419fe4d88bdbad6c64b3da70a1a976048f04c2c.tar.gz
cmake: check for getppid and utimes
... as they're checked for in the configure script and are used by source code. Removed checks for perror, setvbuf and strlcat since those defines are not checked for in source code. Bonus: removed HAVE_STRLCPY from a few config-*.h files since that symbol is not used in source code. Closes #6997
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r--lib/config-riscos.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h
index 2dc3c6631..6c9b584f5 100644
--- a/lib/config-riscos.h
+++ b/lib/config-riscos.h
@@ -296,9 +296,6 @@
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H
-/* Define if you have the `strlcpy' function. */
-#undef HAVE_STRLCPY
-
/* Define if you have the `strstr' function. */
#define HAVE_STRSTR