The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef _XSLTP_LINUX_CONFIG_H_INCLUDED_
#define _XSLTP_LINUX_CONFIG_H_INCLUDED_

#include <assert.h>
#include <errno.h>
#include <errno.h>
#include <limits.h>
#include <math.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <sys/un.h>
#include <unistd.h>
#include <stdint.h>
#include <sys/stat.h>
#include <libxml/parser.h>
#include <signal.h>
#include <time.h>

#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif

#endif /* _XSLTP_LINUX_CONFIG_H_INCLUDED_ */