1*4b169a6bSchristos# sockets.m4 serial 7 2*4b169a6bSchristosdnl Copyright (C) 2008-2022 Free Software Foundation, Inc. 3*4b169a6bSchristosdnl This file is free software; the Free Software Foundation 4*4b169a6bSchristosdnl gives unlimited permission to copy and/or distribute it, 5*4b169a6bSchristosdnl with or without modifications, as long as this notice is preserved. 6*4b169a6bSchristos 7*4b169a6bSchristosAC_DEFUN([gl_SOCKETS], 8*4b169a6bSchristos[ 9*4b169a6bSchristos AC_REQUIRE([AC_C_INLINE]) 10*4b169a6bSchristos AC_REQUIRE([gl_SOCKETLIB]) 11*4b169a6bSchristos gl_PREREQ_SOCKETS 12*4b169a6bSchristos]) 13*4b169a6bSchristos 14*4b169a6bSchristos# Prerequisites of lib/sockets.c. 15*4b169a6bSchristosAC_DEFUN([gl_PREREQ_SOCKETS], [ 16*4b169a6bSchristos : 17*4b169a6bSchristos]) 18