config-mac.h 249 B

12345678910111213
  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. #define HAVE_SETVBUF 1
  6. #define HAVE_UTIME 1
  7. #define main(x,y) curl_main(x,y)
  8. /* we provide our own strdup prototype */
  9. char *strdup(char *s1);