/usr/include/libut.h is in uthash-dev 1.9.9.1+git20151125-1.
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 | #ifndef __LIBUT_H_
#define __LIBUT_H_
/* libut is a container around other sources */
#include "utmm.h"
#include "utvector.h"
#include "utstring.h"
#include "utarray.h"
#include "uthash.h"
#include "utringbuffer.h"
#include "utlist.h"
#endif /* __LIBUT_H_ */
|