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
3eb6cc49
Commit
3eb6cc49
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
changed define(port) to define(PORTNAME_port)
Added needed include file.
parent
34945055
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/config.h
+17
-17
17 additions, 17 deletions
src/include/config.h
with
17 additions
and
17 deletions
src/include/config.h
+
17
−
17
View file @
3eb6cc49
...
...
@@ -15,11 +15,11 @@
#define HAVE_MEMMOVE
#if defined(sequent)
#if defined(
PORTNAME_
sequent)
# define NEED_UNION_SEMUN
#endif
#if defined(alpha)
#if defined(
PORTNAME_
alpha)
# define USE_POSIX_TIME
# define DISABLE_XOPEN_NLS
# define NEED_ISINF
...
...
@@ -27,25 +27,25 @@
# define NEED_UNION_SEMUN
#endif
#if defined(dgux)
#if defined(
PORTNAME_
dgux)
# define LINUX_ELF
# define NEED_UNION_SEMUN
#endif
#if defined(ultrix4)
#if defined(
PORTNAME_
ultrix4)
# define NEED_ISINF
# define USE_POSIX_TIME
# define NEED_UNION_SEMUN
#endif
#if defined(linux)
#if defined(
PORTNAME_
linux)
# ifndef __USE_POSIX
# define __USE_POSIX
# endif
# define NEED_CBRT
#endif
#if defined(hpux)
#if defined(
PORTNAME_
hpux)
# define USE_POSIX_TIME
# define HAVE_TZSET
# define NEED_CBRT
...
...
@@ -53,7 +53,7 @@
# define NEED_UNION_SEMUN
#endif
#if defined(i386_solaris)
#if defined(
PORTNAME_
i386_solaris)
# define USE_POSIX_TIME
# define NEED_ISINF
# define NEED_RUSAGE
...
...
@@ -62,12 +62,12 @@
# define NEED_UNION_SEMUN
#endif
#if defined(sparc)
#if defined(
PORTNAME_
sparc)
# define USE_POSIX_TIME
# undef HAVE_MEMMOVE
#endif
#if defined(sparc_solaris)
#if defined(
PORTNAME_
sparc_solaris)
# define USE_POSIX_TIME
# define NEED_ISINF
# define NEED_RUSAGE
...
...
@@ -77,7 +77,7 @@
# define NEED_UNION_SEMUN
#endif
#if defined(svr4)
#if defined(
PORTNAME_
svr4)
# define USE_POSIX_TIME
# define NEED_ISINF
# define NEED_RUSAGE
...
...
@@ -86,11 +86,11 @@
# define NEED_UNION_SEMUN
#endif
#if defined(next)
#if defined(
PORTNAME_
next)
# define NEED_SIG_JMP
#endif
#if defined(win32)
#if defined(
PORTNAME_
win32)
# define NEED_SIG_JMP
# define NO_UNISTD_H
# define USES_WINSOCK
...
...
@@ -101,21 +101,21 @@
# define NEED_ISINF
#endif
/* WIN32 */
#if defined(BSD44_derived) || \
defined(bsdi_2_1)
#if defined(
PORTNAME_
BSD44_derived) || \
defined(
PORTNAME_
bsdi_2_1)
# define USE_LIMITS_H
# define USE_POSIX_TIME
# define NEED_CBRT
#endif
#if defined(bsdi)
#if defined(
PORTNAME_
bsdi)
# define NEED_UNION_SEMUN
# define USE_LIMITS_H
# define USE_POSIX_TIME
# define NEED_CBRT
#endif
#if defined(aix)
#if defined(
PORTNAME_
aix)
# define CLASS_CONFLICT
# define DISABLE_XOPEN_NLS
# define NEED_ISINF
...
...
@@ -124,7 +124,7 @@
# define HAVE_TZSET
#endif
#if defined(irix5)
#if defined(
PORTNAME_
irix5)
# define USE_POSIX_TIME
# define NEED_ISINF
# define NO_EMPTY_STMTS
...
...
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