~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_unix/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
 
 
3
 
/* Define if you have the <crypt.h> header file. */
4
 
#undef HAVE_CRYPT_H
5
 
 
6
 
/* Define if you have the `fgetgrent' function. */
 
1
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
2
/*
 
3
 
 
4
acconfig.h - template used by autoheader to create config.h.in
 
5
config.h.in - used by autoconf to create config.h
 
6
config.h - created by autoconf; contains defines generated by autoconf
 
7
 
 
8
*/
 
9
 
 
10
 
 
11
/* Do we have shadow support? */
 
12
#undef HAVE_GETSPNAM
 
13
 
 
14
/* Define if you have the fgetgrent function.  */
7
15
#undef HAVE_FGETGRENT
8
16
 
9
 
/* Define if you have the `fgetpwent' function. */
 
17
/* Define if you have the fgetpwent function.  */
10
18
#undef HAVE_FGETPWENT
11
19
 
12
 
/* Define if you have the `fgetspent' function. */
 
20
/* Define if you have the fgetspent function.  */
13
21
#undef HAVE_FGETSPENT
14
22
 
15
 
/* Define if you have the `getspnam' function. */
 
23
/* Define if you have the getspnam function.  */
16
24
#undef HAVE_GETSPNAM
17
25
 
18
 
/* Define if you have the `getusershell' function. */
 
26
/* Define if you have the getusershell function.  */
19
27
#undef HAVE_GETUSERSHELL
20
28
 
21
 
/* Define if you have the <shadow.h> header file. */
 
29
/* Define if you have the <crypt.h> header file.  */
 
30
#undef HAVE_CRYPT_H
 
31
 
 
32
/* Define if you have the <shadow.h> header file.  */
22
33
#undef HAVE_SHADOW_H