mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
1474. [port] Provide strtoul() and memmove() for platforms
without them.
This commit is contained in:
parent
21f1794606
commit
090f79c6c2
@ -13,7 +13,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: Makefile.in,v 1.52 2001/11/30 01:02:16 gson Exp $
|
# $Id: Makefile.in,v 1.53 2003/06/24 05:18:39 marka Exp $
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@ -36,8 +36,8 @@ HEADERS = app.h assertions.h base64.h bitstring.h boolean.h buffer.h \
|
|||||||
print.h quota.h random.h ratelimiter.h \
|
print.h quota.h random.h ratelimiter.h \
|
||||||
refcount.h region.h resource.h \
|
refcount.h region.h resource.h \
|
||||||
result.h resultclass.h rwlock.h serial.h sha1.h sockaddr.h \
|
result.h resultclass.h rwlock.h serial.h sha1.h sockaddr.h \
|
||||||
socket.h stdio.h string.h symtab.h task.h taskpool.h timer.h \
|
socket.h stdio.h stdlib.h string.h symtab.h task.h taskpool.h \
|
||||||
types.h util.h version.h
|
timer.h types.h util.h version.h
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
TARGETS =
|
TARGETS =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user