diff options
| author | Bruno Haible <bruno@clisp.org> | 2005-09-26 13:58:51 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2005-09-26 13:58:51 +0000 |
| commit | be4b03ff802ce76ee841d09d7546039d5e991127 (patch) | |
| tree | b855fd546c6cad1e001d2e97ccfe7f3645f8f998 /modules/mbfile | |
| parent | fbf26a89d86387bcf6f801dcd4455e2751c3867e (diff) | |
| download | gnulib-be4b03ff802ce76ee841d09d7546039d5e991127.tar.gz | |
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
only be #included conditionally.
Diffstat (limited to 'modules/mbfile')
| -rw-r--r-- | modules/mbfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/mbfile b/modules/mbfile index 525d1cc9f2..585364f446 100644 --- a/modules/mbfile +++ b/modules/mbfile @@ -4,6 +4,7 @@ Multibyte character I/O. Files: lib/mbfile.h m4/mbfile.m4 +m4/mbrtowc.m4 Depends-on: mbchar @@ -16,7 +17,9 @@ Makefile.am: lib_SOURCES += mbfile.h Include: -"mbfile.h" +#if HAVE_MBRTOWC +#include "mbfile.h" +#endif License: LGPL |
