LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

types.h

Go to the documentation of this file.
00001 /*===-- Config/sys/types.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 substitute for sys/types.h.  It
00010  *  includes it for us if it exists on this system.
00011  *
00012  *===----------------------------------------------------------------------===//
00013  */
00014 
00015 #ifndef _CONFIG_SYS_TYPES_H
00016 #define _CONFIG_SYS_TYPES_H
00017 
00018 #include "llvm/Config/config.h"
00019 
00020 #ifdef HAVE_SYS_TYPES_H
00021 #include <sys/types.h>
00022 #endif
00023 
00024 #endif
00025