mirror of https://github.com/MidnightCommander/mc
The various get[ug]id functions are used, so add checks for them. Same
for isascii.
This commit is contained in:
parent
2b6d96d72d
commit
f79711252d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue