Skip to content
Snippets Groups Projects
Commit 12295110 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Support for rfc 931.

parent 3394ba4b
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $ * $Id: balance-config.h,v 1.5 1992/03/31 20:50:21 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se. * Please mail bug reports to bug-lyskom@lysator.liu.se.
*/ */
/* /*
* $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $ * $Id: balance-config.h,v 1.5 1992/03/31 20:50:21 ceder Exp $
* *
* This works on a Sequent Balance running Dynix 2.1.1. * This works on a Sequent Balance running Dynix 2.1.1.
*/ */
...@@ -32,4 +32,5 @@ ...@@ -32,4 +32,5 @@
#define HAVE_GETDTABLESIZE #define HAVE_GETDTABLESIZE
#define HAVE_STRERROR #define HAVE_STRERROR
#define RFC_931
#define ENCRYPT_PASSWORDS #define ENCRYPT_PASSWORDS
/* /*
* $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $ * $Id: config-template.h,v 1.6 1992/03/31 20:50:25 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se. * Please mail bug reports to bug-lyskom@lysator.liu.se.
*/ */
/* /*
* $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $ * $Id: config-template.h,v 1.6 1992/03/31 20:50:25 ceder Exp $
* *
* This is a generic configuration file for LysKOM. * This is a generic configuration file for LysKOM.
*/ */
...@@ -43,6 +43,13 @@ ...@@ -43,6 +43,13 @@
#define HAVE_LOCALE #define HAVE_LOCALE
/*
* Define RFC_931 if you want to use authentication as in rfc 931.
* You need the authuser package that Daniel J. Bernstein has written.
*/
#define RFC_931
/* /*
* Define HAVE_STRERROR if your libc.a have strerror. * Define HAVE_STRERROR if your libc.a have strerror.
*/ */
......
/* /*
* $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $ * $Id: sun4os4-config.h,v 1.5 1992/03/31 20:50:29 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se. * Please mail bug reports to bug-lyskom@lysator.liu.se.
*/ */
/* /*
* $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $ * $Id: sun4os4-config.h,v 1.5 1992/03/31 20:50:29 ceder Exp $
* *
* Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1. * Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1.
* This is the configuration we are running at Lysator, so this is * This is the configuration we are running at Lysator, so this is
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#define BUGGY_INET_NTOA #define BUGGY_INET_NTOA
#define RFC_931
#define HAVE_GETDTABLESIZE #define HAVE_GETDTABLESIZE
/* We have LOCALE. */ /* We have LOCALE. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment