~ubuntu-branches/ubuntu/dapper/freeradius/dapper-updates

« back to all changes in this revision

Viewing changes to Make.inc.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2004-12-29 20:19:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229201942-uj2e95la965uthc7
Tags: 1.0.1-2
* freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
   Closes: #279419
* Added a two-second pause to restart in init.d script
   Closes: #262635
* FreeRADIUS module packages now depend on the same source
  version of the main FreeRADIUS package.
   Closes: #284353
* FreeRADIUS-dialupadmin's default paths in admin.conf are
  now correct.
   Closes: #280942
* FreeRADIUS-dialupadmin's help.php3 can now find README.
   Closes: #280941
* Fixes stolen from 1.0.2 CVS:
  - Bug fix to make udpfromto code work
  - radrelay shouldn't dump core if it can't read a VP from the
    detail file.
  - Only initialize the random pool once.
  - In rlm_sql, don't escape characters twice.
  - In rlm_ldap, only claim Auth-Type if a plain text password is present.
  - Locking fixes in threading code
  - Fix building on gcc-4.0 by not trying to access static auth_port from
    other files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
 
1
# -*- makefile -*-
2
2
# Make.inc.in
3
3
#
4
 
# Version:      $Id: Make.inc.in,v 1.46 2003/01/27 18:21:28 aland Exp $
 
4
# Version:      $Id: Make.inc.in,v 1.48 2004/01/23 17:08:43 aland Exp $
5
5
#
6
6
 
7
7
# Location of files.
18
18
logdir          = @logdir@
19
19
raddbdir        = @raddbdir@
20
20
radacctdir      = @radacctdir@
21
 
top_builddir    = @top_builddir@
 
21
top_builddir    = @abs_top_builddir@
22
22
top_srcdir      = @top_srcdir@
23
23
 
24
24
MAKE            = @MAKE@
27
27
INCLUDE         = 
28
28
CFLAGS          = $(INCLUDE) @CFLAGS@ @LFS_CFLAGS@
29
29
LIBPREFIX       = @LIBPREFIX@
 
30
EXEEXT          = @EXEEXT@ 
30
31
 
31
32
LIBTOOL         = @LIBTOOL@
32
33
ACLOCAL         = @ACLOCAL@
59
60
SNMP_INCLUDE    = @SNMP_INCLUDE@
60
61
SNMP_LIBS       = @SNMP_LIBS@
61
62
 
 
63
OPENSSL_LIBS    = @OPENSSL_LIBS@
 
64
OPENSSL_INCLUDE = @OPENSSL_INCLUDE@
 
65
 
62
66
#
63
67
#  SQL driver defines
64
68
#
70
74
RADIUSD_VERSION         = @RADIUSD_VERSION@
71
75
 
72
76
MODULES                 = @MODULES@
 
77
HOSTINFO                = @HOSTINFO@
 
 
b'\\ No newline at end of file'