Mercurial > hg > octave-shane > gnulib-hg
view m4/netinet_in_h.m4 @ 8211:a7182ec8249f
vsnprintf.h is replaced with <stdio.h>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 21 Feb 2007 02:21:08 +0000 |
parents | c5c751b9f184 |
children | d01509bbd3bc |
line wrap: on
line source
# netinet_in_h.m4 serial 1 dnl Copyright (C) 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson AC_DEFUN([gl_HEADER_NETINET_IN], [ AC_CHECK_HEADERS_ONCE([netinet/in.h]) if test $ac_cv_header_netinet_in_h = yes; then NETINET_IN_H='' else NETINET_IN_H='netinet/in.h' fi AC_SUBST(NETINET_IN_H) ])