/usr/include/libwaei/libwaei.h is in libwaei-dev 3.6.2-2build2.
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 20 21 22 23 24 25 | #ifndef LW_LIBWAEI_INCLUDED
#define LW_LIBWAEI_INCLUDED
#include <libwaei/definitions.h>
#include <libwaei/regex.h>
#include <libwaei/utilities.h>
#include <libwaei/io.h>
#include <libwaei/preferences.h>
#include <libwaei/vocabulary.h>
#include <libwaei/dictionary.h>
#include <libwaei/edictionary.h>
#include <libwaei/kanjidictionary.h>
#include <libwaei/exampledictionary.h>
#include <libwaei/unknowndictionary.h>
#include <libwaei/dictionarylist.h>
#include <libwaei/result.h>
#include <libwaei/query.h>
#include <libwaei/search.h>
#include <libwaei/history.h>
#ifdef WITH_MECAB
#include <libwaei/morphology.h>
#endif
#endif
|