616
when debug is on for normal more also)
616
when debug is on for normal more also)
618
Version 2.8.1b4 -- 30 March, 2001
618
Version 2.8.1b4 -- 30 March, 2001
619
-------------------------------------------------------------------------
619
---------------------------------------------------------------------------
620
New maintainer: Radim Kolar hsn/at/netmag.cz now maintains FSP codebase.
620
New maintainer: Radim Kolar hsn/at/sendmail.cz now maintains FSP codebase.
621
-------------------------------------------------------------------------
621
---------------------------------------------------------------------------
622
1) Eliminated a lot of warnings when compiling with -Wall.
622
1) Eliminated a lot of warnings when compiling with -Wall.
623
2) Moved to autoconf 2.12. Replaced old m4 macros with Autoconf's.
623
2) Moved to autoconf 2.12. Replaced old m4 macros with Autoconf's.
624
All autoconf's values are cached.
624
All autoconf's values are cached.
1
/*********************************************************************\
1
/*********************************************************************\
2
* Copyright (c) 2004 by Radim Kolar (hsn@netmag.cz) *
2
* Copyright (c) 2004 by Radim Kolar (hsn@sendmail.cz) *
3
* Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) *
3
* Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) *
5
* You may copy or modify this file in any manner you wish, provided *
5
* You may copy or modify this file in any manner you wish, provided *
1
dnl Process this file with autoconf to produce a working configure script.
1
dnl Process this file with autoconf to produce a working configure script.
2
dnl tested with autoconf 2.57
2
dnl tested with autoconf 2.57
3
AC_INIT(fsp,2.8.1b25,hsn@netmag.cz)
3
AC_INIT(fsp,2.8.1b25,hsn@sendmail.cz)
4
AC_CONFIG_SRCDIR(server/main.c)
4
AC_CONFIG_SRCDIR(server/main.c)
5
AM_INIT_AUTOMAKE([dist-bzip2])
5
AM_INIT_AUTOMAKE([dist-bzip2])
6
AC_PREREQ(2.57)
6
AC_PREREQ(2.57)
1
/*********************************************************************\
1
/*********************************************************************\
2
* Copyright (c) 2004 by Radim Kolar (hsn netmag.cz ) *
2
* Copyright (c) 2004 by Radim Kolar (hsn@sendmail.cz ) *
4
* You may copy or modify this file in any manner you wish, provided *
4
* You may copy or modify this file in any manner you wish, provided *
5
* that this notice is always included, and that you hold the author *
5
* that this notice is always included, and that you hold the author *
1
/*********************************************************************\
1
/*********************************************************************\
2
* Copyright (c) 2003-2005 by Radim Kolar (hsn netmag.cz ) *
2
* Copyright (c) 2003-2005 by Radim Kolar (hsn@sendmail.cz ) *
3
* Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) *
3
* Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) *
5
* You may copy or modify this file in any manner you wish, provided *
5
* You may copy or modify this file in any manner you wish, provided *