diff options
Diffstat (limited to 'src/input/input_mms.c')
-rw-r--r-- | src/input/input_mms.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 7ba14765b..4cc7e73e7 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_mms.c,v 1.59 2006/03/25 11:59:29 hadess Exp $ + * $Id: input_mms.c,v 1.60 2006/04/05 22:12:19 valtri Exp $ * * mms input plugin based on work from major mms */ @@ -55,10 +55,6 @@ #define PROTOCOL_MMST 1 #define PROTOCOL_MMSH 2 -#if !defined(NDELAY) && defined(O_NDELAY) -#define FNDELAY O_NDELAY -#endif - /* network bandwidth */ const uint32_t mms_bandwidths[]={14400,19200,28800,33600,34430,57600, 115200,262200,393216,524300,1544000,10485800}; |