diff options
author | Nico Weber <thakis@chromium.org> | 2022-01-22 19:40:33 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-23 00:45:22 +0000 |
commit | fd7de68d07bd2db47a6574e121814fe43e0f009c (patch) | |
tree | 0c41ffb321433d28d99dbffaa1f72548bae0db4e /AK | |
parent | a17b2248f2226f266ead4c5672a42c4d0d7715f9 (diff) | |
download | serenity-fd7de68d07bd2db47a6574e121814fe43e0f009c.zip |
LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUG
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 0f0e22479f..e34fb6c0fb 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -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 |