~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to libltdl/acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Some of these are defined here, not in configure.in, because
2
 
   they're AC_DEFINEd in two different places, which causes two
3
 
   defines to appear.  Some C compilers might now appreciate it...  */
4
 
 
5
 
/* Define if you have the libdl library or equivalent.  */
6
 
#undef HAVE_LIBDL
7
 
 
8
 
/* Define if you have the GNU dld library.  */
9
 
#undef HAVE_DLD
10
 
 
11
 
/* Define if you have the shl_load function.  */
12
 
#undef HAVE_SHL_LOAD