view docs/noffle.lsm @ 272:f3b44be9e4ab noffle

[svn] * configure.in: Remove '-ansi' and '-Wtraditional'. We use functions that aren't strict ANSI, and I'm not interested in warnings about usage differences between ANSI and K&R. * Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in: Regenerate after configure.in change. With all the above in, we now compile cleanly on Cygwin with GCC 3.2, except for a warning about printing a time_t with a %ld format. This will serve as a reminder that we assume time_t is the same size as a long.
author bears
date Sun, 10 Nov 2002 11:44:18 +0000
parents a53d3f2f2f38
children
line wrap: on
line source

Begin4
Title:          NOFFLE - news server 
Version:	1.0
Entered-date:   2002-07-12
Description:    NOFFLE is a news server optimized for low speed dialup
		connections to the Internet and few users.
		It allows reading news offline with many news reader
                programs, even if they do not support offline reading
                by themselves.
Keywords:       news server, news reader, offline, modem, dialup
Author:		Markus Enzenberger <me@markus-enzenberger.de>
Maintained-by:  Markus Enzenberger <me@markus.enzenberger.de>
                Jim Hague <jim@bear-cave.org.uk>
Primary-site:   http://noffle.sourceforge.net
Platforms:      UNIX, GNU/Linux
Copying-policy: GPL
End