Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
2f88444e
Commit
2f88444e
authored
Sep 08, 2008
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add portset
parent
8343d55b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
1 deletion
+39
-1
lib/isc/win32/libisc.def
lib/isc/win32/libisc.def
+6
-1
lib/isc/win32/libisc.dsp
lib/isc/win32/libisc.dsp
+8
-0
lib/isc/win32/libisc.mak
lib/isc/win32/libisc.mak
+25
-0
No files found.
lib/isc/win32/libisc.def
View file @
2f88444e
...
...
@@ -253,6 +253,7 @@ isc_mem_inuse
isc_mem_ondestroy
isc_mem_references
isc_mem_setdestroycheck
isc_mem_setname
isc_mem_setquota
isc_mem_setwater
isc_mem_stats
...
...
@@ -311,6 +312,11 @@ isc_os_ncpus
isc_parse_uint16
isc_parse_uint32
isc_parse_uint8
isc_portset_addrange
isc_portset_create
isc_portset_destroy
isc_portset_issset
isc_portset_nports
isc_quota_attach
isc_quota_destroy
isc_quota_detach
...
...
@@ -507,7 +513,6 @@ isc_win32os_versioncheck
openlog
syslog
; Exported Data
EXPORTS
...
...
lib/isc/win32/libisc.dsp
View file @
2f88444e
...
...
@@ -405,6 +405,10 @@ SOURCE=..\include\isc\parseint.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\portset.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\os.h
# End Source File
# Begin Source File
...
...
@@ -673,6 +677,10 @@ SOURCE=..\parseint.c
# End Source File
# Begin Source File
SOURCE=..\portset.c
# End Source File
# Begin Source File
SOURCE=..\quota.c
# End Source File
# Begin Source File
...
...
lib/isc/win32/libisc.mak
View file @
2f88444e
...
...
@@ -157,6 +157,8 @@ CLEAN :
-
@erase
"
$(INTDIR)
\o
ndestroy.obj"
-
@erase
"
$(INTDIR)
\o
s.obj"
-
@erase
"
$(INTDIR)
\p
arseint.obj"
-
@erase
"
$(INTDIR)
\p
ortset.obj"
-
@erase
"
$(INTDIR)
\p
ortset.obj"
-
@erase
"
$(INTDIR)
\q
uota.obj"
-
@erase
"
$(INTDIR)
\r
andom.obj"
-
@erase
"
$(INTDIR)
\r
atelimiter.obj"
...
...
@@ -272,6 +274,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\t
askpool.obj"
\
"
$(INTDIR)
\t
imer.obj"
\
"
$(INTDIR)
\p
arseint.obj"
\
"
$(INTDIR)
\p
ortset.obj"
\
"
$(INTDIR)
\r
egion.obj"
"..\..\..\Build\Release\libisc.dll"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
...
...
@@ -380,6 +383,8 @@ CLEAN :
-
@erase
"
$(INTDIR)
\o
s.sbr"
-
@erase
"
$(INTDIR)
\p
arseint.obj"
-
@erase
"
$(INTDIR)
\p
arseint.sbr"
-
@erase
"
$(INTDIR)
\p
ortset.obj"
-
@erase
"
$(INTDIR)
\p
ortset.sbr"
-
@erase
"
$(INTDIR)
\q
uota.obj"
-
@erase
"
$(INTDIR)
\q
uota.sbr"
-
@erase
"
$(INTDIR)
\r
andom.obj"
...
...
@@ -520,6 +525,7 @@ BSC32_SBRS= \
"
$(INTDIR)
\t
askpool.sbr"
\
"
$(INTDIR)
\t
imer.sbr"
\
"
$(INTDIR)
\p
arseint.sbr"
\
"
$(INTDIR)
\p
ortset.sbr"
\
"
$(INTDIR)
\r
egion.sbr"
"$(OUTDIR)\libisc.bsc"
:
"$(OUTDIR)"
$(BSC32_SBRS)
...
...
@@ -601,6 +607,7 @@ LINK32_OBJS= \
"
$(INTDIR)
\t
askpool.obj"
\
"
$(INTDIR)
\t
imer.obj"
\
"
$(INTDIR)
\p
arseint.obj"
\
"
$(INTDIR)
\p
ortset.obj"
\
"
$(INTDIR)
\r
egion.obj"
"..\..\..\Build\Debug\libisc.dll"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
...
...
@@ -1572,6 +1579,24 @@ SOURCE=..\parseint.c
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\p
ortset.c
!IF
"$(CFG)"
==
"libisc - Win32 Release"
"$(INTDIR)\portset.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"libisc - Win32 Debug"
"$(INTDIR)\portset.obj"
"$(INTDIR)\portset.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\q
uota.c
...
...
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