#include <stddef.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <errno.h>
#include <libintl.h>
#include <dirent.h>
else /* link the directory */
{
char *target_locale;
char aux_path[PATHLEN];
char aux_path[MAXPATHLEN];
realpath(source_path, aux_path);
target_locale = strrchr(aux_path, '/');