summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebuggerKit/Config.h')
-rw-r--r--src/DebuggerKit/Config.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/DebuggerKit/Config.h b/src/DebuggerKit/Config.h
deleted file mode 100644
index 863567f..0000000
--- a/src/DebuggerKit/Config.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
-
-======================================== */
-
-#pragma once
-
-/// =========================================================== ///
-/// @author Amlal El Mahrouss
-/// =========================================================== ///
-
-#include <CompilerKit/Config.h>
-
-#include <arpa/inet.h>
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/un.h>
-
-#include <sys/ptrace.h>
-#include <sys/types.h>
-#include <sys/user.h>
-#include <sys/wait.h>
-#include <unistd.h>
-
-#include <dlfcn.h>
-
-#ifdef __APPLE__
-#include <mach-o/dyld.h>
-#include <mach/mach.h>
-#include <mach/mach_error.h>
-#endif
-
-#ifndef kDistRelease
-
-#define kDistVersion "v0.0.7-debuggerkit"
-#define kDistVersionBCD 0x0001
-
-#define ToString(X) Stringify(X)
-#define Stringify(X) #X
-
-#define kDistRelease ToString(kDistReleaseBranch)
-
-#endif // !kDistRelease \ No newline at end of file