File:  [CSRG BSD Unix] / 43BSDReno / share / zoneinfo / time.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#ifndef lint
#ifndef NOID
#ifndef TIME_H
#define TIME_H
static char	timehid[] = "@(#)time.h	4.2";
#endif /* !defined TIME_H */
#endif /* !defined NOID */
#endif /* !defined lint */

#ifdef TIME_RECURSING
#include "/usr/include/time.h"
#else /* !defined TIME_RECURSING */
#define TIME_RECURSING
#include <time.h>
#undef TIME_RECURSING
#endif /* !defined TIME_RECURSING */

#ifndef __STDC__

#ifndef time_t
#ifdef unix
#include <sys/types.h>
#else /* !defined unix */
typedef long	time_t;
#endif /* !defined unix */
#endif /* !defined time_t */

extern time_t	time();

#endif /* !defined __STDC__ */

#ifdef __GNUC__

#ifndef time_t
#ifdef unix
#include <sys/types.h>
#else /* !defined unix */
typedef long	time_t;
#endif /* !defined unix */
#endif /* !defined time_t */

extern time_t	time();

#endif /* defined __GNUC__ */

/*
** UNIX is a registered trademark of AT&T.
*/

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.