summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-08-02 14:28:19 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-08-02 14:28:19 +0200
commit7cc757c3c01e09c73034d8f08226ca1fd34c4e6b (patch)
tree267ce5a418086cdab4338fcfd177148613fbc661 /sys/src/cmd/python
parentdc501ae1e31dd4c9147f10e0d477ad0967777609 (diff)
python: disable symlink and readlink compile options, ape has no reasonable way emulating it
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r--sys/src/cmd/python/pyconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h
index 04ca804b2..be1de2042 100644
--- a/sys/src/cmd/python/pyconfig.h
+++ b/sys/src/cmd/python/pyconfig.h
@@ -420,7 +420,7 @@ typedef unsigned long u_long;
#define HAVE_PUTENV 1
/* Define to 1 if you have the `readlink' function. */
-#define HAVE_READLINK 1
+/* #define HAVE_READLINK 1 */
/* Define to 1 if you have the `realpath' function. */
/* #undef HAVE_REALPATH */
@@ -572,7 +572,7 @@ typedef unsigned long u_long;
/* #undef HAVE_ST_BLOCKS */
/* Define if you have the 'symlink' function. */
-#define HAVE_SYMLINK 1
+/* #define HAVE_SYMLINK 1 */
/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1