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
8bef6890
Commit
8bef6890
authored
Jul 05, 2000
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
6534444d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
424 additions
and
377 deletions
+424
-377
configure
configure
+419
-376
configure.in
configure.in
+1
-0
src/include/config.h.in
src/include/config.h.in
+4
-1
No files found.
configure
View file @
8bef6890
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
8bef6890
...
...
@@ -689,6 +689,7 @@ AC_PROG_YACC
AC_SUBST(YFLAGS)
AC_CHECK_LIB(z, main)
AC_CHECK_LIB(sfio, main)
AC_CHECK_LIB(ncurses, main, [], [AC_CHECK_LIB(curses, main)])
AC_CHECK_LIB(termcap, main)
...
...
src/include/config.h.in
View file @
8bef6890
...
...
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
* $Id: config.h.in,v 1.12
2 2000/07/02 15:21:18 petere
Exp $
* $Id: config.h.in,v 1.12
3 2000/07/05 17:44:29 scrappy
Exp $
*/
#ifndef CONFIG_H
...
...
@@ -511,6 +511,9 @@ extern long random(void);
extern void srandom(unsigned int seed);
#endif
/* Set to 1 if you have libz.a */
#undef HAVE_LIBZ
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE
...
...
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