[vchkpw] Re: Defines on the command line.

2003-02-10 Thread Peter Palmreuther
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

Re: [vchkpw] Re: Defines on the command line.

2003-02-08 Thread Matt Simerson
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

[vchkpw] Re: Defines on the command line.

2003-02-08 Thread Peter Palmreuther
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