python: disable symlink and readlink compile options, ape has no reasonable way emulating it

This commit is contained in:
cinap_lenrek 2014-08-02 14:28:19 +02:00
parent dc501ae1e3
commit 7cc757c3c0

View file

@ -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