]> code.delx.au - gnu-emacs/commitdiff
(_GNU_SOURCE, HAVE_FSYNC): Don't define.
authorDave Love <fx@gnu.org>
Mon, 18 Nov 2002 15:39:55 +0000 (15:39 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Nov 2002 15:39:55 +0000 (15:39 +0000)
src/fileio.c

index 41504f9882b8a914a5e2eeb3ddc8c94fe2083640..69c1446b25d5ceecc248f74d879f4df60f11d161 100644 (file)
@@ -19,8 +19,6 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#define _GNU_SOURCE            /* for euidaccess */
-
 #include <config.h>
 
 #if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX)
@@ -74,16 +72,6 @@ extern int errno;
 #include <sys/time.h>
 #endif
 
-#ifndef USG
-#ifndef VMS
-#ifndef BSD4_1
-#ifndef WINDOWSNT
-#define HAVE_FSYNC
-#endif
-#endif
-#endif
-#endif
-
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"