/usr/include/varconf-1.0/varconf/varconf.h is in libvarconf-dev 1.0.0-2ubuntu1.
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 | #ifndef VARCONF_H
#define VARCONF_H
#include <varconf/config.h>
#include <varconf/parse_error.h>
#include <varconf/variable.h>
#include <varconf/dynvar.h>
#endif
|