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
970e3f69
Commit
970e3f69
authored
28 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
I reversed a bunch of the #define's inadvertantly...
Fixed them, and am re-committing
parent
a961613f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/config.h
+23
-17
23 additions, 17 deletions
src/include/config.h
with
23 additions
and
17 deletions
src/include/config.h
+
23
−
17
View file @
970e3f69
...
...
@@ -8,18 +8,24 @@
#define BLCKSZ 8192
#define HAVE_SYS_SELECT_H
#define HAVE_TERMIOS_H
#define HAVE_VALUES_H
#define HAVE_MEMMOVE
#define HAVE_TERMIOS_H
#define HAVE_SIGSETJMP
#define HAVE_KILL
#define HAVE_ISINF
#define HAVE_CBRT
#define HAVE_RINT
#if defined(aix)
# undef HAVE_SYS_SELECT_H
# undef HAVE_TERMIOS_H
# undef HAVE_ISINF
# define CLASS_CONFLICT
# define DISABLE_XOPEN_NLS
# define HAVE_ISINF
# define NEED_UNION_SEMUN
# define HAVE_SYS_SELECT_H
# define HAVE_TZSET
# define HAVE_ANSI_CPP
# define HAS_TEST_AND_SET
...
...
@@ -27,10 +33,10 @@
#endif
#if defined(alpha)
# undef HAVE_ISINF
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# define DISABLE_XOPEN_NLS
# define HAVE_ISINF
# define HAS_LONG_LONG
# define NEED_UNION_SEMUN
# define HAS_TEST_AND_SET
...
...
@@ -41,7 +47,6 @@
#if defined(BSD44_derived)
# define HAVE_LIMITS_H
# define USE_POSIX_TIME
# define HAVE_CBRT
# define NEED_I386_TAS_ASM
# define HAS_TEST_AND_SET
# if defined(__mips__)
...
...
@@ -62,7 +67,7 @@
# endif
# define HAVE_LIMITS_H
# define USE_POSIX_TIME
# def
ine
HAVE_CBRT
#
un
def HAVE_CBRT
# define HAS_TEST_AND_SET
typedef
unsigned
char
slock_t
;
#endif
...
...
@@ -78,8 +83,8 @@
# define JMP_BUF
# define USE_POSIX_TIME
# define HAVE_TZSET
# def
ine
HAVE_CBRT
# def
ine
HAVE_RINT
#
un
def HAVE_CBRT
#
un
def HAVE_RINT
# define NEED_UNION_SEMUN
# define HAS_TEST_AND_SET
typedef
struct
{
int
sem
[
4
];
}
slock_t
;
...
...
@@ -89,7 +94,7 @@
# define HAVE_LIMITS_H
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# def
ine
HAVE_ISINF
#
un
def HAVE_ISINF
# define NEED_RUSAGE
# define NO_EMPTY_STMTS
# define HAVE_TZSET
...
...
@@ -102,7 +107,7 @@
#if defined(irix5)
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# def
ine
HAVE_ISINF
#
un
def HAVE_ISINF
# define NO_EMPTY_STMTS
# define NO_VFORK
# define HAVE_TZSET
...
...
@@ -122,7 +127,7 @@
# define JMP_BUF
# define USE_POSIX_TIME
# define HAVE_TZSET
# def
ine
HAVE_CBRT
#
un
def HAVE_CBRT
# define NEED_I386_TAS_ASM
# define HAS_TEST_AND_SET
typedef
unsigned
char
slock_t
;
...
...
@@ -161,7 +166,7 @@
# define HAVE_LIMITS_H
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# def
ine
HAVE_ISINF
#
un
def HAVE_ISINF
# define NEED_RUSAGE
# define NO_EMPTY_STMTS
# define USE_POSIX_TIME
...
...
@@ -180,7 +185,7 @@ typedef unsigned char slock_t;
#if defined(svr4)
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# def
ine
HAVE_ISINF
#
un
def HAVE_ISINF
# define NEED_RUSAGE
# define NO_EMPTY_STMTS
# define HAVE_TZSET
...
...
@@ -189,22 +194,23 @@ typedef unsigned char slock_t;
#endif
#if defined(win32)
# def
ine JMP_BUF
#
un
def
HAVE_KILL
# undef HAVE_SIGSETJMP
# undef HAVE_CBRT
# undef HAVE_ISINF
# define JMP_BUF
# define NO_UNISTD_H
# define USES_WINSOCK
# define NOFILE 100
# define NEED_UNION_SEMUN
# define HAVE_TZSET
# define HAVE_CBRT
# define HAVE_ISINF
# ifndef MAXPATHLEN
# define MAXPATHLEN 250
# endif
#endif
/* WIN32 */
#if defined(ultrix4)
# def
ine
HAVE_ISINF
#
un
def HAVE_ISINF
# define USE_POSIX_TIME
# define NEED_UNION_SEMUN
# define NEED_STRDUP
...
...
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