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