Eggdrop 1.3.8 Source for HP-UX with support for dynamic module loading. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HP-UX just HAS to be different and use shl_load instead of dlopen, shl_unload instead of dlclose, shl_findsym instead of dlfindsym, etc. This given, Eggdrop doesn't like to compile on HP-UX. This README contains a few notes on what was done to fix this and other annoying shit that screwed HP-UX users out of the glory of bots. BUT FIRST: I didn't edit this source, a friend of mine did. He didn't do it on behalf of HP-UX users everywhere, he did it so he could run a damn bot on his University's machines. I asked him if he was going to spread it around, he asked, "Why?". So I told him to give me the damn thing and I'll put it on Raistlin's machine or something. I.e., DON'T BITCH AT ME if you don't like the way this was changed, or the way the new code looks. I haven't even looked at the new code yet. ----------------- FROM THE HAX0R: I didn't do anything to the non HPUX code; I usually delete the shit because it is confusing to read with all of that code in the way. I got a fresh version and just made the fixes. I had to edit the Makefile, because the one generated doesn't work with HPUX. It doesn't put all the flags in that it is suppose to, like it does for Linux and other OS's. Guess that's an oversight on somebody's part (hint hint). I had to edit eggdrop.h because of that stupid check for DLOPEN. I also put the following in src/mod/modvals.h: #if HPUX_HACKS #include