Move distributed and duplicated config for stat() and fstat() into pyport.h.

This commit is contained in:
Tim Peters 2001-01-18 03:03:16 +00:00
parent d2bf3b7ca6
commit 60f42b50d8
4 changed files with 34 additions and 51 deletions

View file

@ -6,16 +6,6 @@
#include "Python.h"
#include "config.h"
#include <stdio.h>
#ifndef DONT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifndef DONT_HAVE_SYS_STAT_H
#include <sys/stat.h>
#elif defined(HAVE_STAT_H)
#include <stat.h>
#endif
time_t
PyOS_GetLastModificationTime(char *path, FILE *fp)
{