build: drop stray ifndef guards for local/internal macros

For:
- lib/vtls: `MAX_PINNED_PUBKEY_SIZE`.
- src: `UNPRINTABLE_CHAR`.
- tests/server/tftpd: `PKTSIZE`.

Closes #20314
This commit is contained in:
Viktor Szakats 2026-01-13 19:44:56 +01:00
parent 20900e4a1e
commit 2623e333fd
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 0 additions and 6 deletions

View file

@ -59,10 +59,8 @@ extern FILE *tool_stderr;
#define CURL_OS "unknown"
#endif
#ifndef UNPRINTABLE_CHAR
/* define what to use for unprintable characters */
#define UNPRINTABLE_CHAR '.'
#endif
#ifndef HAVE_STRDUP
#include "tool_strdup.h"