File: check_libbind.m4

package info (click to toggle)
ncap 1.9.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,704 kB
  • sloc: sh: 10,135; ansic: 5,829; perl: 68; makefile: 42; python: 33
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
libbind_cflags=""
libbind_ldflags=""
libbind_libs="-lresolv"

AC_SUBST([libbind_cflags])
AC_SUBST([libbind_ldflags])
AC_SUBST([libbind_libs])

AC_DEFINE([HAVE_LIBBIND], [1], [Define to 1 if libbind works.])