Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
94b899b8
Commit
94b899b8
authored
11 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to Autoconf 2.69
parent
6bb9d301
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+10231
-25712
10231 additions, 25712 deletions
configure
configure.in
+1
-1
1 addition, 1 deletion
configure.in
src/include/pg_config.h.in
+21
-10
21 additions, 10 deletions
src/include/pg_config.h.in
with
10253 additions
and
25723 deletions
configure
+
10231
−
25712
View file @
94b899b8
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
94b899b8
...
@@ -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], [9.4devel], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [9.4devel], [pgsql-bugs@postgresql.org])
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.6
3
], [], [m4_fatal([Autoconf version 2.6
3
is required.
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.6
9
], [], [m4_fatal([Autoconf version 2.6
9
is required.
Untested combinations of 'autoconf' and PostgreSQL versions are not
Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended. You can remove the check from 'configure.in' but it is then
recommended. You can remove the check from 'configure.in' but it is then
your responsibility whether the result works or not.])])
your responsibility whether the result works or not.])])
...
...
This diff is collapsed.
Click to expand it.
src/include/pg_config.h.in
+
21
−
10
View file @
94b899b8
...
@@ -260,19 +260,19 @@
...
@@ -260,19 +260,19 @@
/* Define to 1 if you have isinf(). */
/* Define to 1 if you have isinf(). */
#undef HAVE_ISINF
#undef HAVE_ISINF
/* Define to 1 if `e_data' is member of `krb5_error'. */
/* Define to 1 if `e_data' is
a
member of `krb5_error'. */
#undef HAVE_KRB5_ERROR_E_DATA
#undef HAVE_KRB5_ERROR_E_DATA
/* Define to 1 if `text.data' is member of `krb5_error'. */
/* Define to 1 if `text.data' is
a
member of `krb5_error'. */
#undef HAVE_KRB5_ERROR_TEXT_DATA
#undef HAVE_KRB5_ERROR_TEXT_DATA
/* Define to 1 if you have krb5_free_unparsed_name. */
/* Define to 1 if you have krb5_free_unparsed_name. */
#undef HAVE_KRB5_FREE_UNPARSED_NAME
#undef HAVE_KRB5_FREE_UNPARSED_NAME
/* Define to 1 if `client' is member of `krb5_ticket'. */
/* Define to 1 if `client' is
a
member of `krb5_ticket'. */
#undef HAVE_KRB5_TICKET_CLIENT
#undef HAVE_KRB5_TICKET_CLIENT
/* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
/* Define to 1 if `enc_part2' is
a
member of `krb5_ticket'. */
#undef HAVE_KRB5_TICKET_ENC_PART2
#undef HAVE_KRB5_TICKET_ENC_PART2
/* Define to 1 if you have the <langinfo.h> header file. */
/* Define to 1 if you have the <langinfo.h> header file. */
...
@@ -490,25 +490,25 @@
...
@@ -490,25 +490,25 @@
/* Define to 1 if the system has the type `struct option'. */
/* Define to 1 if the system has the type `struct option'. */
#undef HAVE_STRUCT_OPTION
#undef HAVE_STRUCT_OPTION
/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
/* Define to 1 if `sa_len' is
a
member of `struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
#undef HAVE_STRUCT_SOCKADDR_STORAGE
/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
/* Define to 1 if `ss_family' is
a
member of `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
/* Define to 1 if `ss_len' is
a
member of `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
/* Define to 1 if `__ss_family' is
a
member of `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
/* Define to 1 if `__ss_len' is
a
member of `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN
#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN
/* Define to 1 if `tm_zone' is member of `struct tm'. */
/* Define to 1 if `tm_zone' is
a
member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if you have the `symlink' function. */
/* Define to 1 if you have the `symlink' function. */
...
@@ -605,6 +605,9 @@
...
@@ -605,6 +605,9 @@
/* Define to 1 if you have the `unsetenv' function. */
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
#undef HAVE_UNSETENV
/* Define to 1 if the system has the type `unsigned long long int'. */
#undef HAVE_UNSIGNED_LONG_LONG_INT
/* Define to 1 if you have the `utime' function. */
/* Define to 1 if you have the `utime' function. */
#undef HAVE_UTIME
#undef HAVE_UTIME
...
@@ -677,6 +680,9 @@
...
@@ -677,6 +680,9 @@
/* Define to the one symbol short name of this package. */
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
/* Define to the version of this package. */
#undef PACKAGE_VERSION
#undef PACKAGE_VERSION
...
@@ -827,6 +833,11 @@
...
@@ -827,6 +833,11 @@
XLOG_BLCKSZ). Changing XLOG_SEG_SIZE requires an initdb. */
XLOG_BLCKSZ). Changing XLOG_SEG_SIZE requires an initdb. */
#undef XLOG_SEG_SIZE
#undef XLOG_SEG_SIZE
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment