summaryrefslogtreecommitdiff
path: root/smproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'smproxy.h')
-rw-r--r--smproxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/smproxy.h b/smproxy.h
index 8d39f86..23c96ec 100644
--- a/smproxy.h
+++ b/smproxy.h
@@ -47,7 +47,6 @@ Author: Ralph Mor, X Consortium
#endif
#include <stdlib.h>
-#ifndef X_NOT_POSIX
#ifdef _POSIX_SOURCE
#include <limits.h>
#else
@@ -55,7 +54,7 @@ Author: Ralph Mor, X Consortium
#include <limits.h>
#undef _POSIX_SOURCE
#endif
-#endif /* X_NOT_POSIX */
+
#ifndef PATH_MAX
#include <sys/param.h>
#ifndef PATH_MAX