#ifndef APT_H #define APT_H #include #define DPKG_DATADIR "/usr/share/dpkg" template static Type_ *strchrnul(Type_ *s, int c) { while (*s != c && *s != '\0') ++s; return s; } #define faccessat(arg0, arg1, arg2, arg3) \ access(arg1, arg2) #if 0 #include static unsigned nonce(0); #define _trace() syslog(LOG_ERR, "_trace():%s[%u] #%u\n", __FILE__, __LINE__, ++nonce) #endif #endif//APT_H