~ubuntu-branches/ubuntu/maverick/util-linux/maverick-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-02-17 13:01:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090217130131-r0xvdy9sjmkc7tnp
Tags: 2.14.2-1ubuntu3
Run autoreconf again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
/* Fallback syscall number for sched_getaffinity */
267
267
#undef SYS_sched_getaffinity
268
268
 
269
 
/* Enable extensions on AIX 3, Interix.  */
270
 
#ifndef _ALL_SOURCE
271
 
# undef _ALL_SOURCE
272
 
#endif
273
 
/* Enable GNU extensions on systems that have them.  */
274
 
#ifndef _GNU_SOURCE
275
 
# undef _GNU_SOURCE
276
 
#endif
277
 
/* Enable threading extensions on Solaris.  */
278
 
#ifndef _POSIX_PTHREAD_SEMANTICS
279
 
# undef _POSIX_PTHREAD_SEMANTICS
280
 
#endif
281
 
/* Enable extensions on HP NonStop.  */
282
 
#ifndef _TANDEM_SOURCE
283
 
# undef _TANDEM_SOURCE
284
 
#endif
285
 
/* Enable general extensions on Solaris.  */
286
 
#ifndef __EXTENSIONS__
287
 
# undef __EXTENSIONS__
288
 
#endif
289
 
 
290
 
 
291
269
/* Should wall and write be installed setgid tty? */
292
270
#undef USE_TTY_GROUP
293
271
 
297
275
/* Number of bits in a file offset, on hosts where this is settable. */
298
276
#undef _FILE_OFFSET_BITS
299
277
 
 
278
/* Enable GNU extensions on systems that have them.  */
 
279
#ifndef _GNU_SOURCE
 
280
# undef _GNU_SOURCE
 
281
#endif
 
282
 
300
283
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
301
284
#undef _LARGEFILE_SOURCE
302
285
 
303
286
/* Define for large files, on AIX-style hosts. */
304
287
#undef _LARGE_FILES
305
 
 
306
 
/* Define to 1 if on MINIX. */
307
 
#undef _MINIX
308
 
 
309
 
/* Define to 2 if the system does not provide POSIX.1 features except with
310
 
   this defined. */
311
 
#undef _POSIX_1_SOURCE
312
 
 
313
 
/* Define to 1 if you need to in order for `stat' and other things to work. */
314
 
#undef _POSIX_SOURCE