includes ifdef'ed and clean up-ed
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@550 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
/* Define if you have the gethostbyname function. */
|
/* Define if you have the gethostbyname function. */
|
||||||
#undef HAVE_GETHOSTBYNAME
|
#undef HAVE_GETHOSTBYNAME
|
||||||
|
|
||||||
|
/* Define if you have the mmap function. */
|
||||||
|
#undef HAVE_MMAP
|
||||||
|
|
||||||
/* Define if you have the setproctitle function. */
|
/* Define if you have the setproctitle function. */
|
||||||
#undef HAVE_SETPROCTITLE
|
#undef HAVE_SETPROCTITLE
|
||||||
|
|
||||||
@@ -21,6 +24,9 @@
|
|||||||
/* Define if you have the <paths.h> header file. */
|
/* Define if you have the <paths.h> header file. */
|
||||||
#undef HAVE_PATHS_H
|
#undef HAVE_PATHS_H
|
||||||
|
|
||||||
|
/* Define if you have the <sys/mman.h> header file. */
|
||||||
|
#undef HAVE_SYS_MMAN_H
|
||||||
|
|
||||||
/* Define if you have the <sys/select.h> header file. */
|
/* Define if you have the <sys/select.h> header file. */
|
||||||
#undef HAVE_SYS_SELECT_H
|
#undef HAVE_SYS_SELECT_H
|
||||||
|
|
||||||
|
4
appl/ftp/configure
vendored
4
appl/ftp/configure
vendored
@@ -872,7 +872,7 @@ else
|
|||||||
fi
|
fi
|
||||||
LD_FLAGS="$krb_cv_ld_flags"
|
LD_FLAGS="$krb_cv_ld_flags"
|
||||||
|
|
||||||
for ac_hdr in sys/select.h paths.h bsd/bsd.h
|
for ac_hdr in sys/select.h paths.h bsd/bsd.h sys/mman.h
|
||||||
do
|
do
|
||||||
ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
|
ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
|
||||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||||
@@ -1067,7 +1067,7 @@ EOF
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
for ac_func in setproctitle
|
for ac_func in setproctitle mmap
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
|
Reference in New Issue
Block a user