Update tag value for tizen 2.0 build
[external/curl.git] / src / config-mac.h
1 #ifndef __SRC_CONFIG_MAC_H
2 #define __SRC_CONFIG_MAC_H
3
4 /* =================================================================== */
5 /*   src/config-mac.h - Hand crafted config file for Mac OS 9          */
6 /* =================================================================== */
7 /*  On Mac OS X you must run configure to generate curl_config.h file  */
8 /* =================================================================== */
9
10 /* Define to 1 if you want the built-in manual */
11 #define USE_MANUAL 1
12
13 #define HAVE_UNISTD_H           1
14 #define HAVE_FCNTL_H            1
15 #define HAVE_UTIME_H            1
16 #define HAVE_SYS_UTIME_H        1
17
18 #define HAVE_SETVBUF            1
19 #define HAVE_UTIME              1
20 #define HAVE_FTRUNCATE          1
21
22 #define HAVE_TIME_H             1
23 #define HAVE_SYS_TIME_H         1
24 #define TIME_WITH_SYS_TIME      1
25 #define HAVE_STRUCT_TIMEVAL     1
26
27 #define SIZEOF_INT              4
28 #define SIZEOF_SHORT            2
29
30 #define main(x,y) curl_main(x,y)
31
32 /* we provide our own strdup prototype */
33 char *strdup(char *s1);
34
35 #endif /* __SRC_CONFIG_MAC_H */