summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-09-10 09:16:13 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-09-10 09:16:13 +0000
commitb934690004e63c79d7075966e5367e216d01e190 (patch)
treee041d117ea269918c0f068d332d69cf982a537c8 /pyconfig.h.in
parente97fde63f36753b1aa0d1f0e0582a8ed0c28514a (diff)
downloadcpython-b934690004e63c79d7075966e5367e216d01e190.tar.gz
Use utimes(2) where available to support microsecond timestamps.
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 d664860f0f..3622be8f5a 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -574,6 +574,9 @@
wchar_t must be 16-bit unsigned type. (see Include/unicodeobject.h). */
#undef HAVE_USABLE_WCHAR_T
+/* Define to 1 if you have the `utimes' function. */
+#undef HAVE_UTIMES
+
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H