mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LookupServer: Turn #defines into enum classes and add formatter
This commit is contained in:
parent
6e70888315
commit
7b3bed7910
11 changed files with 120 additions and 49 deletions
|
@ -13,15 +13,6 @@
|
|||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
#define T_A 1
|
||||
#define T_NS 2
|
||||
#define T_CNAME 5
|
||||
#define T_SOA 6
|
||||
#define T_PTR 12
|
||||
#define T_MX 15
|
||||
|
||||
#define C_IN 1
|
||||
|
||||
namespace LookupServer {
|
||||
|
||||
enum class ShouldRandomizeCase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue