Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
4c5c3d44
Commit
4c5c3d44
authored
May 21, 1999
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Don't define SERVER.
parent
524a4a4f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.in
+2
-7
2 additions, 7 deletions
configure.in
with
2 additions
and
7 deletions
configure.in
+
2
−
7
View file @
4c5c3d44
dnl $Id: configure.in,v 1.6
0
1999/05/
15 23:06
:3
0
ceder Exp $
dnl $Id: configure.in,v 1.6
1
1999/05/
21 15:34
:3
7
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.6
0
$)
AC_REVISION($Revision: 1.6
1
$)
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment