If we can't find INT64_MAX, set it to a reasonable default value,
[oota-llvm.git] / include / Config / string.h
1 /*
2  * Header file: string.h
3  *
4  * Description:
5  *      This header file is the autoconf replacement for string.h (if it lives
6  *      on the system).
7  */
8
9 #ifndef _CONFIG_STRING_H
10 #define _CONFIG_STRING_H
11
12 #include "Config/config.h"
13
14 #ifdef HAVE_STRING_H
15 #include <string.h>
16 #endif
17
18 #endif