Use AC_FUNC_SETVBUF_REVERSED.

This commit is contained in:
Jim Meyering 1999-03-12 15:11:06 +00:00
parent ff12f6ff27
commit 5478a521d6

View File

@ -41,4 +41,8 @@ AC_DEFUN(jm_MACROS,
[Define to the function xargmatch calls on failures.])
AC_DEFINE(ARGMATCH_DIE_DECL, [extern void usage ()],
[Define to the declaration of the xargmatch failure function.])
dnl Used to define SETVBUF in sys2.h.
AC_FUNC_SETVBUF_REVERSED
])