summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian2000-09-29 22:00:49 +0000
committerBruce Momjian2000-09-29 22:00:49 +0000
commit469ebeefd644e829facdb9fab2dc8b8a47352795 (patch)
tree8c59f1a259d4f186468348988d8fe168e7f48166 /src/include
parent72ad5fe15c93fefa8debb0fc8ef5c85b560ffac7 (diff)
Please apply the following patch to fix problems with the AIX port
and the fmgr redesign. It makes the homebrewn dl*() functions for more recent Versions of AIX obsolete by using the system dl*() functions instead. It also fixes the expected file for the horology regression test. Please regenerate configure from configure.in, I don't have the environment/time. Andreas
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 05228d18ba0..c363bceb4ca 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -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.136 2000/09/29 13:53:32 petere Exp $
+ * $Id: config.h.in,v 1.137 2000/09/29 22:00:45 momjian Exp $
*/
#ifndef CONFIG_H
@@ -581,6 +581,9 @@ extern void srandom(unsigned int seed);
/* Define if C++ compiler accepts "#include <string>" */
#undef HAVE_CXX_STRING_HEADER
+/* Define if a system lib (-ldl) has dlopen() (needed for AIX) */
+#undef HAVE_DLOPEN
+
/*
*------------------------------------------------------------------------