diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 05a355b..74625f2 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -247,6 +247,9 @@ /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT +/* Define this if you have the makedev macro. */ +#undef HAVE_MAKEDEV + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE @@ -766,6 +769,9 @@ /* Define to 1 if on MINIX. */ #undef _MINIX +/* Define _OSF_SOURCE to get the makedev macro. */ +#undef _OSF_SOURCE + /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE |