[Patches] Patch to Modules/pcre.h

Andrew Kuchling akuchlin@mems-exchange.org
Sat, 3 Jun 2000 08:05:10 -0400


On Sat, Jun 03, 2000 at 01:03:47AM +0200, Jack Jansen wrote:
>Hmm, I thought the same, but the DONT_HAVE_SYS_TYPES_H stuff is all
>over the place already, so I thought I'd just hook onto that.

I don't even see where DONT_HAVE_SYS_TYPES_H is ever defined:

[amk@207-172-111-242 Python-1.6]$ grep -r DONT_HAVE_SYS *
Modules/arraymodule.c:#ifndef DONT_HAVE_SYS_TYPES_H
Modules/arraymodule.c:#endif /* DONT_HAVE_SYS_TYPES_H */
Modules/selectmodule.c:#ifndef DONT_HAVE_SYS_TYPES_H
Objects/fileobject.c:#ifndef DONT_HAVE_SYS_TYPES_H
Objects/fileobject.c:#endif /* DONT_HAVE_SYS_TYPES_H */
Objects/fileobject.c:#ifndef DONT_HAVE_SYS_TYPES_H
Objects/fileobject.c:#ifndef DONT_HAVE_SYS_STAT_H
Python/import.c:#ifndef DONT_HAVE_SYS_TYPES_H
Python/import.c:#ifndef DONT_HAVE_SYS_STAT_H
[amk@207-172-111-242 Python-1.6]$

Is it defined in some Mac-specific project file?

--amk