//
// 1997/09/27 21:33:14
//
// Libsidplay compile time definitions.
//
// Programmer's note: If you don't include ``player.h'' only do not forget
// to include this in every file that uses libsidplay.
//

#ifndef __CONFIG_H
#define __CONFIG_H

#define IS_LITTLE_ENDIAN
#define DIRECT_FIXPOINT

#endif
