~ubuntu-branches/ubuntu/dapper/kstart/dapper

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2006-01-01 18:25:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060101182550-txo82yxcj0ittl46
Tags: 2.9-1
* New upstream release.
  - Build with --enable-reduced-depends to reduce library dependencies.
  - Improved error reporting.
* Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define to 1 if you have the `daemon' function. */
4
4
#undef HAVE_DAEMON
5
5
 
6
 
/* Define to 1 if you have the `initialize_krb5_error_table' function. */
7
 
#undef HAVE_INITIALIZE_KRB5_ERROR_TABLE
 
6
/* Define to 1 if you have the declaration of `GSS_KRB5_MECHANISM', and to 0
 
7
   if you don't. */
 
8
#undef HAVE_DECL_GSS_KRB5_MECHANISM
 
9
 
 
10
/* Define to 1 if you have the <et/com_err.h> header file. */
 
11
#undef HAVE_ET_COM_ERR_H
 
12
 
 
13
/* Define to 1 if you have the <gssapi.h> header file. */
 
14
#undef HAVE_GSSAPI_H
 
15
 
 
16
/* Define to 1 if the GSS-API library uses RFC-compliant OIDs. */
 
17
#undef HAVE_GSS_RFC_OIDS
8
18
 
9
19
/* Define to 1 if you have the <inttypes.h> header file. */
10
20
#undef HAVE_INTTYPES_H
11
21
 
 
22
/* Define to 1 if you have the <kafs.h> header file. */
 
23
#undef HAVE_KAFS_H
 
24
 
12
25
/* Define to 1 if you have the <kerberosIV/krb.h> header file. */
13
26
#undef HAVE_KERBEROSIV_KRB_H
14
27
 
 
28
/* Define to 1 if you have the `krb5_err' function. */
 
29
#undef HAVE_KRB5_ERR
 
30
 
15
31
/* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */
16
32
#undef HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS
17
33
 
25
41
/* Define to 1 if you have the `krb_life_to_time' function. */
26
42
#undef HAVE_KRB_LIFE_TO_TIME
27
43
 
 
44
/* Define to 1 if you have the k_setpag function. */
 
45
#undef HAVE_K_SETPAG
 
46
 
28
47
/* Define to 1 if the system has the type `long long'. */
29
48
#undef HAVE_LONG_LONG
30
49
 
 
50
/* Define to 1 if you have the AFS lsetpag function. */
 
51
#undef HAVE_LSETPAG
 
52
 
31
53
/* Define to 1 if you have the <memory.h> header file. */
32
54
#undef HAVE_MEMORY_H
33
55
 
34
56
/* Define to 1 if you have the `mkstemp' function. */
35
57
#undef HAVE_MKSTEMP
36
58
 
37
 
/* Define to 1 if you have the AFS setpag function. */
38
 
#undef HAVE_SETPAG
39
 
 
40
59
/* Define to 1 if you have the `setsid' function. */
41
60
#undef HAVE_SETSID
42
61
 
55
74
/* Define to 1 if you have the <sys/stat.h> header file. */
56
75
#undef HAVE_SYS_STAT_H
57
76
 
 
77
/* Define to 1 if you have the <sys/time.h> header file. */
 
78
#undef HAVE_SYS_TIME_H
 
79
 
58
80
/* Define to 1 if you have the <sys/types.h> header file. */
59
81
#undef HAVE_SYS_TYPES_H
60
82
 
81
103
 
82
104
/* Define to 1 if you have the ANSI C header files. */
83
105
#undef STDC_HEADERS
 
106
 
 
107
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
108
#undef TIME_WITH_SYS_TIME