aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax/files/patch-config.h.in
blob: fe4cc7ed7d0b566e9eb719927d997e0e15cc859a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config.h.in.orig	2012-06-06 02:58:38.000000000 +0200
+++ config.h.in	2013-02-23 22:28:46.471211000 +0100
@@ -303,3 +303,8 @@
 #define LOCALE_DOMAIN "@LOCALE_DOMAIN@"
 
 #endif
+
+#if defined(__DragonFly__)
+    #define HAS_UTMPX 1
+    #define HAS_EXIT_STATUS 1
+#endif