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

Definierar nu ENCRYPT_PASSWORDS.

parent 4bd66247
No related branches found
No related tags found
No related merge requests found
/*
* $Id: balance-config.h,v 1.2 1991/08/30 10:00:14 ceder Exp $
* $Id: balance-config.h,v 1.3 1991/09/12 15:47:13 ceder Exp $
*
* This works on a Sequent Balance running Dynix 2.1.1.
*/
......@@ -8,3 +8,4 @@
#define HAVE_GETDTABLESIZE
#define HAVE_STRERROR
#define ENCRYPT_PASSWORDS
/*
* $Id: config-template.h,v 1.3 1991/08/30 10:00:13 ceder Exp $
* $Id: config-template.h,v 1.4 1991/09/12 15:47:12 ceder Exp $
*
* This is a generic configuration file for LysKOM.
*/
......@@ -42,3 +42,10 @@
#include <limits.h> /* Another. (I'm not sure that this */
#define MAX_OPEN_FD _POSIX_OPEN_MAX /* is correct - use at your own risk!*/
/*
* Define ENCRYPT_PASSWORDS to encrypt the users password via crypt(3).
*/
#define ENCRYPT_PASSWORDS
/*
* $Id: sun4os4-config.h,v 1.2 1991/08/30 10:00:11 ceder Exp $
* $Id: sun4os4-config.h,v 1.3 1991/09/12 15:47:10 ceder Exp $
*
* Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1.
* This is the configuration we are running at Lysator, so this is
......@@ -20,3 +20,4 @@
/* We have LOCALE. */
#define HAVE_LOCALE
#define ENCRYPT_PASSWORDS
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