summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-09-09 14:24:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-09-09 14:24:16 (GMT)
commit94717ed1d4e8c361656cfdfa16ccc3364073cde8 (patch)
tree92375465d0300e79d6d6d815d919e6a4efcb4f78 /pyconfig.h.in
parentdf453fd02650913a081d7b9403e62bbbabc9d29b (diff)
downloadcpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.zip
cpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.tar.gz
cpython-94717ed1d4e8c361656cfdfa16ccc3364073cde8.tar.bz2
Patch #606592: Subsecond timestamps in stat_result.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 74625f2..d664860 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -388,6 +388,9 @@
/* Define to 1 if you have the `statvfs' function. */
#undef HAVE_STATVFS
+/* Define if you have struct stat.st_mtim.tv_nsec */
+#undef HAVE_STAT_TV_NSEC
+
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H