This is config.h in view mode; [Download] [Up]
/* WEBHOME only needs to be defined if you recieve an error telling you it needs to be defined !. If so, set WEBHOME to your root HTML directory where your data files and directories start. Same as DirectoryRoot in srm.conf /* #define WEBHOME "/cwis" */ /* Set USERDIR to the users Public HTML directory ( for use with tilde (~user) home directory expansion used in Public style HTML access. This should be same as "UserDir" in srm.conf. If USERDIR is undefined, then '~' won't be expanded */ #undef USERDIR /* Default. Don't permit User HTML Dir */ /* #define USERDIR "html" /* Permit user HTML dir called "html" */ #define USERDIR "public_html" /* Users Home Dir, permit user HTML. Risky! */ /* Specify the print command on your system and the switch to specify queue eg. /usr/lpr -Pmyprinter , "myprinter" is specified in the HTML form */ #define PRINTCMD "/usr/bin/lpr" #define PRINTQ "-P" /* Specify your Mailer program */ #define MAILER "/usr/ucb/mail"
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.