#ifndef H_MISCFN #define H_MISCFN #include "config.h" #if HAVE_FNMATCH_H #include #else #include "misc-fnmatch.h" #endif #if HAVE_GLOB_H #include #else #include "misc-glob.h" #endif #if ! HAVE_REALPATH char *realpath(char *path, char resolved_path[]); #endif #endif