#include <string.h>
#include <errno.h>
-#if !TARGET_API_MAC_CARBON_NOTYET
-/* XXXX Skip for Carbon, for now */
+#if !TARGET_API_MAC_CARBON
+/* Skip for Carbon */
#include "macstat.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#else /* USE_GUSI */
-#if !TARGET_API_MAC_CARBON_NOTYET
+#if !TARGET_API_MAC_CARBON
#define stat macstat
#endif
#endif /* USE_GUSI */
}
#endif /* WEHAVE_FSTAT */
-#if !TARGET_API_MAC_CARBON_NOTYET
+#if !TARGET_API_MAC_CARBON
static PyObject *
mac_xstat(self, args)
PyObject *self;
{"rename", mac_rename},
{"rmdir", mac_rmdir},
{"stat", mac_stat},
-#if !TARGET_API_MAC_CARBON_NOTYET
+#if !TARGET_API_MAC_CARBON
{"xstat", mac_xstat},
#endif
{"sync", mac_sync},