/* config.h, configuration defines */ /* * tmndecode * Copyright (C) 1995 Telenor R&D * Karl Olav Lillevold * * based on mpeg2decode, (C) 1994, MPEG Software Simulation Group * and mpeg2play, (C) 1994 Stefan Eckart * * */ /* define NON_ANSI_COMPILER for compilers without function prototyping */ /* #define NON_ANSI_COMPILER */ #ifdef NON_ANSI_COMPILER #define _ANSI_ARGS_(x) () #else #define _ANSI_ARGS_(x) x #endif #ifndef O_BINARY #define O_BINARY 0 #endif