use <db.h> before <db3/db.h> or <db4/db.h>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 11 Mar 2002 06:00:21 +0000 (06:00 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 11 Mar 2002 06:00:21 +0000 (06:00 +0000)
commit16da4de7792cde1b8bfbb81c37f926b096fe7aa5
treed18a25e4f1da7bba37e2c247b91e868a10337cc5
parent260947add33216334274b7b81ea8d2a9014c50ca
use <db.h> before <db3/db.h> or <db4/db.h>
this is the only way i can think of to make it work everywhere; people on
systems like FreeBSD where the ports work the other way around will have to
specify an extra -I flag in their CPPFLAGS variable.
citadel/ChangeLog
citadel/database_sleepycat.c