summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:30:50 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:30:50 -0800
commit83e5545ee56d73a0b1b37683397b303371c9256a (patch)
tree5f980e881400ed9dca2bfe15086539a560c12204
parent0c22454c28f44db23370f70719f6d84d92be7f22 (diff)
Remove unneeded checks for X_NOT_POSIX
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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