Blame src/libmpg123/true.h

Packit c32a2d
/*
Packit c32a2d
	true: a trivial truth
Packit c32a2d
Packit c32a2d
	copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1
Packit c32a2d
	see COPYING and AUTHORS files in distribution or http:#mpg123.org
Packit c32a2d
*/
Packit c32a2d
Packit c32a2d
#ifndef MPG123_H_TRUE
Packit c32a2d
#define MPG123_H_TRUE
Packit c32a2d
Packit c32a2d
#define FALSE 0
Packit c32a2d
#define TRUE  1
Packit c32a2d
Packit c32a2d
#endif