]> mj.ucw.cz Git - libucw.git/commit
All configuration options (except for custom attributes which still dwell
authorMartin Mares <mj@ucw.cz>
Sat, 6 Apr 2002 18:44:18 +0000 (18:44 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 6 Apr 2002 18:44:18 +0000 (18:44 +0000)
commit88bd973b15bad1cb074b727743e59b81111bce30
treebe7926b414102bcf60bfed6766638c63a09304a6
parentb23db618057b5aa8905c41df963d6fa865d82c8c
All configuration options (except for custom attributes which still dwell
in lib/custom.h) are now stored in config.mk to make them available to both
makefiles (conditional linking etc.) and C programs (lib/autoconf.h is
generated from config.mk by a simple shell script).

This gives an easy way how to create special-purpose modules (like the
SQL gatherer) which need extra libraries -- just make them a compile-time
option ;)
lib/config.h