1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00
Files
gnulib/modules/htonl
Bruno Haible 49f2771d58 Rename module arpa_inet to arpa_inet-h.
* modules/arpa_inet-h: Renamed from modules/arpa_inet.
* modules/arpa_inet-h-tests: Renamed from modules/arpa_inet-tests.
* modules/arpa_inet-h-c++-tests: Renamed from
modules/arpa_inet-c++-tests.
* tests/test-arpa_inet-h.c: Renamed from tests/test-arpa_inet.c.
* tests/test-arpa_inet-h-c++.cc: Renamed from
tests/test-arpa_inet-c++.cc.
* doc/posix-headers/arpa_inet.texi: Update.
* modules/* (Depends-on): Update.
* modules/arpa_inet: New file.
2024-12-27 23:12:22 +01:00

29 lines
288 B
Plaintext

Description:
htonl, htons, ntohl, ntohs functions: convert between network and host
byte order
Files:
m4/htonl.m4
m4/sys_socket_h.m4
Depends-on:
arpa_inet-h
endian
configure.ac:
gl_FUNC_HTONL
Makefile.am:
Include:
<arpa/inet.h>
Link:
$(HTONL_LIB)
License:
LGPLv2+
Maintainer:
all