We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498ba7f commit 9ca69cfCopy full SHA for 9ca69cf
src/sys_config.h.in
@@ -25,6 +25,14 @@
25
#define WSDDN_DEFAULT_USER_NAME "_wsddn"
26
#define WSDDN_DEFAULT_CHROOT_DIR "/var/empty"
27
#define WSDDN_BUNDLE_IDENTIFIER "@WSDDN_BUNDLE_IDENTIFIER@"
28
+#elif defined(__OpenBSD__)
29
+ #define WSDDN_PLATFORM_APPLE 0
30
+ #define WSDDN_DEFAULT_USER_NAME "_wsddn"
31
+ #define WSDDN_DEFAULT_CHROOT_DIR "/var/empty"
32
+#elif defined(__NetBSD__)
33
34
35
+ #define WSDDN_DEFAULT_CHROOT_DIR "/var/chroot/wsddn"
36
#else
37
#define WSDDN_PLATFORM_APPLE 0
38
#define WSDDN_DEFAULT_USER_NAME "wsddn"
0 commit comments