Hello Matt,
On Sunday, February 9, 2003 at 4:44:42 AM you [MS] wrote (at least in
part):
> What I really, really want is to override the defined values in
> vmysql.h without actually altering any files in any way. Maybe it's not
> possible, but it just seems like it should be.
But you have read
OK, I attempted to pass them via make:
make -DMYSQL_UPDATE_SERVER=\"db.simerson.net\"
-DMYSQL_UPDATE_USER=\"vpopmail\" -DMYSQL_UPDATE_PASSWD=\"secret\"
-DMYSQL_READ_SERVER=\"localhost\" -DMYSQL_READ_USER=\"vpopmail\"
-DMYSQL_READ_PASSWD=\"secret\"
but that didn't work. So, I set the CFLAGS env
Hello Matt,
On Sunday, February 9, 2003 at 1:34:49 AM you [MS] wrote (at least in
part):
> I'm sure I'm about to display my ignorance of C but:
> Is there a way to override the values find in a .h file from the
> command line?
I don't know if there's a way to "override" the '#define's. A quick