Description:
A <unistd.h> 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
# <unistd.h> when the system doesn't have one.
unistd.h:
	echo '/* Empty placeholder for $@.  */' >$@
MOSTLYCLEANFILES += unistd.h

Include:
#include <unistd.h>

License:
LGPL

Maintainer:
Simon Josefsson
