aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup:Fritz Elfert2001-02-011-0/+3
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Reworked configuration:Fritz Elfert2001-01-311-6/+32
| | | | | - Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff
* - Applied patches from peter.riocreux@cs.man.ac.uk.Fritz Elfert2001-01-201-14/+26
| | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs.
* Added check for return type of signal.Fritz Elfert2001-01-141-0/+3
|
* Misc. Makefile changes.Fritz Elfert2000-11-111-1/+2
| | | | Bumped up version.
* Added checks for broken libreadline-4 on RH7 (needs libcurses instead ofFritz Elfert2000-11-111-12/+31
| | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype
* Misc. small fixes.Fritz Elfert2000-10-091-4/+18
|
* Added man pages by John Lines (john+plpman@paladin.demon.co.uk).Fritz Elfert2000-08-101-0/+9
| | | | Started support for procfs-like extension in plpnfsd.
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-0/+2
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-19/+26
| | | | Configuration now is in config.h and this is included as the very first header.
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-3/+12
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-1/+12
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Maintenance release 0.6Fritz Elfert2000-01-171-1/+1
| | | | Several fixes in plpnfsd: NFS-mounted device has not been writable.
* Release of plptools-0.5Fritz Elfert2000-01-171-1/+23
|
* Bumped version to 0.4Fritz Elfert2000-01-121-1/+1
|
* Renamed packageFritz Elfert1999-07-051-2/+1
|
* Bumped up version.Fritz Elfert1999-07-051-1/+2
| | | | Delay during reconnect, to reduce load.
* Bumped up version to 0.2Fritz Elfert1999-07-041-1/+1
|
* Added subdir etcFritz Elfert1999-07-041-0/+1
|
* Added shared libFritz Elfert1999-07-011-0/+1
|
* renamed subdir nfsd to plpnfsdFritz Elfert1999-07-011-1/+1
|
* Package-growingFritz Elfert1999-06-291-0/+96