ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/configure.in
(Generate patch)

Comparing Convert-UUlib/uulib/configure.in (file contents):
Revision 1.15 by root, Sat Sep 24 06:25:44 2022 UTC vs.
Revision 1.16 by root, Sat Sep 24 06:32:50 2022 UTC

24 24
25# 25#
26# Checks for header files and library functions 26# Checks for header files and library functions
27# 27#
28 28
29AC_HEADER_STDC
30AC_TYPE_SIZE_T 29AC_TYPE_SIZE_T
31AC_HEADER_TIME
32AC_CHECK_HEADERS(fcntl.h unistd.h) 30AC_CHECK_HEADERS(fcntl.h unistd.h)
33AC_CHECK_HEADERS(io.h sys/time.h) 31AC_CHECK_HEADERS(io.h sys/time.h)
34 32
35CFLAGS="$CFLAGS -D_GNU_SOURCE" 33CFLAGS="$CFLAGS -D_GNU_SOURCE"
36AC_CHECK_FUNCS(tempnam gettimeofday flockfile getc_unlocked feof_unlocked ferror_unlocked) 34AC_CHECK_FUNCS(tempnam gettimeofday flockfile getc_unlocked feof_unlocked ferror_unlocked)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines