aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/options.h')
-rw-r--r--include/gos/options.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/gos/options.h b/include/gos/options.h
index ac48e144..f1762134 100644
--- a/include/gos/options.h
+++ b/include/gos/options.h
@@ -35,11 +35,18 @@
#define GFX_USE_OS_WIN32 FALSE
#endif
/**
- * @brief Use a unix variant with posix threads
+ * @brief Use a linux based system running X11
* @details Defaults to FALSE
*/
- #ifndef GFX_USE_OS_POSIX
- #define GFX_USE_OS_POSIX FALSE
+ #ifndef GFX_USE_OS_LINUX
+ #define GFX_USE_OS_LINUX FALSE
+ #endif
+ /**
+ * @brief Use a Mac OS-X based system
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_OSX
+ #define GFX_USE_OS_OSX FALSE
#endif
/**
* @}