changeset 48423:77ba6907e487

(_GNU_SOURCE, HAVE_FSYNC): Don't define.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 15:39:55 +0000
parents 2346caa2a66a
children 8e86004e885e
files src/fileio.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Mon Nov 18 15:35:07 2002 +0000
+++ b/src/fileio.c	Mon Nov 18 15:39:55 2002 +0000
@@ -19,8 +19,6 @@
 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 @@
 #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"