summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.conf1
-rw-r--r--src/pathchk.c5
2 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 964b0be47..820cb54d1 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -139,6 +139,7 @@ gnulib_modules="
maintainer-makefile
malloc-gnu
manywarnings
+ mbrlen
mbrtowc
mbsalign
mbswidth
diff --git a/src/pathchk.c b/src/pathchk.c
index 814652834..463269690 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -25,11 +25,6 @@
#include "quote.h"
#include "quotearg.h"
-#if ! (HAVE_MBRLEN && HAVE_MBSTATE_T)
-# define mbrlen(s, n, ps) 1
-# define mbstate_t int
-#endif
-
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pathchk"