aboutsummaryrefslogtreecommitdiff
path: root/src/config-mac.h
blob: 36505c94ccdd6f630e05b4722fcb7da6ac72ae33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Define to 1 if you want the built-in manual */
#define USE_MANUAL 1

#define HAVE_UNISTD_H           1
#define HAVE_FCNTL_H            1
#define HAVE_UTIME_H            1
#define HAVE_SYS_UTIME_H        1

#define HAVE_SETVBUF            1
#define HAVE_UTIME              1

#define main(x,y) curl_main(x,y)

/* we provide our own strdup prototype */
char *strdup(char *s1);