Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeto committed Oct 24, 2017
1 parent 2db7506 commit 260ad4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.h.in
Expand Up @@ -55,6 +55,9 @@
/* define if you have getrpcbynumber() */
#undef HAVE_GETRPCBYNUMBER

/* Define to 1 if you have the `getservent' function. */
#undef HAVE_GETSERVENT

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

Expand Down
13 changes: 13 additions & 0 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit 260ad4d

Please sign in to comment.