Release calc version 2.11.5t1.1

This commit is contained in:
Landon Curt Noll
2001-04-08 04:34:21 -07:00
parent 63d9b22067
commit fc0a3dd183
57 changed files with 2224 additions and 153 deletions

17
win32/have_times.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(__HAVE_TIMES_H__)
#define __HAVE_TIMES_H__
/* do we have /usr/include/times.h? */
#undef HAVE_TIMES_H /* no */
#undef HAVE_SYS_TIMES_H /* no */
#define HAVE_TIME_H /* yes */
#undef HAVE_SYS_TIME_H /* no */
#endif /* !__HAVE_TIMES_H__ */