/usr/include/minidjvu/alg/alg.h is in libminidjvu-dev 0.8.svn.2010.05.06+dfsg-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /*
* alg.h - and intermediate header to include all algorithms' headers
*/
/* algorithms are listed in the approximate order they're applied */
#include "../matcher.h"
#include "render.h"
#include "smooth.h"
#include "split.h"
#include "clean.h"
#include "nosubst.h"
#include "blitsort.h"
#include "classify.h"
#include "average.h"
#include "adjust_y.h"
#include "erosion.h"
#include "delegate.h"
#include "compress.h"
|