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

Don't define SERVER.

parent 524a4a4f
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.60 1999/05/15 23:06:30 ceder Exp $ dnl $Id: configure.in,v 1.61 1999/05/21 15:34:37 ceder Exp $
dnl Configuration for LysKOM dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995, 1996 Lysator Academic Computer Association. dnl Copyright (C) 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
dnl dnl
...@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ...@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl dnl
dnl Please mail bug reports to bug-lyskom@lysator.liu.se. dnl Please mail bug reports to bug-lyskom@lysator.liu.se.
dnl dnl
AC_REVISION($Revision: 1.60 $) AC_REVISION($Revision: 1.61 $)
AC_INIT(src/server/lyskomd.h) AC_INIT(src/server/lyskomd.h)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(scripts) AC_CONFIG_AUX_DIR(scripts)
...@@ -248,11 +248,6 @@ dnl ...@@ -248,11 +248,6 @@ dnl
dnl Unencrypted passwords are no longer supported. dnl Unencrypted passwords are no longer supported.
AC_DEFINE(ENCRYPT_PASSWORDS) AC_DEFINE(ENCRYPT_PASSWORDS)
dnl dnl
dnl Once upon a time, the server shared some code with the tty-client.
dnl Because of that, you still have to define SERVER while compiling
dnl some of the files in this package. Nowadays sharing is done by copying.
AC_DEFINE(SERVER)
dnl
dnl Tests for GNU getopt (used in dbck) dnl Tests for GNU getopt (used in dbck)
AC_CHECK_HEADERS(alloca.h) AC_CHECK_HEADERS(alloca.h)
dnl dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment