1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Move libc replacement files from src/backend/port to src/port.

This commit is contained in:
Bruce Momjian
2002-07-18 04:13:59 +00:00
parent 7f43165dd2
commit 404e9a12a5
19 changed files with 221 additions and 48 deletions

30
configure vendored
View File

@ -10745,7 +10745,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
SNPRINTF='$(top_builddir)/src/backend/port/snprintf.o'
SNPRINTF='$(top_builddir)/src/port/snprintf.o'
fi
done
@ -10823,7 +10823,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
SNPRINTF='$(top_builddir)/src/backend/port/snprintf.o'
SNPRINTF='$(top_builddir)/src/port/snprintf.o'
fi
done
@ -11178,7 +11178,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
GETRUSAGE='$(top_builddir)/src/backend/port/getrusage.o'
GETRUSAGE='$(top_builddir)/src/port/getrusage.o'
fi
done
@ -11257,7 +11257,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
SRANDOM='$(top_builddir)/src/backend/port/srandom.o'
SRANDOM='$(top_builddir)/src/port/srandom.o'
fi
done
@ -11336,7 +11336,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
GETHOSTNAME='$(top_builddir)/src/backend/port/gethostname.o'
GETHOSTNAME='$(top_builddir)/src/port/gethostname.o'
fi
done
@ -11415,7 +11415,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
MISSING_RANDOM='$(top_builddir)/src/backend/port/random.o'
MISSING_RANDOM='$(top_builddir)/src/port/random.o'
fi
done
@ -11494,7 +11494,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
INET_ATON='$(top_builddir)/src/backend/port/inet_aton.o'
INET_ATON='$(top_builddir)/src/port/inet_aton.o'
fi
done
@ -11573,7 +11573,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
STRERROR='$(top_builddir)/src/backend/port/strerror.o'
STRERROR='$(top_builddir)/src/port/strerror.o'
fi
done
@ -11652,7 +11652,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
STRDUP='$(top_builddir)/src/backend/port/strdup.o'
STRDUP='$(top_builddir)/src/port/strdup.o'
fi
done
@ -11731,7 +11731,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
STRTOL='$(top_builddir)/src/backend/port/strtol.o'
STRTOL='$(top_builddir)/src/port/strtol.o'
fi
done
@ -11810,7 +11810,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
STRTOUL='$(top_builddir)/src/backend/port/strtoul.o'
STRTOUL='$(top_builddir)/src/port/strtoul.o'
fi
done
@ -11889,7 +11889,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
_ACEOF
else
STRCASECMP='$(top_builddir)/src/backend/port/strcasecmp.o'
STRCASECMP='$(top_builddir)/src/port/strcasecmp.o'
fi
done
@ -12772,7 +12772,7 @@ echo $ECHO_N "checking whether snprintf handles 'long long int' as %lld... $ECHO
echo "$as_me:$LINENO: result: assuming not on target machine" >&5
echo "${ECHO_T}assuming not on target machine" >&6
# Force usage of our own snprintf, since we cannot test foreign snprintf
SNPRINTF='$(top_builddir)/src/backend/port/snprintf.o'
SNPRINTF='$(top_builddir)/src/port/snprintf.o'
INT64_FORMAT='"%lld"'
else
@ -12832,7 +12832,7 @@ echo $ECHO_N "checking whether snprintf handles 'long long int' as %qd... $ECHO_
echo "$as_me:$LINENO: result: assuming not on target machine" >&5
echo "${ECHO_T}assuming not on target machine" >&6
# Force usage of our own snprintf, since we cannot test foreign snprintf
SNPRINTF='$(top_builddir)/src/backend/port/snprintf.o'
SNPRINTF='$(top_builddir)/src/port/snprintf.o'
INT64_FORMAT='"%lld"'
else
@ -12887,7 +12887,7 @@ cat conftest.$ac_ext >&5
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
# Force usage of our own snprintf, since system snprintf is broken
SNPRINTF='$(top_builddir)/src/backend/port/snprintf.o'
SNPRINTF='$(top_builddir)/src/port/snprintf.o'
INT64_FORMAT='"%lld"'
fi