@@ -11209,62 +11209,6 @@ if test "$ac_res" != no; then :
11209
11209
11210
11210
fi
11211
11211
11212
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
11213
- $as_echo_n "checking for library containing crypt... " >&6; }
11214
- if ${ac_cv_search_crypt+:} false; then :
11215
- $as_echo_n "(cached) " >&6
11216
- else
11217
- ac_func_search_save_LIBS=$LIBS
11218
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11219
- /* end confdefs.h. */
11220
-
11221
- /* Override any GCC internal prototype to avoid an error.
11222
- Use char because int might match the return type of a GCC
11223
- builtin and then its argument prototype would still apply. */
11224
- #ifdef __cplusplus
11225
- extern "C"
11226
- #endif
11227
- char crypt ();
11228
- int
11229
- main ()
11230
- {
11231
- return crypt ();
11232
- ;
11233
- return 0;
11234
- }
11235
- _ACEOF
11236
- for ac_lib in '' crypt; do
11237
- if test -z "$ac_lib"; then
11238
- ac_res="none required"
11239
- else
11240
- ac_res=-l$ac_lib
11241
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11242
- fi
11243
- if ac_fn_c_try_link "$LINENO"; then :
11244
- ac_cv_search_crypt=$ac_res
11245
- fi
11246
- rm -f core conftest.err conftest.$ac_objext \
11247
- conftest$ac_exeext
11248
- if ${ac_cv_search_crypt+:} false; then :
11249
- break
11250
- fi
11251
- done
11252
- if ${ac_cv_search_crypt+:} false; then :
11253
-
11254
- else
11255
- ac_cv_search_crypt=no
11256
- fi
11257
- rm conftest.$ac_ext
11258
- LIBS=$ac_func_search_save_LIBS
11259
- fi
11260
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_crypt" >&5
11261
- $as_echo "$ac_cv_search_crypt" >&6; }
11262
- ac_res=$ac_cv_search_crypt
11263
- if test "$ac_res" != no; then :
11264
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11265
-
11266
- fi
11267
-
11268
11212
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shm_open" >&5
11269
11213
$as_echo_n "checking for library containing shm_open... " >&6; }
11270
11214
if ${ac_cv_search_shm_open+:} false; then :
@@ -12760,7 +12704,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
12760
12704
fi
12761
12705
12762
12706
12763
- for ac_header in atomic.h copyfile.h crypt.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
12707
+ for ac_header in atomic.h copyfile.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
12764
12708
do :
12765
12709
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12766
12710
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -15782,19 +15726,6 @@ done
15782
15726
15783
15727
fi
15784
15728
15785
- ac_fn_c_check_func "$LINENO" "crypt" "ac_cv_func_crypt"
15786
- if test "x$ac_cv_func_crypt" = xyes; then :
15787
- $as_echo "#define HAVE_CRYPT 1" >>confdefs.h
15788
-
15789
- else
15790
- case " $LIBOBJS " in
15791
- *" crypt.$ac_objext "* ) ;;
15792
- *) LIBOBJS="$LIBOBJS crypt.$ac_objext"
15793
- ;;
15794
- esac
15795
-
15796
- fi
15797
-
15798
15729
ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
15799
15730
if test "x$ac_cv_func_dlopen" = xyes; then :
15800
15731
$as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
0 commit comments