From 90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 27 Nov 2004 18:51:08 +0000 Subject: Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. --- src/bin/scripts/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/scripts/common.h') diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 647be82b882..04f8af4f0c2 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -4,7 +4,7 @@ #include "pqexpbuffer.h" #include "getopt_long.h" -#ifndef HAVE_OPTRESET +#ifndef HAVE_INT_OPTRESET int optreset; #endif -- cgit v1.2.3