mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
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:
parent
20900e4a1e
commit
2623e333fd
3 changed files with 0 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue