Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Actually, the most common THREAD_CFLAGS is -pthread, used by Solaris,
> OSF, and FreeBSD 4.X. Only Linux uses -D flags for threading.
So is -pthread a compile-time or link-time flag?
If we need both THREAD_CPPFLAGS and THREAD_CFLAGS then let's go ahead
and invent both.
regards, tom lane