home *** CD-ROM | disk | FTP | other *** search
- #ifndef __sys_filio_h
- #define __sys_filio_h
-
- /* Freenet programmers library - sys/filio.h - 23/5/95 */
-
- #include "Internet:sys.h.iocomm"
-
- #define FIONREAD _IOR('f', 127, int) /* Get number of bytes to read */
- #define FIONBIO _IOW('f', 126, int) /* Set/clear non-blocking i/o */
- #define FIOASYNC _IOW('f', 125, int) /* Set/clear asynchronous i/o */
-
- #endif
-