diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-26 11:26:40 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-26 11:52:44 +0000 |
commit | fd84feb8229f792e22e3cbfa9bf7e8156947eb2f (patch) | |
tree | 810231e69ddd9ea661cba224ed5def0a30567ac7 /daemon/m4 | |
parent | b76462f7433d064019382992163e3553c7906ee7 (diff) | |
download | libguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.tar.gz libguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.tar.xz libguestfs-fd84feb8229f792e22e3cbfa9bf7e8156947eb2f.zip |
daemon/Win32: provide htonl, htons, ntohl, ntohs functions.
These functions are not available on Windows.
Diffstat (limited to 'daemon/m4')
-rw-r--r-- | daemon/m4/gnulib-cache.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index 01da897a..e8b9edf1 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -15,11 +15,12 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype fsusage futimens getaddrinfo getline glob hash ignore-value manywarnings mkdtemp netdb openat perror pread readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl byteswap c-ctype fsusage futimens getaddrinfo getline glob hash ignore-value manywarnings mkdtemp netdb openat perror pread readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ + byteswap c-ctype fsusage futimens |