Permalink
Browse files

pyconfig.h: Assume we don't have stropts.h.

They're not present on RedHat and CentOS.

https://bugzilla.redhat.com/show_bug.cgi?id=439403
  • Loading branch information...
Andy Chu
Andy Chu committed Sep 7, 2017
1 parent 576dd20 commit a8cd6031030d3e194f0c233cf42007587106664f
Showing with 0 additions and 3 deletions.
  1. +0 −3 Python-2.7.13/pyconfig.h
View
@@ -705,9 +705,6 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <stropts.h> header file. */
#define HAVE_STROPTS_H 1
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */

0 comments on commit a8cd603

Please sign in to comment.