Make Johan's confusion go away, but there are no doubt more
[p5sagit/p5-mst-13.2.git] / perliol.h
index 9833492..47fe6fc 100644 (file)
--- a/perliol.h
+++ b/perliol.h
@@ -88,8 +88,7 @@ struct _PerlIO {
 #define PERLIO_F_OPEN          0x00200000
 #define PERLIO_F_FASTGETS      0x00400000
 #define PERLIO_F_TTY           0x00800000
-#define PERLIO_F_NOTREG         0x01000000
-#define PERLIO_F_SOCKET                0x02000000
+#define PERLIO_F_NOTREG         0x01000000   
 
 #define PerlIOBase(f)      (*(f))
 #define PerlIOSelf(f,type) ((type *)PerlIOBase(f))