temp patch to fix build bustage r=bstell

CODEPAGE is not defined (perhaps we don't have glibc2.1 on some tinders?)
so i'm disabling the code that would try to use it.
This commit is contained in:
timeless%mac.com 2001-04-03 08:45:05 +00:00
Родитель 6145ea6cc5
Коммит 2c2be369b7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -37,6 +37,8 @@
#if HAVE_GNU_LIBC_VERSION_H
#include <gnu/libc-version.h>
#endif
#undef HAVE_NL_LANGINFO
#define HAVE_NL_LANGINFO 0
#if HAVE_NL_LANGINFO
#include <langinfo.h>
#endif