Skip to content
Snippets Groups Projects
Commit fa7e0033 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now checks for sys/stat.h.

Rev: src/modules/system/configure.in:1.12
parent 41e434bf
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ AC_CHECK_LIB(nsl, gethostbyname) ...@@ -9,7 +9,7 @@ AC_CHECK_LIB(nsl, gethostbyname)
AC_HAVE_HEADERS(syslog.h sys/syslog.h sys/types.h errno.h unistd.h pwd.h \ AC_HAVE_HEADERS(syslog.h sys/syslog.h sys/types.h errno.h unistd.h pwd.h \
sys/conf.h sys/socket.h netinet/in.h arpa/inet.h netdb.h stdarg.h \ sys/conf.h sys/socket.h netinet/in.h arpa/inet.h netdb.h stdarg.h \
sys/utsname.h pwd.h passwd.h shadow.h grp.h) sys/utsname.h pwd.h passwd.h shadow.h grp.h sys/stat.h)
AC_HAVE_FUNCS(syslog link symlink readlink \ AC_HAVE_FUNCS(syslog link symlink readlink \
initgroups setgroups seteuid setresuid setegid setresgid \ initgroups setgroups seteuid setresuid setegid setresgid \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment