for those of you running older SunOs and those of you whose OS does not have stdup I snatched this really quick for ya.. just add this in in structs.h and you should compile fine :) #define strdup(str) (strcpy(malloc((unsigned) strlen(str) + 1), str)) extern char *strdup();
This archive was generated by hypermail 2b30 : 12/07/00 PST