]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/src/config-mac.h
hello world
[icculus/iodoom3.git] / neo / curl / src / config-mac.h
1 #define HAVE_UNISTD_H           1
2 #define HAVE_FCNTL_H            1
3 #define HAVE_UTIME_H            1
4 #define HAVE_SYS_UTIME_H        1
5
6 #define HAVE_SETVBUF            1
7 #define HAVE_UTIME                      1
8
9 #define main(x,y) curl_main(x,y)
10
11 /* we provide our own strdup prototype */
12 char *strdup(char *s1);