From 481f2fe7871aca3171165913d603fc9ce8d12739 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Dec 1996 10:37:09 +0000 Subject: Include test code. svn path=/trunk/; revision=690 --- Makefile.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 81b0d76c..d90d907d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=2.5 +VERS=2.6 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -153,7 +153,9 @@ fetchmail.spec: $(srcdir)/Makefile.in $(srcdir)/specgen.sh .PHONY: clean realclean distclean mostlyclean clean: -rm -f fetchmail *.o core fetchmail.dvi \ - rcfile_l.c rcfile_y.h rcfile_y.c fetchmail.tar fetchmail.tar.gz + rcfile_l.c rcfile_y.h rcfile_y.c \ + fetchmail.tar fetchmail.tar.gz \ + linetext[12] distclean: clean -rm -f Makefile config.h @@ -218,6 +220,12 @@ fetchmail-$(VERS).tar: $(all) fetchmail-$(VERS).tar.gz: fetchmail-$(VERS).tar gzip -f fetchmail-$(VERS).tar +# Test for stdio line-buffering lossage on sockets +linetest1: socket.c + $(CC) -g -I. -DMAIN socket.c -o linetest1 # Use setlinebuf +linetest2: socket.c + $(CC) -g -I. -DMAIN -DUSE_STDIO socket.c -o linetest2 # Use setvnbuf + # The automatically generated dependencies below may omit config.h # because it is included with ``#include '' rather than # ``#include "config.h"''. So we add the explicit dependency to make sure. -- cgit v1.2.3