summaryrefslogtreecommitdiff
path: root/lib/config-tpf.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-tpf.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-tpf.h')
-rw-r--r--lib/config-tpf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-tpf.h b/lib/config-tpf.h
index 3fdb8924c..0fa3fcdcf 100644
--- a/lib/config-tpf.h
+++ b/lib/config-tpf.h
@@ -450,9 +450,6 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
-/* Define to 1 if you have the `strlcpy' function. */
-/* #undef HAVE_STRLCPY */
-
/* Define to 1 if you have the `strstr' function. */
#define HAVE_STRSTR 1