summaryrefslogtreecommitdiffstats
path: root/src/fastd_config.h.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-14 22:29:30 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-14 22:29:30 +0100
commit6b9c59efc9db4aa710d7c243d566973006020d42 (patch)
treef8da5b18b935f603b72eb37898f57a9df19369e1 /src/fastd_config.h.in
parentba3afc50b3819694f009adc6db5a966f524242f6 (diff)
downloadfastd-6b9c59efc9db4aa710d7c243d566973006020d42.tar
fastd-6b9c59efc9db4aa710d7c243d566973006020d42.zip
Refactor handling of platforms without user/group settings (Android)
Diffstat (limited to 'src/fastd_config.h.in')
-rw-r--r--src/fastd_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in
index 5286992..03ccc56 100644
--- a/src/fastd_config.h.in
+++ b/src/fastd_config.h.in
@@ -71,6 +71,9 @@
/** Defined if the platform supports SO_MARK */
#cmakedefine USE_PACKET_MARK
+/** Defined if the platform supports settings users and groups */
+#cmakedefine USE_USER
+
/** Defined if the platform supports binding on IPv4 and IPv6 with a single socket */
#cmakedefine USE_MULTIAF_BIND