diff options
Diffstat (limited to 'Mac/Include/pyconfig.h')
-rw-r--r-- | Mac/Include/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index dc79dcb..ac4e15a 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -576,7 +576,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef HAVE_STATVFS /* Define if you have the strdup function. */ -#undef HAVE_STRDUP +#define HAVE_STRDUP /* Define if you have the strerror function. */ #define HAVE_STRERROR |