]> granicus.if.org Git - postgresql/blob - src/template/linux
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / template / linux
1 # $PostgreSQL: pgsql/src/template/linux,v 1.30 2007/09/21 02:33:46 tgl Exp $
2
3 # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
4 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
5
6 # If --enable-profiling is specified, we need -DLINUX_PROFILE
7 PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"