diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-09-10 09:16:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-09-10 09:16:13 (GMT) |
commit | 6aa9fdb86a4b9317adea991b62e023142e294877 (patch) | |
tree | 9c2ff0fe30e314648bc78ea8e19f04ceadc13e33 /pyconfig.h.in | |
parent | a32c99412914058f47bc50336c7c83d38331e880 (diff) | |
download | cpython-6aa9fdb86a4b9317adea991b62e023142e294877.zip cpython-6aa9fdb86a4b9317adea991b62e023142e294877.tar.gz cpython-6aa9fdb86a4b9317adea991b62e023142e294877.tar.bz2 |
Use utimes(2) where available to support microsecond timestamps.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index d664860..3622be8 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 |