Changeset 27 for trunk/src/kmk/arch.c
- Timestamp:
- Nov 27, 2002, 1:35:20 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/arch.c
r25 r27 98 98 #include <sys/time.h> 99 99 #include <sys/param.h> 100 # include <ctype.h>100 # include <ctype.h> 101 101 #include <ar.h> 102 #include <utime.h> 102 #if defined(__IBMC__) 103 # include <limits.h> 104 # include <sys/utime.h> 105 #else 106 # include <utime.h> 107 #endif 103 108 #include <stdio.h> 104 109 #include <stdlib.h> … … 107 112 #include "dir.h" 108 113 #include "config.h" 114 #if defined(__IBMC__) 115 # ifndef MAXPATHLEN 116 # define MAXPATHLEN _MAX_PATH 117 # endif 118 #endif 109 119 110 120 static Lst archives; /* Lst of archives we've already examined */
Note:
See TracChangeset
for help on using the changeset viewer.