summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-12 04:53:12 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-12 04:53:12 +0100
commit94ac14d2765051a8992c3a822547bc09260492df (patch)
tree53774d06d9c482c1b56fd7539ae48c7ac81f8775 /config.h
parent904d05c3d9dec35bad0413f933ea690868a09f4f (diff)
downloadMAC-Telnet-94ac14d2765051a8992c3a822547bc09260492df.tar.gz
MAC-Telnet-94ac14d2765051a8992c3a822547bc09260492df.zip
Rewrote the interface handling. Added full support for kFreeBSD, have not tested with FreeBSD.
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"