8335f34f0f
The beast comes as part of one GIANT tarball including the entire NeoWebScript as well as outdated Apache, gd, Tcl, itcl, TclX, db-2 (no kidding!), etc. This part is a set of general purpose commands and procedures, which can be used (and appreciated) by regular TCL scripting -- not just web-oriented inside NWS. This port is built without the available LDAP support -- our openldap2 port used db3, but the db-support in NeoTcl only works with db2. If some db-expert can send me a patch for the neoXdb.c, the humanity will remember him/her forev^H^H a while.
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
--- neoXdb.c Thu Apr 20 09:16:00 2000
|
|
+++ neoXdb.c Thu Aug 16 21:03:06 2001
|
|
@@ -31,5 +31,5 @@
|
|
#ifdef DB_185_COMPAT
|
|
-#include <db_185.h>
|
|
+#include <db2/db_185.h>
|
|
#else
|
|
-#include <db.h>
|
|
+#include <db2/db.h>
|
|
#endif
|