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