sysexits_.h.
* lib/time.in.h: Renamed from lib/time_.h.
* modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
+ * lib/unistd.in.h: Renamed from lib/unistd_.h.
+ * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
+ unistd_.h.
2007-09-30 Bruno Haible <bruno@clisp.org>
char *getlogin (void);
#endif
-/* See unistd_.h for documentation. */
+/* See unistd.in.h for documentation. */
int
getlogin_r (char *name, size_t size)
{
Files:
m4/unistd_h.m4
-lib/unistd_.h
+lib/unistd.in.h
Depends-on:
include_next
# We need the following in order to create an empty placeholder for
# <unistd.h> when the system doesn't have one.
-unistd.h: unistd_.h
+unistd.h: unistd.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \