diff --git a/ChangeLog b/ChangeLog index 4420638a..81484e33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ $Id$ -v0.51.0 09-Feb-2004 + +v0.51.1 21-Feb-2004 + +v0.51.0 09-Feb-2004 - 21-Feb-2004 general: Reorganized the library header files. This will make it easier diff --git a/config.h.in b/config.h.in index 15d420c7..ec438660 100644 --- a/config.h.in +++ b/config.h.in @@ -182,6 +182,9 @@ /* Define if you have the header file. */ #undef HAVE_UTMPX_H +/* Define if you have the header file. */ +#undef HAVE_ICONV_H + /* Define if you have the memcpy function. */ #undef HAVE_MEMCPY @@ -236,6 +239,6 @@ /* Define if you have the header file. */ #undef HAVE_ZLIB_H -/* Defile if machine is bigendian */ +/* Define if machine is bigendian */ #undef WORDS_BIGENDIAN diff --git a/configure b/configure index 4280a880..809fb3aa 100755 --- a/configure +++ b/configure @@ -1275,7 +1275,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html PACKAGE="mbsebbs" MAJOR="0" MINOR="51" -REVISION="0" +REVISION="1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" @@ -5373,7 +5373,8 @@ done -for ac_header in sys/resource.h usersec.h gshadow.h shadow.h + +for ac_header in sys/resource.h usersec.h gshadow.h shadow.h iconv.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/configure.in b/configure.in index 87ea7b2b..a6eecf52 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="51" -REVISION="0" +REVISION="1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" @@ -203,7 +203,7 @@ AC_HEADER_DIRENT AC_HEADER_TIME AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(sys/time.h termios.h sys/vfs.h unistd.h netinet/in.h regex.h) -AC_CHECK_HEADERS(sys/resource.h usersec.h gshadow.h shadow.h) +AC_CHECK_HEADERS(sys/resource.h usersec.h gshadow.h shadow.h iconv.h) AC_CHECK_HEADERS(limits.h utmp.h utmpx.h lastlog.h rpc/key_prot.h) AC_STRUCT_TIMEZONE diff --git a/lib/mbselib.h b/lib/mbselib.h index dc8c7ee6..043fccb7 100644 --- a/lib/mbselib.h +++ b/lib/mbselib.h @@ -92,6 +92,9 @@ #endif #include #include +#ifdef HAVE_ICONV_H +#include +#endif #include #include