head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.06.03.20.52.18; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Added MySQL support. @ text @--- makedefs.orig 2003-01-23 14:45:02.000000000 +0100 +++ makedefs 2003-06-03 22:49:58.000000000 +0200 @@@@ -289,6 +289,13 @@@@ esac # +# Enable MySQL support. +# + +CCARGS="-DHAS_MYSQL -I/usr/include/mysql" +AUXLIBS="-L/usr/lib -lmysqlclient -lz -lm" + +# # PCRE 3.x has a pcre-config utility so we don't have to guess. # case "$CCARGS" in @ .