-/* system-dependent definitions for fileutils programs.
+/* system-dependent definitions for fileutils, textutils, and sh-utils packages.
Copyright (C) 89, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
#include "pathmax.h"
-/* FIXME: Don't use _POSIX_VERSION. */
-#ifndef _POSIX_VERSION
-off_t lseek ();
-#endif
-
#ifdef TM_IN_SYS_TIME
# include <sys/time.h>
#else
# include <string.h>
#else
# include <strings.h>
-char *memchr ();
#endif
#include <errno.h>
# include <sys/file.h>
#endif
-#ifndef SEEK_SET
+#if !defined (SEEK_SET)
# define SEEK_SET 0
# define SEEK_CUR 1
# define SEEK_END 2