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
63482946
Commit
63482946
authored
Nov 04, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cleanups (this one will most likely break under Win32, if anyone is
working on it)
parent
82400d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/include/utils/dynamic_loader.h
src/include/utils/dynamic_loader.h
+3
-4
No files found.
src/include/utils/dynamic_loader.h
View file @
63482946
...
@@ -6,13 +6,15 @@
...
@@ -6,13 +6,15 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: dynamic_loader.h,v 1.
1 1996/08/28 01:58:49
scrappy Exp $
* $Id: dynamic_loader.h,v 1.
2 1996/11/04 08:14:05
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef DYNAMIC_LOADER_H
#ifndef DYNAMIC_LOADER_H
#define DYNAMIC_LOADER_H
#define DYNAMIC_LOADER_H
#include <sys/types.h>
#ifdef MIN
#ifdef MIN
#undef MIN
#undef MIN
#undef MAX
#undef MAX
...
@@ -22,10 +24,7 @@
...
@@ -22,10 +24,7 @@
#define MAXPATHLEN 250
#define MAXPATHLEN 250
#endif
#endif
#include <sys/param.h>
/* for MAXPATHLEN */
#include <sys/types.h>
/* for dev_t, ino_t, etc. */
#ifdef WIN32
#ifdef WIN32
#include <wchar.h>
#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