]> mj.ucw.cz Git - libucw.git/commit
Added DEFAULT_CONFIG define which tells us the name of the master
authorMartin Mares <mj@ucw.cz>
Sun, 14 Jan 2001 18:45:20 +0000 (18:45 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 14 Jan 2001 18:45:20 +0000 (18:45 +0000)
commitecfc630aa23529c07c8a9459608a2619479a7421
treec0185a2ade73ba788739190d928e38033328ed03
parenta78ee2126934389c3ca2b0d9c2176630ce7ed4ef
Added DEFAULT_CONFIG define which tells us the name of the master
configuration file.

Added CONSTRUCTOR which is a macro generating __attribute__((constructor))
to make a function called automatically upon program startup. This is ideal
for registering of configuration sections.
lib/config.h