* m4/jm-macros.m4: Do not check for ftruncate, iswspace,
mkfifo, mbrlen, sysctl. Coreutils no longer uses the
corresponding HAVE_* macros, typically because Gnulib
handles them now.
* src/wc.c (iswspace): Remove; unused.
-#serial 114 -*- autoconf -*-
+#serial 115 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
fallocate
fchown
fchmod
- ftruncate
- iswspace
- mkfifo
- mbrlen
setgroups
sethostname
siginterrupt
sync
syncfs
- sysctl
sysinfo
tcgetpgrp
])
#include "stat-size.h"
#include "xbinary-io.h"
-#if !defined iswspace && !HAVE_ISWSPACE
-# define iswspace(wc) \
- ((wc) == to_uchar (wc) && isspace (to_uchar (wc)))
-#endif
-
/* The official name of this program (e.g., no 'g' prefix). */
#define PROGRAM_NAME "wc"