]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
win32
authorMark Andrews <marka@isc.org>
Tue, 3 Oct 2006 03:42:41 +0000 (03:42 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Oct 2006 03:42:41 +0000 (03:42 +0000)
config.h.win32

index 7b46a197ae2a41ef2d155196c204df9c45a16564..a6115ec4cf41cdda6cbb85f1e75950d942e7082b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.win32,v 1.6.2.7 2006/09/27 00:28:31 marka Exp $ */
+/* $Id: config.h.win32,v 1.6.2.8 2006/10/03 03:42:41 marka Exp $ */
 
 /*
  * win32 configuration file
@@ -206,21 +206,11 @@ typedef long off_t;
 #include <isc/ntpaths.h>
 #endif
 
-/*
- * Outside of lib isc we need to redefine these functions
- * This is due to the way _iob is set up
- */
-#if !defined(LIBISC_EXPORTS) && !defined(LIBLWRES_EXPORTS)
-
-#include <isc/ntfile.h>
-
-#else
 #define fdopen _fdopen
 #define read   _read
 #define open   _open
 #define close  _close
 #define write  _write
-#endif
 #include <io.h>
 #define isatty        _isatty