~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-03 15:50:33 UTC
  • mfrom: (1.2.4 upstream) (1.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110403155033-eqntz262lxzt0d8s
Tags: 0.5.0-2
* Fix infinoted postinst and prerm.  (Closes: #620687)
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define to 1 if you have the <dlfcn.h> header file. */
16
16
#undef HAVE_DLFCN_H
17
17
 
 
18
/* Define this symbol if your struct dirent has the d_type field */
 
19
#undef HAVE_D_TYPE
 
20
 
18
21
/* Define if the GNU gettext() function is already present or preinstalled. */
19
22
#undef HAVE_GETTEXT
20
23
 
33
36
/* Define this symbol if you have MSG_NOSIGNAL */
34
37
#undef HAVE_MSG_NOSIGNAL
35
38
 
 
39
/* Define this symbol if your pam has PAM_FAIL_DELAY */
 
40
#undef HAVE_PAM_FAIL_DELAY
 
41
 
 
42
/* Define this symbol if you have SO_REUSEADDR */
 
43
#undef HAVE_SO_REUSEADDR
 
44
 
36
45
/* Define to 1 if you have the <stdint.h> header file. */
37
46
#undef HAVE_STDINT_H
38
47
 
63
72
/* Whether libdaemon support is enabled */
64
73
#undef LIBINFINITY_HAVE_LIBDAEMON
65
74
 
 
75
/* Define this symbol if you have pam */
 
76
#undef LIBINFINITY_HAVE_PAM
 
77
 
66
78
/* Define to the sub-directory in which libtool stores uninstalled libraries.
67
79
   */
68
80
#undef LT_OBJDIR
94
106
/* Define to 1 if you have the ANSI C header files. */
95
107
#undef STDC_HEADERS
96
108
 
 
109
/* Enable extensions on AIX 3, Interix.  */
 
110
#ifndef _ALL_SOURCE
 
111
# undef _ALL_SOURCE
 
112
#endif
 
113
/* Enable GNU extensions on systems that have them.  */
 
114
#ifndef _GNU_SOURCE
 
115
# undef _GNU_SOURCE
 
116
#endif
 
117
/* Enable threading extensions on Solaris.  */
 
118
#ifndef _POSIX_PTHREAD_SEMANTICS
 
119
# undef _POSIX_PTHREAD_SEMANTICS
 
120
#endif
 
121
/* Enable extensions on HP NonStop.  */
 
122
#ifndef _TANDEM_SOURCE
 
123
# undef _TANDEM_SOURCE
 
124
#endif
 
125
/* Enable general extensions on Solaris.  */
 
126
#ifndef __EXTENSIONS__
 
127
# undef __EXTENSIONS__
 
128
#endif
 
129
 
 
130
 
97
131
/* Version number of package */
98
132
#undef VERSION
 
133
 
 
134
/* Define to 1 if on MINIX. */
 
135
#undef _MINIX
 
136
 
 
137
/* Define to 2 if the system does not provide POSIX.1 features except with
 
138
   this defined. */
 
139
#undef _POSIX_1_SOURCE
 
140
 
 
141
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
142
#undef _POSIX_SOURCE