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
49f30e80
Commit
49f30e80
authored
Jan 25, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes for using configure under sparc_solaris
parent
311c521d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/include/config.h
src/include/config.h
+6
-2
No files found.
src/include/config.h
View file @
49f30e80
...
...
@@ -9,7 +9,7 @@
#define BLCKSZ 8192
/* Define to enable readline/history support in psql */
#define HAVE_LIBREADLINE
/* #undef HAVE_LIBREADLINE */
/* These two defines are not used until HAVE_LIBREADLINE
* are also defined
...
...
@@ -18,6 +18,11 @@
*/
/* #undef HAVE_READLINE_H */
/* Define one for either <history.h> or <readline/history.h>
*/
/* #undef HAVE_HISTORY_H */
/* #undef HAVE_READLINE_HISTORY_H */
#define HAVE_SYS_SELECT_H
#define HAVE_TERMIOS_H
...
...
@@ -50,7 +55,6 @@
# define USE_POSIX_SIGNALS
# define DISABLE_XOPEN_NLS
# define HAS_LONG_LONG
# define NEED_ISINF
# define NEED_UNION_SEMUN
# define HAS_TEST_AND_SET
# include <sys/mman.h>
/* for msemaphore */
...
...
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