aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-30/+0
| | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
* Adaptions to SuSE's autoconf.Fritz Elfert2002-03-121-5/+0
|
* - plpbackup: more error handling; translationFritz Elfert2002-02-151-0/+3
| | | | | - Added plpprint stuff (yet not useful) - ccmalloc upgrade
* Configure check and support for readline 4.2Fritz Elfert2001-07-261-0/+9
|
* Fixed debian compile bug.Fritz Elfert2001-03-291-0/+3
| | | | Fixed link when libplp is not yet installed.
* NLS fixes, kpsion configFritz Elfert2001-03-241-0/+3
|
* Modified icons.Fritz Elfert2001-03-011-0/+15
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* More cleanup:Fritz Elfert2001-02-011-0/+12
| | | | | | | | | | | | | | | - 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.
* - Applied patches from peter.riocreux@cs.man.ac.uk.Fritz Elfert2001-01-201-0/+3
| | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs.
* Added debug config option and modified an assert in Enum.hFritz Elfert2000-08-271-0/+9
|
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-0/+48
| | | | 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-0/+6
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* First import.Fritz Elfert1999-06-281-0/+6