3 # Apple's cpp-precomp seems a tad broken, so don't use it
4 # (Note: on OS X before 10.2, you might need -traditional-cpp instead)
5 CC="$CC -no-cpp-precomp"
7 # Select appropriate semaphore support. Darwin 6.0 (Mac OS X 10.2) and up
8 # support System V semaphores; before that we have to use POSIX semaphores,
9 # which are less good for our purposes because they eat a file descriptor
10 # per backend per max_connection slot.
13 USE_NAMED_POSIX_SEMAPHORES=1