~ubuntu-branches/ubuntu/gutsy/xdm/gutsy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2006-06-30 00:42:11 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060630004211-puz2hz052bab3kq9
Tags: upstream-1.0.5
ImportĀ upstreamĀ versionĀ 1.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
/* Define to 1 if you have the `authdes_seccreate' function. */
58
58
#undef HAVE_AUTHDES_SECCREATE
59
59
 
 
60
/* Define to 1 if you have the `daemon' function. */
 
61
#undef HAVE_DAEMON
 
62
 
 
63
/* Define to 1 if your headers define the key_setnet() function. */
 
64
#undef HAVE_DECL_KEY_SETNET
 
65
 
60
66
/* Define to 1 if you have the <dlfcn.h> header file. */
61
67
#undef HAVE_DLFCN_H
62
68
 
63
69
/* Define to 1 if you have the `fork' function. */
64
70
#undef HAVE_FORK
65
71
 
 
72
/* Define to 1 if you have the <grp.h> header file. */
 
73
#undef HAVE_GRP_H
 
74
 
66
75
/* Define to 1 if you have the <inttypes.h> header file. */
67
76
#undef HAVE_INTTYPES_H
68
77
 
156
165
/* Define to pathname for xrdb program */
157
166
#undef XRDB_PROGRAM
158
167
 
 
168
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
169
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
170
#ifndef __cplusplus
 
171
#undef inline
 
172
#endif
 
173
 
159
174
/* Define to `int' if <sys/types.h> does not define. */
160
175
#undef pid_t
161
176