Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
875efad4
Commit
875efad4
authored
Jul 01, 2005
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to autoconf 2.59 as well as updates of related scripts
parent
2f7d369a
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7538 additions
and
3732 deletions
+7538
-3732
config/config.guess
config/config.guess
+275
-258
config/config.sub
config/config.sub
+44
-23
config/install-sh
config/install-sh
+213
-159
config/mkinstalldirs
config/mkinstalldirs
+3
-3
configure
configure
+7001
-3278
configure.in
configure.in
+2
-2
src/include/pg_config.h.in
src/include/pg_config.h.in
+0
-9
No files found.
config/config.guess
View file @
875efad4
This diff is collapsed.
Click to expand it.
config/config.sub
View file @
875efad4
#! /bin/sh
#! /bin/sh
# Configuration validation subroutine script.
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
# 2000, 2001, 2002, 2003, 2004
, 2005
Free Software Foundation, Inc.
timestamp
=
'200
4-08-29
'
timestamp
=
'200
5-06-30
'
# This file is (in principle) common to ALL GNU software.
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# The presence of a machine in this file suggests that SOME GNU software
...
@@ -21,14 +21,15 @@ timestamp='2004-08-29'
...
@@ -21,14 +21,15 @@ timestamp='2004-08-29'
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 5
9 Temple Place - Suite 330,
# Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA
#
Boston, MA 02111-1307
, USA.
#
02110-1301
, USA.
#
# As a special exception to the GNU General Public License, if you
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
# the same distribution terms that you use for the rest of that program.
# Please send patches to <config-patches@gnu.org>. Submit a context
# Please send patches to <config-patches@gnu.org>. Submit a context
# diff and a properly formatted ChangeLog entry.
# diff and a properly formatted ChangeLog entry.
#
#
...
@@ -70,7 +71,7 @@ Report bugs and patches to <config-patches@gnu.org>."
...
@@ -70,7 +71,7 @@ Report bugs and patches to <config-patches@gnu.org>."
version
=
"
\
version
=
"
\
GNU config.sub (
$timestamp
)
GNU config.sub (
$timestamp
)
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
, 2005
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
This is free software; see the source for copying conditions. There is NO
...
@@ -83,11 +84,11 @@ Try \`$me --help' for more information."
...
@@ -83,11 +84,11 @@ Try \`$me --help' for more information."
while
test
$#
-gt
0
;
do
while
test
$#
-gt
0
;
do
case
$1
in
case
$1
in
--time-stamp
|
--time
*
|
-t
)
--time-stamp
|
--time
*
|
-t
)
echo
"
$timestamp
"
;
exit
0
;;
echo
"
$timestamp
"
;
exit
;;
--version
|
-v
)
--version
|
-v
)
echo
"
$version
"
;
exit
0
;;
echo
"
$version
"
;
exit
;;
--help
|
--h
*
|
-h
)
--help
|
--h
*
|
-h
)
echo
"
$usage
"
;
exit
0
;;
echo
"
$usage
"
;
exit
;;
--
)
# Stop option processing
--
)
# Stop option processing
shift
;
break
;;
shift
;
break
;;
-
)
# Use stdin as input.
-
)
# Use stdin as input.
...
@@ -99,7 +100,7 @@ while test $# -gt 0 ; do
...
@@ -99,7 +100,7 @@ while test $# -gt 0 ; do
*
local
*
)
*
local
*
)
# First pass through any local machine types.
# First pass through any local machine types.
echo
$1
echo
$1
exit
0
;;
exit
;;
*
)
*
)
break
;;
break
;;
...
@@ -231,13 +232,14 @@ case $basic_machine in
...
@@ -231,13 +232,14 @@ case $basic_machine in
|
alpha64
|
alpha64ev[4-8]
|
alpha64ev56
|
alpha64ev6[78]
|
alpha64pca5[67]
\
|
alpha64
|
alpha64ev[4-8]
|
alpha64ev56
|
alpha64ev6[78]
|
alpha64pca5[67]
\
|
am33_2.0
\
|
am33_2.0
\
|
arc
|
arm
|
arm[bl]e
|
arme[lb]
|
armv[2345]
|
armv[345][lb]
|
avr
\
|
arc
|
arm
|
arm[bl]e
|
arme[lb]
|
armv[2345]
|
armv[345][lb]
|
avr
\
|
bfin
\
|
c4x
|
clipper
\
|
c4x
|
clipper
\
|
d10v
|
d30v
|
dlx
|
dsp16xx
\
|
d10v
|
d30v
|
dlx
|
dsp16xx
\
|
fr30
|
frv
\
|
fr30
|
frv
\
|
h8300
|
h8500
|
hppa
|
hppa1.[01]
|
hppa2.0
|
hppa2.0[nw]
|
hppa64
\
|
h8300
|
h8500
|
hppa
|
hppa1.[01]
|
hppa2.0
|
hppa2.0[nw]
|
hppa64
\
|
i370
|
i860
|
i960
|
ia64
\
|
i370
|
i860
|
i960
|
ia64
\
|
ip2k
|
iq2000
\
|
ip2k
|
iq2000
\
|
m32r
|
m32rle
|
m68000
|
m68k
|
m88k
|
mcore
\
|
m32r
|
m32rle
|
m68000
|
m68k
|
m88k
|
m
axq
|
m
core
\
|
mips
|
mipsbe
|
mipseb
|
mipsel
|
mipsle
\
|
mips
|
mipsbe
|
mipseb
|
mipsel
|
mipsle
\
|
mips16
\
|
mips16
\
|
mips64
|
mips64el
\
|
mips64
|
mips64el
\
...
@@ -246,6 +248,7 @@ case $basic_machine in
...
@@ -246,6 +248,7 @@ case $basic_machine in
|
mips64vr4100
|
mips64vr4100el
\
|
mips64vr4100
|
mips64vr4100el
\
|
mips64vr4300
|
mips64vr4300el
\
|
mips64vr4300
|
mips64vr4300el
\
|
mips64vr5000
|
mips64vr5000el
\
|
mips64vr5000
|
mips64vr5000el
\
|
mips64vr5900
|
mips64vr5900el
\
|
mipsisa32
|
mipsisa32el
\
|
mipsisa32
|
mipsisa32el
\
|
mipsisa32r2
|
mipsisa32r2el
\
|
mipsisa32r2
|
mipsisa32r2el
\
|
mipsisa64
|
mipsisa64el
\
|
mipsisa64
|
mipsisa64el
\
...
@@ -254,6 +257,7 @@ case $basic_machine in
...
@@ -254,6 +257,7 @@ case $basic_machine in
|
mipsisa64sr71k
|
mipsisa64sr71kel
\
|
mipsisa64sr71k
|
mipsisa64sr71kel
\
|
mipstx39
|
mipstx39el
\
|
mipstx39
|
mipstx39el
\
|
mn10200
|
mn10300
\
|
mn10200
|
mn10300
\
|
ms1
\
|
msp430
\
|
msp430
\
|
ns16k
|
ns32k
\
|
ns16k
|
ns32k
\
|
openrisc
|
or32
\
|
openrisc
|
or32
\
...
@@ -262,15 +266,19 @@ case $basic_machine in
...
@@ -262,15 +266,19 @@ case $basic_machine in
|
pyramid
\
|
pyramid
\
|
sh
|
sh[1234]
|
sh[23]e
|
sh[34]eb
|
shbe
|
shle
|
sh[1234]le
|
sh3ele
\
|
sh
|
sh[1234]
|
sh[23]e
|
sh[34]eb
|
shbe
|
shle
|
sh[1234]le
|
sh3ele
\
|
sh64
|
sh64le
\
|
sh64
|
sh64le
\
|
sparc
|
sparc64
|
sparc86x
|
sparclet
|
sparclite
|
sparcv8
|
sparcv9
|
sparcv9b
\
|
sparc
|
sparc64
|
sparc64b
|
sparc86x
|
sparclet
|
sparclite
\
|
sparcv8
|
sparcv9
|
sparcv9b
\
|
strongarm
\
|
strongarm
\
|
tahoe
|
thumb
|
tic4x
|
tic80
|
tron
\
|
tahoe
|
thumb
|
tic4x
|
tic80
|
tron
\
|
v850
|
v850e
\
|
v850
|
v850e
\
|
we32k
\
|
we32k
\
|
x86
|
xscale
|
xstormy16
|
xtensa
\
|
x86
|
xscale
|
xs
calee[bl]
|
xs
tormy16
|
xtensa
\
|
z8k
)
|
z8k
)
basic_machine
=
$basic_machine
-unknown
basic_machine
=
$basic_machine
-unknown
;;
;;
m32c
)
basic_machine
=
$basic_machine
-unknown
;;
m6811
|
m68hc11
|
m6812
|
m68hc12
)
m6811
|
m68hc11
|
m6812
|
m68hc12
)
# Motorola 68HC11/12.
# Motorola 68HC11/12.
basic_machine
=
$basic_machine
-unknown
basic_machine
=
$basic_machine
-unknown
...
@@ -298,7 +306,7 @@ case $basic_machine in
...
@@ -298,7 +306,7 @@ case $basic_machine in
|
alphapca5[67]-
*
|
alpha64pca5[67]-
*
|
arc-
*
\
|
alphapca5[67]-
*
|
alpha64pca5[67]-
*
|
arc-
*
\
|
arm-
*
|
armbe-
*
|
armle-
*
|
armeb-
*
|
armv
*
-
*
\
|
arm-
*
|
armbe-
*
|
armle-
*
|
armeb-
*
|
armv
*
-
*
\
|
avr-
*
\
|
avr-
*
\
|
bs2000-
*
\
|
b
fin-
*
|
b
s2000-
*
\
|
c[123]
*
|
c30-
*
|
[
cjt]90-
*
|
c4x-
*
|
c54x-
*
|
c55x-
*
|
c6x-
*
\
|
c[123]
*
|
c30-
*
|
[
cjt]90-
*
|
c4x-
*
|
c54x-
*
|
c55x-
*
|
c6x-
*
\
|
clipper-
*
|
craynv-
*
|
cydra-
*
\
|
clipper-
*
|
craynv-
*
|
cydra-
*
\
|
d10v-
*
|
d30v-
*
|
dlx-
*
\
|
d10v-
*
|
d30v-
*
|
dlx-
*
\
...
@@ -310,7 +318,7 @@ case $basic_machine in
...
@@ -310,7 +318,7 @@ case $basic_machine in
|
ip2k-
*
|
iq2000-
*
\
|
ip2k-
*
|
iq2000-
*
\
|
m32r-
*
|
m32rle-
*
\
|
m32r-
*
|
m32rle-
*
\
|
m68000-
*
|
m680[012346]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m68000-
*
|
m680[012346]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m88110-
*
|
m88k-
*
|
mcore-
*
\
|
m88110-
*
|
m88k-
*
|
m
axq-
*
|
m
core-
*
\
|
mips-
*
|
mipsbe-
*
|
mipseb-
*
|
mipsel-
*
|
mipsle-
*
\
|
mips-
*
|
mipsbe-
*
|
mipseb-
*
|
mipsel-
*
|
mipsle-
*
\
|
mips16-
*
\
|
mips16-
*
\
|
mips64-
*
|
mips64el-
*
\
|
mips64-
*
|
mips64el-
*
\
...
@@ -319,6 +327,7 @@ case $basic_machine in
...
@@ -319,6 +327,7 @@ case $basic_machine in
|
mips64vr4100-
*
|
mips64vr4100el-
*
\
|
mips64vr4100-
*
|
mips64vr4100el-
*
\
|
mips64vr4300-
*
|
mips64vr4300el-
*
\
|
mips64vr4300-
*
|
mips64vr4300el-
*
\
|
mips64vr5000-
*
|
mips64vr5000el-
*
\
|
mips64vr5000-
*
|
mips64vr5000el-
*
\
|
mips64vr5900-
*
|
mips64vr5900el-
*
\
|
mipsisa32-
*
|
mipsisa32el-
*
\
|
mipsisa32-
*
|
mipsisa32el-
*
\
|
mipsisa32r2-
*
|
mipsisa32r2el-
*
\
|
mipsisa32r2-
*
|
mipsisa32r2el-
*
\
|
mipsisa64-
*
|
mipsisa64el-
*
\
|
mipsisa64-
*
|
mipsisa64el-
*
\
...
@@ -327,6 +336,7 @@ case $basic_machine in
...
@@ -327,6 +336,7 @@ case $basic_machine in
|
mipsisa64sr71k-
*
|
mipsisa64sr71kel-
*
\
|
mipsisa64sr71k-
*
|
mipsisa64sr71kel-
*
\
|
mipstx39-
*
|
mipstx39el-
*
\
|
mipstx39-
*
|
mipstx39el-
*
\
|
mmix-
*
\
|
mmix-
*
\
|
ms1-
*
\
|
msp430-
*
\
|
msp430-
*
\
|
none-
*
|
np1-
*
|
ns16k-
*
|
ns32k-
*
\
|
none-
*
|
np1-
*
|
ns16k-
*
|
ns32k-
*
\
|
orion-
*
\
|
orion-
*
\
...
@@ -336,18 +346,21 @@ case $basic_machine in
...
@@ -336,18 +346,21 @@ case $basic_machine in
|
romp-
*
|
rs6000-
*
\
|
romp-
*
|
rs6000-
*
\
|
sh-
*
|
sh[1234]-
*
|
sh[23]e-
*
|
sh[34]eb-
*
|
shbe-
*
\
|
sh-
*
|
sh[1234]-
*
|
sh[23]e-
*
|
sh[34]eb-
*
|
shbe-
*
\
|
shle-
*
|
sh[1234]le-
*
|
sh3ele-
*
|
sh64-
*
|
sh64le-
*
\
|
shle-
*
|
sh[1234]le-
*
|
sh3ele-
*
|
sh64-
*
|
sh64le-
*
\
|
sparc-
*
|
sparc64-
*
|
sparc86x-
*
|
sparclet-
*
|
sparclite-
*
\
|
sparc-
*
|
sparc64-
*
|
sparc64b-
*
|
sparc86x-
*
|
sparclet-
*
\
|
sparclite-
*
\
|
sparcv8-
*
|
sparcv9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
|
sx?-
*
\
|
sparcv8-
*
|
sparcv9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
|
sx?-
*
\
|
tahoe-
*
|
thumb-
*
\
|
tahoe-
*
|
thumb-
*
\
|
tic30-
*
|
tic4x-
*
|
tic54x-
*
|
tic55x-
*
|
tic6x-
*
|
tic80-
*
\
|
tic30-
*
|
tic4x-
*
|
tic54x-
*
|
tic55x-
*
|
tic6x-
*
|
tic80-
*
\
|
tron-
*
\
|
tron-
*
\
|
v850-
*
|
v850e-
*
|
vax-
*
\
|
v850-
*
|
v850e-
*
|
vax-
*
\
|
we32k-
*
\
|
we32k-
*
\
|
x86-
*
|
x86_64-
*
|
xps100-
*
|
xscale-
*
|
xs
tormy16
-
*
\
|
x86-
*
|
x86_64-
*
|
xps100-
*
|
xscale-
*
|
xs
calee[bl]
-
*
\
|
xtensa-
*
\
|
x
stormy16-
*
|
x
tensa-
*
\
|
ymp-
*
\
|
ymp-
*
\
|
z8k-
*
)
|
z8k-
*
)
;;
;;
m32c-
*
)
;;
# Recognize the various machine names and aliases which stand
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
# for a CPU type and a company and sometimes even an OS.
386bsd
)
386bsd
)
...
@@ -489,6 +502,10 @@ case $basic_machine in
...
@@ -489,6 +502,10 @@ case $basic_machine in
basic_machine
=
m88k-motorola
basic_machine
=
m88k-motorola
os
=
-sysv3
os
=
-sysv3
;;
;;
djgpp
)
basic_machine
=
i586-pc
os
=
-msdosdjgpp
;;
dpx20
|
dpx20-
*
)
dpx20
|
dpx20-
*
)
basic_machine
=
rs6000-bull
basic_machine
=
rs6000-bull
os
=
-bosx
os
=
-bosx
...
@@ -1029,6 +1046,10 @@ case $basic_machine in
...
@@ -1029,6 +1046,10 @@ case $basic_machine in
basic_machine
=
hppa1.1-winbond
basic_machine
=
hppa1.1-winbond
os
=
-proelf
os
=
-proelf
;;
;;
xbox
)
basic_machine
=
i686-pc
os
=
-mingw32
;;
xps
|
xps100
)
xps
|
xps100
)
basic_machine
=
xps100-honeywell
basic_machine
=
xps100-honeywell
;;
;;
...
@@ -1081,9 +1102,6 @@ case $basic_machine in
...
@@ -1081,9 +1102,6 @@ case $basic_machine in
sh3
|
sh4
|
sh[34]eb
|
sh[1234]le
|
sh[23]ele
)
sh3
|
sh4
|
sh[34]eb
|
sh[1234]le
|
sh[23]ele
)
basic_machine
=
sh-unknown
basic_machine
=
sh-unknown
;;
;;
sh64
)
basic_machine
=
sh64-unknown
;;
sparc
|
sparcv8
|
sparcv9
|
sparcv9b
)
sparc
|
sparcv8
|
sparcv9
|
sparcv9b
)
basic_machine
=
sparc-sun
basic_machine
=
sparc-sun
;;
;;
...
@@ -1170,7 +1188,7 @@ case $os in
...
@@ -1170,7 +1188,7 @@ case $os in
|
-storm-chaos
*
|
-tops10
*
|
-tenex
*
|
-tops20
*
|
-its
*
\
|
-storm-chaos
*
|
-tops10
*
|
-tenex
*
|
-tops20
*
|
-its
*
\
|
-os2
*
|
-vos
*
|
-palmos
*
|
-uclinux
*
|
-nucleus
*
\
|
-os2
*
|
-vos
*
|
-palmos
*
|
-uclinux
*
|
-nucleus
*
\
|
-morphos
*
|
-superux
*
|
-rtmk
*
|
-rtmk-nova
*
|
-windiss
*
\
|
-morphos
*
|
-superux
*
|
-rtmk
*
|
-rtmk-nova
*
|
-windiss
*
\
|
-powermax
*
|
-dnix
*
|
-nx6
|
-nx7
|
-sei
*
|
-dragonfly
*
)
|
-powermax
*
|
-dnix
*
|
-nx6
|
-nx7
|
-sei
*
|
-dragonfly
*
|
-skyos
*
)
# Remember, each alternative MUST END IN *, to match a version number.
# Remember, each alternative MUST END IN *, to match a version number.
;;
;;
-qnx
*
)
-qnx
*
)
...
@@ -1297,6 +1315,9 @@ case $os in
...
@@ -1297,6 +1315,9 @@ case $os in
-kaos
*
)
-kaos
*
)
os
=
-kaos
os
=
-kaos
;;
;;
-zvmoe
)
os
=
-zvmoe
;;
-none
)
-none
)
;;
;;
*
)
*
)
...
@@ -1545,7 +1566,7 @@ case $basic_machine in
...
@@ -1545,7 +1566,7 @@ case $basic_machine in
esac
esac
echo
$basic_machine$os
echo
$basic_machine$os
exit
0
exit
# Local variables:
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'write-file-hooks 'time-stamp)
...
...
config/install-sh
View file @
875efad4
This diff is collapsed.
Click to expand it.
config/mkinstalldirs
View file @
875efad4
#! /bin/sh
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# mkinstalldirs --- make directory hierarchy
scriptversion
=
200
4-02-15.20
scriptversion
=
200
5-02-02.21
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Created: 1993-05-16
...
@@ -27,7 +27,7 @@ while test $# -gt 0 ; do
...
@@ -27,7 +27,7 @@ while test $# -gt 0 ; do
case
$1
in
case
$1
in
-h
|
--help
|
--h
*
)
# -h for help
-h
|
--help
|
--h
*
)
# -h for help
echo
"
$usage
"
echo
"
$usage
"
exit
0
exit
$?
;;
;;
-m
)
# -m PERM arg
-m
)
# -m PERM arg
shift
shift
...
@@ -37,7 +37,7 @@ while test $# -gt 0 ; do
...
@@ -37,7 +37,7 @@ while test $# -gt 0 ; do
;;
;;
--version
)
--version
)
echo
"
$0
$scriptversion
"
echo
"
$0
$scriptversion
"
exit
0
exit
$?
;;
;;
--
)
# stop option processing
--
)
# stop option processing
shift
shift
...
...
configure
View file @
875efad4
This diff is collapsed.
Click to expand it.
configure.in
View file @
875efad4
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.41
3 2005/06/27 02:04:23 neilc
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.41
4 2005/07/01 18:17:30 petere
Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
...
@@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [8.1devel], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [8.1devel], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.5
3
)
AC_PREREQ(2.5
9
)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_AUX_DIR(config)
...
...
src/include/pg_config.h.in
View file @
875efad4
...
@@ -131,9 +131,6 @@
...
@@ -131,9 +131,6 @@
/* Define to 1 if you have the `gethostbyname_r' function. */
/* Define to 1 if you have the `gethostbyname_r' function. */
#undef HAVE_GETHOSTBYNAME_R
#undef HAVE_GETHOSTBYNAME_R
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define to 1 if you have the `getopt' function. */
/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT
#undef HAVE_GETOPT
...
@@ -218,9 +215,6 @@
...
@@ -218,9 +215,6 @@
/* Define to 1 if you have the `cygipc' library (-lcygipc). */
/* Define to 1 if you have the `cygipc' library (-lcygipc). */
#undef HAVE_LIBCYGIPC
#undef HAVE_LIBCYGIPC
/* Define to 1 if you have the `des' library (-ldes). */
#undef HAVE_LIBDES
/* Define to 1 if you have the `dl' library (-ldl). */
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
#undef HAVE_LIBDL
...
@@ -236,9 +230,6 @@
...
@@ -236,9 +230,6 @@
/* Define to 1 if you have the `IPC' library (-lIPC). */
/* Define to 1 if you have the `IPC' library (-lIPC). */
#undef HAVE_LIBIPC
#undef HAVE_LIBIPC
/* Define to 1 if you have the `krb' library (-lkrb). */
#undef HAVE_LIBKRB
/* Define to 1 if you have the `lc' library (-llc). */
/* Define to 1 if you have the `lc' library (-llc). */
#undef HAVE_LIBLC
#undef HAVE_LIBLC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment