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
1d2dbf07
Commit
1d2dbf07
authored
Jun 16, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve comment.
parent
e854bc4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+1
-1
configure.in
configure.in
+2
-2
No files found.
configure
View file @
1d2dbf07
...
@@ -13698,7 +13698,7 @@ fi
...
@@ -13698,7 +13698,7 @@ fi
done
done
# Do test here with thread flags
# Do test here with th
e proper th
read flags
echo
"
$as_me
:
$LINENO
: checking whether getpwuid_r takes a fifth argument"
>
&5
echo
"
$as_me
:
$LINENO
: checking whether getpwuid_r takes a fifth argument"
>
&5
echo
$ECHO_N
"checking whether getpwuid_r takes a fifth argument...
$ECHO_C
"
>
&6
echo
$ECHO_N
"checking whether getpwuid_r takes a fifth argument...
$ECHO_C
"
>
&6
if
test
"
${
pgac_func_getpwuid_r_5arg
+set
}
"
=
set
;
then
if
test
"
${
pgac_func_getpwuid_r_5arg
+set
}
"
=
set
;
then
...
...
configure.in
View file @
1d2dbf07
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.36
3 2004/06/16 02:58:28
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.36
4 2004/06/16 03:01:32
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -990,7 +990,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
...
@@ -990,7 +990,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
LIBS="$LIBS $PTHREAD_LIBS"
LIBS="$LIBS $PTHREAD_LIBS"
AC_CHECK_FUNCS([strerror_r getpwuid_r gethostbyname_r])
AC_CHECK_FUNCS([strerror_r getpwuid_r gethostbyname_r])
# Do test here with thread flags
# Do test here with th
e proper th
read flags
PGAC_FUNC_GETPWUID_R_5ARG
PGAC_FUNC_GETPWUID_R_5ARG
PGAC_FUNC_STRERROR_R_INT
PGAC_FUNC_STRERROR_R_INT
...
...
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