This is config.h in view mode; [Download] [Up]
/* * Top level config file... you'll probably not need to modify any of this. * $Id: config.h,v 1.9 1997/12/21 23:01:03 sob beta16 sob $ * In the future, a lot more definable features will be here (and this * will all make sense...) */ /* * allow "upload" keyword in ftpaccess */ #define UPLOAD /* * allow "overwrite" keyword in ftpaccess. */ #define OVERWRITE /* * allow "allow/deny" for individual users. */ #define HOST_ACCESS /* * log failed login attempts */ #define LOG_FAILED /* * log login attempts that fail because of class connection * limits. Busy servers may want to prevent this logging * since it can fill up the log file and put a high load on * syslog. */ #define LOG_TOOMANY /* * allow use of private file. (for site group and site gpass) */ #undef NO_PRIVATE /* * Try once more on failed DNS lookups (to allow far away connections * which might resolve slowly) */ #define DNS_TRYAGAIN /* * ANON_ONLY * Permit only anonymous logins... disables all other type * See FIXES-2.4-HOBBIT for more information on this option. */ #undef ANON_ONLY /* * PARANOID * Disable "questionable" functions * See FIXES-2.4-HOBBIT for more information on this option. */ #undef PARANOID /* * SKEY * Add SKEY support -- REQUIRES SKEY libraries * See FIXES-2.4-HOBBIT for more information on this option. */ #undef SKEY
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.