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
c3985792
Commit
c3985792
authored
Oct 17, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c
parent
6cbaa93b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
src/include/config.h
src/include/config.h
+19
-0
No files found.
src/include/config.h
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
/*
/*
...
...
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