Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
b356686e
Commit
b356686e
authored
Jan 23, 2008
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes needed to compile on windows
parent
57708b0d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
84 additions
and
1 deletion
+84
-1
bin/named/win32/named.dsp
bin/named/win32/named.dsp
+8
-0
bin/named/win32/named.mak
bin/named/win32/named.mak
+24
-0
lib/isc/win32/libisc.def
lib/isc/win32/libisc.def
+4
-0
lib/isc/win32/libisc.dsp
lib/isc/win32/libisc.dsp
+8
-0
lib/isc/win32/libisc.mak
lib/isc/win32/libisc.mak
+24
-0
lib/isc/win32/unistd.h
lib/isc/win32/unistd.h
+16
-1
No files found.
bin/named/win32/named.dsp
View file @
b356686e
...
...
@@ -188,6 +188,10 @@ SOURCE=..\sortlist.c
# End Source File
# Begin Source File
SOURCE=..\statschannel.c
# End Source File
# Begin Source File
SOURCE=..\tkeyconf.c
# End Source File
# Begin Source File
...
...
@@ -288,6 +292,10 @@ SOURCE=..\include\named\sortlist.h
# End Source File
# Begin Source File
SOURCE=..\include\named\statschannel.h
# End Source File
# Begin Source File
SOURCE=..\include\named\tkeyconf.h
# End Source File
# Begin Source File
...
...
bin/named/win32/named.mak
View file @
b356686e
...
...
@@ -148,6 +148,7 @@ CLEAN :
-@erase
"$(INTDIR)\query.obj"
-@erase
"$(INTDIR)\server.obj"
-@erase
"$(INTDIR)\sortlist.obj"
-@erase
"$(INTDIR)\statschannel.obj"
-@erase
"$(INTDIR)\tkeyconf.obj"
-@erase
"$(INTDIR)\tsigconf.obj"
-@erase
"$(INTDIR)\update.obj"
...
...
@@ -192,6 +193,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\q
uery.obj"
\
"
$(INTDIR)
\s
erver.obj"
\
"
$(INTDIR)
\s
ortlist.obj"
\
"
$(INTDIR)
\s
tatschannel.obj"
\
"
$(INTDIR)
\t
keyconf.obj"
\
"
$(INTDIR)
\t
sigconf.obj"
\
"
$(INTDIR)
\u
pdate.obj"
\
...
...
@@ -284,6 +286,8 @@ CLEAN :
-@erase
"$(INTDIR)\server.sbr"
-@erase
"$(INTDIR)\sortlist.obj"
-@erase
"$(INTDIR)\sortlist.sbr"
-@erase
"$(INTDIR)\statschannel.obj"
-@erase
"$(INTDIR)\statschannel.sbr"
-@erase
"$(INTDIR)\tkeyconf.obj"
-@erase
"$(INTDIR)\tkeyconf.sbr"
-@erase
"$(INTDIR)\tsigconf.obj"
...
...
@@ -334,6 +338,7 @@ BSC32_SBRS= \
"
$(INTDIR)
\q
uery.sbr"
\
"
$(INTDIR)
\s
erver.sbr"
\
"
$(INTDIR)
\s
ortlist.sbr"
\
"
$(INTDIR)
\s
tatschannel.sbr"
\
"
$(INTDIR)
\t
keyconf.sbr"
\
"
$(INTDIR)
\t
sigconf.sbr"
\
"
$(INTDIR)
\u
pdate.sbr"
\
...
...
@@ -373,6 +378,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\q
uery.obj"
\
"
$(INTDIR)
\s
erver.obj"
\
"
$(INTDIR)
\s
ortlist.obj"
\
"
$(INTDIR)
\s
tatschannel.obj"
\
"
$(INTDIR)
\t
keyconf.obj"
\
"
$(INTDIR)
\t
sigconf.obj"
\
"
$(INTDIR)
\u
pdate.obj"
\
...
...
@@ -879,6 +885,24 @@ SOURCE=..\sortlist.c
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\s
tatschannel.c
!IF
"$(CFG)"
==
"named - Win32 Release"
"$(INTDIR)\statschannel.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"named - Win32 Debug"
"$(INTDIR)\statschannel.obj"
"$(INTDIR)\statschannel.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\t
keyconf.c
...
...
lib/isc/win32/libisc.def
View file @
b356686e
...
...
@@ -58,6 +58,7 @@ isc_buffer_free
isc_buffer_getuint16
isc_buffer_getuint32
isc_buffer_getuint8
isc_buffer_reinit
isc_bufferlist_availablecount
isc_bufferlist_usedcount
isc_commandline_parse
...
...
@@ -167,6 +168,9 @@ isc_hmacsha512_invalidate
isc_hmacsha512_sign
isc_hmacsha512_update
isc_hmacsha512_verify
isc_httpdmgr_addurl
isc_httpdmgr_create
isc_httpdmgr_shutdown
isc_interfaceiter_create
isc_interfaceiter_current
isc_interfaceiter_destroy
...
...
lib/isc/win32/libisc.dsp
View file @
b356686e
...
...
@@ -297,6 +297,10 @@ SOURCE=..\include\isc\hmacsha.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\httpd.h
# End Source File
# Begin Source File
SOURCE=.\include\isc\int.h
# End Source File
# Begin Source File
...
...
@@ -605,6 +609,10 @@ SOURCE=..\hmacsha.c
# End Source File
# Begin Source File
SOURCE=..\httpd.c
# End Source File
# Begin Source File
SOURCE=..\inet_aton.c
# End Source File
# Begin Source File
...
...
lib/isc/win32/libisc.mak
View file @
b356686e
...
...
@@ -134,6 +134,7 @@ CLEAN :
-
@erase
"
$(INTDIR)
\h
ex.obj"
-
@erase
"
$(INTDIR)
\h
macmd5.obj"
-
@erase
"
$(INTDIR)
\h
macsha.obj"
-
@erase
"
$(INTDIR)
\h
ttpd.obj"
-
@erase
"
$(INTDIR)
\i
net_aton.obj"
-
@erase
"
$(INTDIR)
\i
net_ntop.obj"
-
@erase
"
$(INTDIR)
\i
net_pton.obj"
...
...
@@ -240,6 +241,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\h
ex.obj"
\
"
$(INTDIR)
\h
macmd5.obj"
\
"
$(INTDIR)
\h
macsha.obj"
\
"
$(INTDIR)
\h
ttpd.obj"
\
"
$(INTDIR)
\i
net_aton.obj"
\
"
$(INTDIR)
\i
net_ntop.obj"
\
"
$(INTDIR)
\i
net_pton.obj"
\
...
...
@@ -332,6 +334,8 @@ CLEAN :
-
@erase
"
$(INTDIR)
\h
macmd5.sbr"
-
@erase
"
$(INTDIR)
\h
macsha.obj"
-
@erase
"
$(INTDIR)
\h
macsha.sbr"
-
@erase
"
$(INTDIR)
\h
ttpd.obj"
-
@erase
"
$(INTDIR)
\h
ttpd.sbr"
-
@erase
"
$(INTDIR)
\i
net_aton.obj"
-
@erase
"
$(INTDIR)
\i
net_aton.sbr"
-
@erase
"
$(INTDIR)
\i
net_ntop.obj"
...
...
@@ -485,6 +489,7 @@ BSC32_SBRS= \
"
$(INTDIR)
\h
ex.sbr"
\
"
$(INTDIR)
\h
macmd5.sbr"
\
"
$(INTDIR)
\h
macsha.sbr"
\
"
$(INTDIR)
\h
ttpd.sbr"
\
"
$(INTDIR)
\i
net_aton.sbr"
\
"
$(INTDIR)
\i
net_ntop.sbr"
\
"
$(INTDIR)
\i
net_pton.sbr"
\
...
...
@@ -565,6 +570,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\h
ex.obj"
\
"
$(INTDIR)
\h
macmd5.obj"
\
"
$(INTDIR)
\h
macsha.obj"
\
"
$(INTDIR)
\h
ttpd.obj"
\
"
$(INTDIR)
\i
net_aton.obj"
\
"
$(INTDIR)
\i
net_ntop.obj"
\
"
$(INTDIR)
\i
net_pton.obj"
\
...
...
@@ -1278,6 +1284,24 @@ SOURCE=..\hmacsha.c
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\h
ttpd.c
!IF
"$(CFG)"
==
"libisc - Win32 Release"
"$(INTDIR)\httpd.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"libisc - Win32 Debug"
"$(INTDIR)\httpd.obj"
"$(INTDIR)\httpd.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\i
net_aton.c
...
...
lib/isc/win32/unistd.h
View file @
b356686e
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: unistd.h,v 1.
6
200
7
/0
6/19 23:47:19 tbox
Exp $ */
/* $Id: unistd.h,v 1.
7
200
8
/0
1/23 03:10:48 marka
Exp $ */
/* None of these are defined in NT, so define them for our use */
#define O_NONBLOCK 1
...
...
@@ -35,4 +35,19 @@
int
fcntl
(
int
,
int
,
...);
/*
* access() related definitions for winXP
*/
#include <io.h>
#ifndef W_OK
#define W_OK 2
#endif
#ifndef R_OK
#define R_OK 4
#endif
#define access _access
#include <process.h>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment