72642aeb2a8f594729df8c9bfed1d79c14f67845
[oota-llvm.git] / include / llvm / Config / unistd.h
1 /*
2  * Header file: unistd.h
3  *
4  * Description:
5  *      This header file is the autoconf replacement for unistd.h (if it lives
6  *      on the system).
7  */
8
9 #ifndef _CONFIG_UNISTD_H
10 #define _CONFIG_UNISTD_H
11
12 #include "Config/config.h"
13
14 #ifdef HAVE_UNISTD_H
15 #include <unistd.h>
16 #endif
17
18 #endif