~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-11-11 14:46:10 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141111144610-qihnyjn0acn53dmz
Tags: 1:1.0.9-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark xauth Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
/* Patch version of this package */
79
79
#undef PACKAGE_VERSION_PATCHLEVEL
80
80
 
81
 
/* Define as the return type of signal handlers (`int' or `void'). */
82
 
#undef RETSIGTYPE
83
 
 
84
81
/* Define to 1 if you have the ANSI C header files. */
85
82
#undef STDC_HEADERS
86
83
 
90
87
/* Support UNIX socket connections */
91
88
#undef UNIXCONN
92
89
 
 
90
/* Enable extensions on AIX 3, Interix.  */
 
91
#ifndef _ALL_SOURCE
 
92
# undef _ALL_SOURCE
 
93
#endif
 
94
/* Enable GNU extensions on systems that have them.  */
 
95
#ifndef _GNU_SOURCE
 
96
# undef _GNU_SOURCE
 
97
#endif
 
98
/* Enable threading extensions on Solaris.  */
 
99
#ifndef _POSIX_PTHREAD_SEMANTICS
 
100
# undef _POSIX_PTHREAD_SEMANTICS
 
101
#endif
 
102
/* Enable extensions on HP NonStop.  */
 
103
#ifndef _TANDEM_SOURCE
 
104
# undef _TANDEM_SOURCE
 
105
#endif
 
106
/* Enable general extensions on Solaris.  */
 
107
#ifndef __EXTENSIONS__
 
108
# undef __EXTENSIONS__
 
109
#endif
 
110
 
 
111
 
93
112
/* Version number of package */
94
113
#undef VERSION
 
114
 
 
115
/* Define to 1 if on MINIX. */
 
116
#undef _MINIX
 
117
 
 
118
/* Define to 2 if the system does not provide POSIX.1 features except with
 
119
   this defined. */
 
120
#undef _POSIX_1_SOURCE
 
121
 
 
122
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
123
#undef _POSIX_SOURCE
 
124
 
 
125
/* Defined if needed to expose struct msghdr.msg_control */
 
126
#undef _XOPEN_SOURCE