source code.
+Mon Mar 20 16:32:11 2006 Ben Pfaff <blp@gnu.org>
+
+ * Smake: Require "unistd" gnulib module. Removed tests for
+ HAVE_UNISTD_H from source code.
+
Sat Mar 4 13:20:56 2006 Ben Pfaff <blp@gnu.org>
* configure.ac: Get rid of pref.h.orig.
gethostname getline getlogin_r getopt gettext intprops memcasecmp \
memchr memcmp memmem memmove memset progname readlink restrict \
snprintf stat-macros stdbool stpcpy strcase strcspn strerror strftime \
-strstr strtod strtok_r strtol strtoul vsnprintf xalloc xalloc-die \
-xreadlink xvasprintf
+strstr strtod strtok_r strtol strtoul unistd vsnprintf xalloc \
+xalloc-die xreadlink xvasprintf
all: po/POTFILES.in
test -d m4 || mkdir m4
#ifdef unix
#include <pwd.h>
-#if HAVE_UNISTD_H
#include <unistd.h>
-#endif
#include <sys/stat.h>
#include "stat-macros.h"
#endif
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
-#if HAVE_UNISTD_H
-#include <unistd.h> /* Required by SunOS4. */
-#endif
+#include <unistd.h>
#include <libpspp/alloc.h>
#include "case.h"
#include "dictionary.h"
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
+#include <unistd.h>
#include <libpspp/alloc.h>
#include <libpspp/compiler.h>
#include <data/dictionary.h>
#include <data/variable.h>
#include <procedure.h>
-#if HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#if HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include <stdarg.h>
#include <time.h>
#include <errno.h>
-#if HAVE_UNISTD_H
#include <unistd.h>
-#endif
#include <libpspp/compiler.h>
#include <libpspp/str.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
-
-#if HAVE_UNISTD_H
#include <unistd.h>
-#endif
#include <libpspp/alloc.h>
#include <libpspp/compiler.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-#if HAVE_UNISTD_H
-#include <unistd.h> /* Required by SunOS4. */
-#endif
+#include <unistd.h>
#include <libpspp/alloc.h>
#include <data/case.h>
#include <data/casefile.h>