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.
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
--- neoXcute.c Thu Apr 20 09:16:00 2000
|
|
+++ neoXcute.c Fri Aug 17 00:23:11 2001
|
|
@@ -98,3 +98,3 @@
|
|
fflush (stderr);
|
|
- panic ();
|
|
+ abort ();
|
|
}
|