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
c3985792
Commit
c3985792
authored
28 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c
parent
6cbaa93b
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
+19
-0
19 additions, 0 deletions
src/include/config.h
with
19 additions
and
0 deletions
src/include/config.h
+
19
−
0
View file @
c3985792
...
@@ -8,6 +8,21 @@
...
@@ -8,6 +8,21 @@
#define BLCKSZ 8192
#define BLCKSZ 8192
#if defined(hpux)
# define HAVE_TZSET
#endif
#if defined(i386_solaris)
# define HAVE_TZSET
#endif
#if defined(sparc_solaris)
# define HAVE_TZSET
#endif
#if defined(svr4)
# define HAVE_TZSET
#endif
#if defined(win32)
#if defined(win32)
# define WIN32
# define WIN32
...
@@ -15,20 +30,24 @@
...
@@ -15,20 +30,24 @@
# define USES_WINSOCK
# define USES_WINSOCK
# define NOFILE 100
# define NOFILE 100
# define NEED_UNION_SEMUN
# define NEED_UNION_SEMUN
# define HAVE_TZSET
#endif
/* WIN32 */
#endif
/* WIN32 */
#if defined(__FreeBSD__) || \
#if defined(__FreeBSD__) || \
defined(__NetBSD__) || \
defined(__NetBSD__) || \
defined(bsdi)
defined(bsdi)
# define USE_LIMITS_H
# define USE_LIMITS_H
# define USE_POSIX_TIME
#endif
#endif
#if defined(aix)
#if defined(aix)
# define NEED_SYS_SELECT_H
# define NEED_SYS_SELECT_H
# define HAVE_TZSET
#endif
#endif
#if defined(irix5)
#if defined(irix5)
# define NO_VFORK
# define NO_VFORK
# define HAVE_TZSET
#endif
#endif
/*
/*
...
...
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