]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CONFIGARGS
authorMark Andrews <marka@isc.org>
Thu, 25 Sep 2008 07:44:12 +0000 (07:44 +0000)
committerMark Andrews <marka@isc.org>
Thu, 25 Sep 2008 07:44:12 +0000 (07:44 +0000)
config.h.win32

index 816446c4469b321e61235eb09168810e25d44faa..e172a41b6ae6c6c779ea836952b691ea570f90cd 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.win32,v 1.18 2008/04/02 23:46:57 tbox Exp $ */
+/* $Id: config.h.win32,v 1.19 2008/09/25 07:44:12 marka Exp $ */
 
 /*
  * win32 configuration file
@@ -229,3 +229,8 @@ typedef long off_t;
 
 #define FD_SETSIZE 16384
 #include <windows.h>
+
+/*
+ * Windows doesn't use configure so just set "default" here.
+ */
+#define CONFIGARGS "default"