Use AC_GNU_SOURCE instead of doing it manually.

(Logical change 1.309)
edge.strict_endians
cantab.net!aia21 2004-03-10 09:21:53 +00:00
parent 255305ee93
commit 3d757997b0
1 changed files with 2 additions and 2 deletions

View File

@ -233,9 +233,9 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Enable GNU extensions on systems that have them. */
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Define for large files, on AIX-style hosts. */