1
1

The various get[ug]id functions are used, so add checks for them. Same

for isascii.
Этот коммит содержится в:
Roland Illig 2005-08-15 21:02:17 +00:00
родитель 2b6d96d72d
Коммит f79711252d
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -1,7 +1,8 @@
2005-08-15 Roland Illig <roland.illig@gmx.de>
* configure.ac: The function getgrouplist() is not used anymore,
so there is no need to check for it.
so there is no need to check for it. The various get[ug]id
functions are used, so add checks for them. Same for isascii.
2005-07-20 Pavel Roskin <proski@gnu.org>

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

@ -178,8 +178,8 @@ dnl
AC_CHECK_FUNCS([\
atoll \
cfgetospeed \
getsid \
initgroups \
getegid geteuid getgid getsid getuid \
initgroups isascii \
memcpy memmove memset \
putenv \
setreuid setuid statfs strerror strftime sysconf \