From c06962518a182845b3f138d9a0c79be043cc8602 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Mar 2008 19:15:07 +0000 Subject: [PATCH] added HAVE_UNISTD_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 5de04cf..2102282 100644 --- a/config.h.in +++ b/config.h.in @@ -32,6 +32,9 @@ /* Define if you have the time.h header file */ #undef HAVE_TIME_H +/* Define if you have the unistd.h header file */ +#undef HAVE_UNISTD_H + /* Define if you have the lrand48 function. */ #undef HAVE_LRAND48 -- 1.7.10.4