summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 12:36:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 12:36:11 +0100
commit14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (patch)
tree0c3ba10c814187c8ea0891385d210b083dcbb1d8 /src/DebuggerKit/Config.h
parentbe042137e28b8baf4a3f703cb0a58f080b1ca642 (diff)
chore: Breaking API changes and work in progress examples for NeCTI SDK.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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