From ef6c33f3b98d4ade568fd4669961ec2c00c7a16a Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Fri, 21 Apr 2000 03:07:51 +0000
Subject: [PATCH] Finally figured out that HP's cpp won't do ANSI preprocessing
 constructs unless you feed it -Aa or -Ae switch.  Autoconf does not know
 about this, but we can fix it in the hpux_cc template file.  I knew templates
 were good for something ;-)

---
 src/template/hpux_cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/template/hpux_cc b/src/template/hpux_cc
index 8732e3d71c..755ce566fe 100644
--- a/src/template/hpux_cc
+++ b/src/template/hpux_cc
@@ -8,5 +8,6 @@ DLSUFFIX:.sl
 YFLAGS:-d
 YACC:
 CC:cc
+CPP:cc -E -Ae
 # Make aCC be first C++ compiler name tried...
 CCC:aCC
-- 
2.24.1