Description: A for systems lacking it. Files: lib/unistd_.h m4/unistd_h.m4 Depends-on: configure.ac: gl_HEADER_UNISTD Makefile.am: BUILT_SOURCES += $(UNISTD_H) EXTRA_DIST += unistd_.h # We need the following in order to create when the system # doesn't have one. unistd.h: unistd_.h cp $(srcdir)/unistd_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t Include: #include License: LGPL Maintainer: Simon Josefsson