1 2 3 4 5 6 7 8 9 10
#include "config.h" int main(int argc __attribute__((unused)), char *argv[]__attribute__((unused))) { #ifdef HAVE_RELPSRVSETOVERSIZEMODE return 0; #else return 1; #endif }