-
Notifications
You must be signed in to change notification settings - Fork 175
{dblib,odbc}/unittests/common.h: Allow FREETDS_SRCDIR overrides. #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Aaron M. Ucko <ucko@ncbi.nlm.nih.gov>
|
Why do you want to override it? The idea is that you can override |
|
Layout differences -- we have, e.g., |
|
How can the layout be different if they are in the source path which should be from FreeTDS repository or from tarball? |
|
I've been making formal layout changes in the course of embedding into the NCBI C++ Toolkit's top-level |
|
Which build system do you use? I personally never liked these macros anyway... I was trying to find a better alternative, like, if was possible, to remove them entirely in some way. |
|
Looking relative to We've historically used an Autoconf-based setup with central |
|
In the meantime merged, maybe I'll find a better way to remove that definition. |
|
Thanks! |
Split from #555.