Description: A for systems lacking it (e.g., Mingw). Files: m4/arpa_inet_h.m4 Depends-on: sys_socket configure.ac: gl_HEADER_ARPA_INET Makefile.am: BUILT_SOURCES += $(ARPA_INET_H) # We need the following in order to create when the system # doesn't have one. arpa/inet.h: test -d arpa || mkdir arpa rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#include '; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t MOSTLYCLEANDIRS += arpa Include: #include License: LGPL Maintainer: Simon Josefsson