curl/tests/server
Viktor Szakats 9126eb5a8a
cmake: replace CURL_*_DIR with {PROJECT,CMAKE_CURRENT}_*_DIR
It reduces the number of synonym variables in the code.
Makes it easier to grok and grep.

- replace `CURL_SOURCE_DIR`
  with `PROJECT_SOURCE_DIR`.

- replace `CURL_BINARY_DIR`
  with `PROJECT_BINARY_DIR` or `CMAKE_CURRENT_BINARY_DIR`.

- replace a single use of `CMAKE_BINARY_DIR`
  with `PROJECT_BINARY_DIR`.

- replace `CMAKE_CURRENT_*_DIR`
  with `PROJECT_*_DIR` where it makes the code more uniform.

- quote an argument (formatting).

Closes #15331
2024-10-22 19:13:08 +02:00
..
.checksrc tests/server/util.c: remove use of strncpy 2024-10-10 07:47:01 +02:00
.gitignore
base64.pl
CMakeLists.txt cmake: replace CURL_*_DIR with {PROJECT,CMAKE_CURRENT}_*_DIR 2024-10-22 19:13:08 +02:00
disabled.c
getpart.c
getpart.h
Makefile.am tests/server/util.c: remove use of strncpy 2024-10-10 07:47:01 +02:00
Makefile.inc
mqttd.c server/mqttd: fix two memory leaks 2024-10-14 12:47:21 +02:00
resolve.c
rtspd.c
server_setup.h
server_sockaddr.h
sockfilt.c
socksd.c
sws.c
testpart.c
tftp.h
tftpd.c
util.c tests/server/util.c: remove use of strncpy 2024-10-10 07:47:01 +02:00
util.h