summaryrefslogtreecommitdiffstats
path: root/conf.h
Commit message (Collapse)AuthorAgeFilesLines
* - added class tcpsRainer Gerhards2008-03-021-10/+0
| | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken
* converted conf.c to an abstract classRainer Gerhards2008-02-291-1/+18
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-0/+1
| | | | class loading)
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
| | | | rsyslog (now) and also much easier to type
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+46
- finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)