/usr/include/chemio.h is in libglobalarrays-dev 5.4~beta~r10636+dfsg-5.
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 | #if !defined(CHEMIO_H)
#define CHEMIO_H
#define ELIO_RW -1
#define ELIO_W -2
#define ELIO_R -3
#define ELIO_DONE -1
#define ELIO_PENDING 1
#define ELIO_OK 0
#define CHEMIO_RW ELIO_RW
#define CHEMIO_W ELIO_W
#define CHEMIO_R ELIO_R
#define CHEMIO_DONE ELIO_DONE
#define CHEMIO_PENDING ELIO_PENDING
#define CHEMIO_OK ELIO_OK
#endif
|