[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HAVE_UNISTD_H used in progreloc.c
From: |
Bruno Haible |
Subject: |
Re: HAVE_UNISTD_H used in progreloc.c |
Date: |
Fri, 7 Jul 2006 14:03:30 +0200 |
User-agent: |
KMail/1.9.1 |
Hi Jim,
> I just grepped for HAVE_UNISTD_H in gnulib/ and found this
> single remaining use. Any reason to keep it?
>
> Index: lib/progreloc.c
Yes. Mingw doesn't have a <unistd.h>. gnulib provides an empty replacement;
however, the relocatable stuff is only temporarily in gnulib - ultimately
it belongs in the GNU Build System (most likely Automake). Therefore it
shouldn't rely on gnulib.
Bruno