1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUG

This commit is contained in:
Nico Weber 2022-01-22 19:40:33 -05:00 committed by Linus Groh
parent a17b2248f2
commit fd7de68d07
3 changed files with 7 additions and 7 deletions

View file

@ -26,10 +26,6 @@
#cmakedefine01 CALLBACK_MACHINE_DEBUG
#endif
#ifndef CNETWORKJOB_DEBUG
#cmakedefine01 CNETWORKJOB_DEBUG
#endif
#ifndef COMPOSE_DEBUG
#cmakedefine01 COMPOSE_DEBUG
#endif
@ -302,6 +298,10 @@
#cmakedefine01 MOVE_DEBUG
#endif
#ifndef NETWORKJOB_DEBUG
#cmakedefine01 NETWORKJOB_DEBUG
#endif
#ifndef NT_DEBUG
#cmakedefine01 NT_DEBUG
#endif