000859d
diff --git a/src/lib/libast/features/stdio b/src/lib/libast/features/stdio
000859d
--- a/src/lib/libast/features/stdio
000859d
+++ b/src/lib/libast/features/stdio
000859d
@@ -6,6 +6,8 @@ cat{
000859d
 	#define _FILE_DEFINED	1
000859d
 	#define _FILE_defined	1
000859d
 	#define _FILEDEFED	1
000859d
+	#define __FILE_defined  1
000859d
+	#define ____FILE_defined    1
000859d
 
000859d
 	#ifndef __FILE_TAG
000859d
 	#define __FILE_TAG	_sfio_s
000859d
diff --git a/src/lib/libast/include/ast.h b/src/lib/libast/include/ast.h
000859d
index ebf82d7..f4bbe6d 100644
000859d
--- a/src/lib/libast/include/ast.h
000859d
+++ b/src/lib/libast/include/ast.h
000859d
@@ -59,9 +59,21 @@ struct _sfio_s;
000859d
 #ifndef	__FILE_typedef
000859d
 #define __FILE_typedef	1
000859d
 #endif
000859d
+#ifndef	_FILE_DEFINED
000859d
+#define _FILE_DEFINED   1
000859d
+#endif
000859d
+#ifndef	_FILE_defined
000859d
+#define _FILE_defined   1
000859d
+#endif
000859d
 #ifndef _FILEDEFED
000859d
 #define _FILEDEFED	1
000859d
 #endif
000859d
+#ifndef __FILE_defined
000859d
+#define __FILE_defined  1
000859d
+#endif
000859d
+#ifndef ____FILE_defined
000859d
+#define ____FILE_defined  1
000859d
+#endif
000859d
 #endif
000859d
 
000859d
 /*