diff options
author | Ali Abdulkadir <autostart.ini@gmail.com> | 2017-10-24 08:17:52 +0300 |
---|---|---|
committer | Ali Abdulkadir <autostart.ini@gmail.com> | 2017-10-24 08:17:52 +0300 |
commit | 260ad4d1bdfdff0a542844a2e9da892ec0bfd72a (patch) | |
tree | 90c632ff305bf8119e8d3c5671eb81628e28f407 /configure | |
parent | 2db7506730cff9a3cd771f31ce61b683210c8b31 (diff) | |
download | tcpdump-260ad4d1bdfdff0a542844a2e9da892ec0bfd72a.tar.gz |
regenerate
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5006,6 +5006,19 @@ esac fi +ac_fn_c_check_func "$LINENO" "getservent" "ac_cv_func_getservent" +if test "x$ac_cv_func_getservent" = xyes; then : + $as_echo "#define HAVE_GETSERVENT 1" >>confdefs.h + +else + case " $LIBOBJS " in + *" getservent.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS getservent.$ac_objext" + ;; +esac + +fi + ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long" if test "x$ac_cv_func_getopt_long" = xyes; then : $as_echo "#define HAVE_GETOPT_LONG 1" >>confdefs.h |