#ifndef HAVE_BASENAME #include char *basename(const char *path) { /* now constructing... */ return NULL; } #endif