#ifndef _LIBWRAP_STUB_H_ #define _LIBWRAP_STUB_H_ static inline int _stub(int err) { return err?-1:-1; } #endif /* _LIBWRAP_STUB_H_ */