summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2b472fb..15fdf4c 100644
--- a/config.h
+++ b/config.h
@@ -51,6 +51,8 @@
#elif defined(__riscos__)
#define PLATFORM_NAME "RISC OS"
+#elif defined(__FreeBSD_kernel__)
+#define PLATFORM_NAME "kFreeBSD"
#else
#define PLATFORM_NAME "Unknown"