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:
Assar Westerlund
1996-05-31 20:59:38 +00:00
parent 1d3a8d616f
commit a495a9ad1e
2 changed files with 8 additions and 2 deletions

View File

@@ -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
View File

@@ -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