Merged in autoconf branch. This provides configuration via the autoconf
[oota-llvm.git] / include / llvm / Config / sys / time.h
1 /*
2  * Header file: time.h
3  *
4  * Description:
5  *      This header file is the autoconf replacement for sys/time.h (if it
6  *      lives on the system).
7  */
8
9 #ifndef _CONFIG_SYS_TIME_H
10 #define _CONFIG_SYS_TIME_H
11
12 #include "Config/config.h"
13
14 #ifdef HAVE_SYS_TIME_H
15 #include <sys/time.h>
16 #endif
17
18 #endif