momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
> #ifndef HAVE_SYMLINK
> #define HAVE_SYMLINK 0
> #endif
Surely this is exactly the wrong thing to do. It will break code that
tests for #ifdef HAVE_SYMLINK. Shouldn't you instead fix the timezone
library to make its tests in a more standard way?
regards, tom lane