about summary refs log tree commit diff
path: root/src/base/detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/detect.h')
-rw-r--r--src/base/detect.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/base/detect.h b/src/base/detect.h
index 0b66acef..958356f3 100644
--- a/src/base/detect.h
+++ b/src/base/detect.h
@@ -46,6 +46,13 @@
 	#define CONF_PLATFORM_STRING "linux"
 #endif
 
+#if defined(__GNU__) || defined(__gnu__)
+	#define CONF_FAMILY_UNIX 1
+	#define CONF_FAMILY_STRING "unix"
+	#define CONF_PLATFORM_HURD 1
+	#define CONF_PLATFORM_STRING "gnu"
+#endif
+
 #if defined(MACOSX) || defined(__APPLE__) || defined(__DARWIN__)
 	#define CONF_FAMILY_UNIX 1
 	#define CONF_FAMILY_STRING "unix"