LLVM API Documentation
00001 /*===-- Config/sys/time.h ---------------------------------------*- C++ -*-===// 00002 * 00003 * The LLVM Compiler Infrastructure 00004 * 00005 * This file was developed by the LLVM research group and is distributed under 00006 * the University of Illinois Open Source License. See LICENSE.TXT for details. 00007 * 00008 *===----------------------------------------------------------------------===// 00009 * This header file is the autoconf replacement for sys/time.h (if it 00010 * lives on the system). 00011 * 00012 *===----------------------------------------------------------------------===// 00013 */ 00014 00015 #ifndef _CONFIG_SYS_TIME_H 00016 #define _CONFIG_SYS_TIME_H 00017 00018 #include "llvm/Config/config.h" 00019 00020 #if defined(HAVE_SYS_TIME_H) && !defined(_MSC_VER) 00021 #include <sys/time.h> 00022 #endif 00023 00024 #endif