aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-04 11:23:15 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-04 11:23:15 +0000
commiteda9d69d6c6509eed028b118c79140abe8bb2fb5 (patch)
treed1428fd6eac0ee31fcfe67e5dd98bc2535df7a09 /src/template
parentc7b40e605810e4f78c124061a8f15570451ceed1 (diff)
downloadpostgresql-eda9d69d6c6509eed028b118c79140abe8bb2fb5.tar.gz
postgresql-eda9d69d6c6509eed028b118c79140abe8bb2fb5.zip
Move YACC and YFLAGS into the template files
Clean up the .sample files...comment out all sample entries except for the localhost one
Diffstat (limited to 'src/template')
-rw-r--r--src/template/aix2
-rw-r--r--src/template/alpha2
-rw-r--r--src/template/bsdi2
-rw-r--r--src/template/bsdi-2.12
-rw-r--r--src/template/dgux2
-rw-r--r--src/template/freebsd2
-rw-r--r--src/template/generic2
-rw-r--r--src/template/hpux-cc2
-rw-r--r--src/template/hpux-gcc2
-rw-r--r--src/template/i386_solaris-cc2
-rw-r--r--src/template/i386_solaris-gcc2
-rw-r--r--src/template/irix52
-rw-r--r--src/template/linux2
-rw-r--r--src/template/linux-elf2
-rw-r--r--src/template/nextstep2
-rw-r--r--src/template/sparc_solaris-cc2
-rw-r--r--src/template/sparc_solaris-gcc2
-rw-r--r--src/template/sunos4-cc2
-rw-r--r--src/template/sunos4-gcc2
-rw-r--r--src/template/svr42
-rw-r--r--src/template/ultrix42
-rw-r--r--src/template/univel2
22 files changed, 44 insertions, 0 deletions
diff --git a/src/template/aix b/src/template/aix
index 229e7c42950..96b68d7c587 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/alpha b/src/template/alpha
index 9600955e98d..a8e22c8cbed 100644
--- a/src/template/alpha
+++ b/src/template/alpha
@@ -12,3 +12,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/bsdi b/src/template/bsdi
index 9382e5a0378..6c00b239ae3 100644
--- a/src/template/bsdi
+++ b/src/template/bsdi
@@ -6,3 +6,5 @@ SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
DLSUFFIX:.o
+YFLAGS:-d
+YACC:
diff --git a/src/template/bsdi-2.1 b/src/template/bsdi-2.1
index ca4be08a5cd..2a089e29fcc 100644
--- a/src/template/bsdi-2.1
+++ b/src/template/bsdi-2.1
@@ -6,3 +6,5 @@ SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
DLSUFFIX:.o
+YFLAGS:-d
+YACC:
diff --git a/src/template/dgux b/src/template/dgux
index 12eacc9694b..ad9c1d0e2c8 100644
--- a/src/template/dgux
+++ b/src/template/dgux
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:bison -y
diff --git a/src/template/freebsd b/src/template/freebsd
index feff9e248f6..4e142054227 100644
--- a/src/template/freebsd
+++ b/src/template/freebsd
@@ -5,3 +5,5 @@ SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:bison -y
diff --git a/src/template/generic b/src/template/generic
index 7df8389b232..6260bc0dcb3 100644
--- a/src/template/generic
+++ b/src/template/generic
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/hpux-cc b/src/template/hpux-cc
index 27bea8a58ea..621687929fb 100644
--- a/src/template/hpux-cc
+++ b/src/template/hpux-cc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.sl
+YFLAGS:-d
+YACC:
diff --git a/src/template/hpux-gcc b/src/template/hpux-gcc
index c685b01a9c8..9915ba5b5b7 100644
--- a/src/template/hpux-gcc
+++ b/src/template/hpux-gcc
@@ -7,3 +7,5 @@ SRCH_LIB:
USE_LOCALE:no
DL_LIB:/usr/lib/libdld.sl
DLSUFFIX:.sl
+YFLAGS:-d
+YACC:
diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc
index 574d16a7fd7..0b957d293d8 100644
--- a/src/template/i386_solaris-cc
+++ b/src/template/i386_solaris-cc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/i386_solaris-gcc b/src/template/i386_solaris-gcc
index 36f87789c93..73a51db6780 100644
--- a/src/template/i386_solaris-gcc
+++ b/src/template/i386_solaris-gcc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/irix5 b/src/template/irix5
index 7df8389b232..6260bc0dcb3 100644
--- a/src/template/irix5
+++ b/src/template/irix5
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/linux b/src/template/linux
index 12eacc9694b..26d2d7969b4 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/linux-elf b/src/template/linux-elf
index 241e6c34e4c..86ae0f833c0 100644
--- a/src/template/linux-elf
+++ b/src/template/linux-elf
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
+YFLAGS:-d
+YACC:
diff --git a/src/template/nextstep b/src/template/nextstep
index fb70ef397f3..6a6e169c244 100644
--- a/src/template/nextstep
+++ b/src/template/nextstep
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
+YFLAGS:-d
+YACC:
diff --git a/src/template/sparc_solaris-cc b/src/template/sparc_solaris-cc
index 37eee8f568c..b0a80e42256 100644
--- a/src/template/sparc_solaris-cc
+++ b/src/template/sparc_solaris-cc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/sparc_solaris-gcc b/src/template/sparc_solaris-gcc
index 574d16a7fd7..0b957d293d8 100644
--- a/src/template/sparc_solaris-gcc
+++ b/src/template/sparc_solaris-gcc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/sunos4-cc b/src/template/sunos4-cc
index 155a026ad48..f1c51a104c6 100644
--- a/src/template/sunos4-cc
+++ b/src/template/sunos4-cc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/sunos4-gcc b/src/template/sunos4-gcc
index d43a41a83a7..3c094643de3 100644
--- a/src/template/sunos4-gcc
+++ b/src/template/sunos4-gcc
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:
diff --git a/src/template/svr4 b/src/template/svr4
index f22a6350866..136e10c93a4 100644
--- a/src/template/svr4
+++ b/src/template/svr4
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:bison -y
diff --git a/src/template/ultrix4 b/src/template/ultrix4
index 79fb9e839a3..e5bcdad82d1 100644
--- a/src/template/ultrix4
+++ b/src/template/ultrix4
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
+YFLAGS:-d
+YACC:
diff --git a/src/template/univel b/src/template/univel
index 255e9a7ee14..6c1cb2a476a 100644
--- a/src/template/univel
+++ b/src/template/univel
@@ -6,3 +6,5 @@ SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
+YFLAGS:-d
+YACC:bison -y