1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove cvs keywords from all files.

This commit is contained in:
Magnus Hagander
2010-09-20 22:08:53 +02:00
parent cecde97577
commit 9f2e211386
2182 changed files with 2182 additions and 2182 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/cygwin,v 1.8 2010/07/05 18:54:38 tgl Exp $
# src/template/cygwin
SRCH_LIB="/usr/local/lib"

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/darwin,v 1.12 2010/08/02 04:51:17 tgl Exp $
# src/template/darwin
# Select appropriate semaphore support. Darwin 6.0 (Mac OS X 10.2) and up
# support System V semaphores; before that we have to use POSIX semaphores,

View File

@ -1 +1 @@
# $PostgreSQL: pgsql/src/template/dgux,v 1.13 2010/08/19 05:57:35 petere Exp $
# src/template/dgux

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $
# src/template/freebsd
case $host_cpu in
alpha*) CFLAGS="-O";; # alpha has problems with -O2

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/hpux,v 1.16 2006/12/12 19:43:19 petere Exp $
# src/template/hpux
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/linux,v 1.31 2008/10/29 16:06:47 petere Exp $
# src/template/linux
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"

View File

@ -1,2 +1,2 @@
# $PostgreSQL: pgsql/src/template/netbsd,v 1.21 2010/08/19 05:57:35 petere Exp $
# src/template/netbsd
# tools/thread/thread_test must be run

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/nextstep,v 1.9 2006/03/11 04:38:41 momjian Exp $
# src/template/nextstep
AROPT=rc
SHARED_LIB=

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $
# src/template/osf
if test "$GCC" != yes ; then
CC="$CC -std"