1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:17:34 +00:00

LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUG

This commit is contained in:
Nico Weber 2022-01-22 11:55:29 -05:00 committed by Linus Groh
parent b0790260f8
commit a17b2248f2
3 changed files with 10 additions and 10 deletions

View file

@ -26,10 +26,6 @@
#cmakedefine01 CALLBACK_MACHINE_DEBUG
#endif
#ifndef CHTTPJOB_DEBUG
#cmakedefine01 CHTTPJOB_DEBUG
#endif
#ifndef CNETWORKJOB_DEBUG
#cmakedefine01 CNETWORKJOB_DEBUG
#endif
@ -202,6 +198,10 @@
#cmakedefine01 HTML_SCRIPT_DEBUG
#endif
#ifndef HTTPJOB_DEBUG
#cmakedefine01 HTTPJOB_DEBUG
#endif
#ifndef HTTPSJOB_DEBUG
#cmakedefine01 HTTPSJOB_DEBUG
#endif