ftp.nice.ch/pub/next/unix/network/filetransfer/wu-ftpd.2.4.2-beta-13.NIHS.bs.tar.gz#/wu-ftpd-2.4.2-beta-13.NIHS.bs/src/authenticate.h

This is authenticate.h in view mode; [Download] [Up]

/* When of the supported authentication methods the ftp server will attempt
 * to use.  Define as 1 to enable, 0 to disable. */

#define USE_A_RFC931    0               /* Use RFC931-style authentication */

/* Bitmasks used to identify authentication methods that returned a result */
#define A_RFC931        1 << 0;         /* RFC931 */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.