summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-15 02:34:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-15 02:34:37 +0000
commit42202bc8cffb0932ac7e6c1eb483cd20176c01c9 (patch)
tree869bcc038453e50a38fc6c2cf7086d0b9201f502 /acconfig.h
parent200e3c9c9adfeafe431c7af1aeb7a3dd9d4ac130 (diff)
- (bal) utimes() support via utime() interface on machine that lack utimes().
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 6f56deb0a..e2c34317d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -103,6 +103,9 @@
103 * message at run-time. */ 103 * message at run-time. */
104#undef RSAREF 104#undef RSAREF
105 105
106/* struct timeval */
107#undef HAVE_STRUCT_TIMEVAL
108
106/* struct utmp and struct utmpx fields */ 109/* struct utmp and struct utmpx fields */
107#undef HAVE_HOST_IN_UTMP 110#undef HAVE_HOST_IN_UTMP
108#undef HAVE_HOST_IN_UTMPX 111#undef HAVE_HOST_IN_UTMPX