Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 202180
Collapse All | Expand All

(-)bootstrap-pkgsrc-orig/mtree/configure.ac (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
dnl Checks for header files.
25
dnl Checks for header files.
26
AC_HEADER_STDC
26
AC_HEADER_STDC
27
AC_CHECK_HEADERS([assert.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h limits.h inttypes.h md5.h md5global.h machine/endian.h netdb.h pwd.h rmd160.h sha1.h signal.h termios.h utmp.h])
27
AC_CHECK_HEADERS([assert.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h limits.h inttypes.h md5.h md5global.h machine/endian.h netdb.h pwd.h rmd160.h sha1.h signal.h string.h termios.h utmp.h])
28
AC_CHECK_HEADERS([sys/bitypes.h sys/byteorder.h sys/cdefs.h])
28
AC_CHECK_HEADERS([sys/bitypes.h sys/byteorder.h sys/cdefs.h])
29
AC_CHECK_HEADERS([sys/endian.h sys/file.h sys/mkdev.h sys/param.h sys/queue.h sys/stat.h sys/time.h sys/ttycom.h])
29
AC_CHECK_HEADERS([sys/endian.h sys/file.h sys/mkdev.h sys/param.h sys/queue.h sys/stat.h sys/time.h sys/ttycom.h])
30
30
(-)bootstrap-pkgsrc-orig/mtree/util.h (+4 lines)
Lines 54-59 Link Here
54
#include <pwd.h>
54
#include <pwd.h>
55
#endif
55
#endif
56
56
57
#ifdef HAVE_STRING_H
58
#include <string.h>
59
#endif
60
57
#ifdef HAVE_TERMIOS_H
61
#ifdef HAVE_TERMIOS_H
58
#include <termios.h>
62
#include <termios.h>
59
#endif
63
#endif

Return to bug 202180