curl/tests/server
Viktor Szakats 59dc9f7e69
build: untangle CURLDEBUG and DEBUGBUILD macros
`CURLDEBUG` is meant to enable memory tracking, but in a bunch of cases,
it was protecting debug features that were supposed to be guarded with
`DEBUGBUILD`.

Replace these uses with `DEBUGBUILD`.

This leaves `CURLDEBUG` uses solely for its intended  purpose: to enable
the memory tracking debug feature.

Also:
- autotools: rely on `DEBUGBUILD` to enable `checksrc`.
  Instead of `CURLDEBUG`, which worked in most cases because debug
  builds enable `CURLDEBUG` by default, but it's not accurate.
- include `lib/easyif.h` instead of keeping a copy of a declaration.
- add CI test jobs for the build issues discovered.

Ref: https://github.com/curl/curl/pull/13694#issuecomment-2120311894
Closes #13718
2024-05-28 08:12:00 +02:00
..
.gitignore
base64.pl
CMakeLists.txt cmake: whitespace, formatting/tidy-up in comments 2024-05-27 18:07:10 +02:00
disabled.c
fake_ntlm.c
getpart.c
getpart.h
Makefile.am build: untangle CURLDEBUG and DEBUGBUILD macros 2024-05-28 08:12:00 +02:00
Makefile.inc
mqttd.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
resolve.c
rtspd.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
server_setup.h
server_sockaddr.h
sockfilt.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
socksd.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
sws.c
testpart.c
tftp.h tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
tftpd.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
util.c tests: tidy up types in server code 2024-05-13 11:16:26 +02:00
util.h