curl/src/config-mac.h

17 lines
412 B
C
Raw Normal View History

2004-04-25 11:21:16 -04:00
/* 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
2001-12-04 01:52:19 -05:00
#define HAVE_SETVBUF 1
#define HAVE_UTIME 1
#define HAVE_FTRUNCATE 1
2001-12-04 01:52:19 -05:00
2001-11-29 07:40:36 -05:00
#define main(x,y) curl_main(x,y)
/* we provide our own strdup prototype */
2001-11-30 04:29:31 -05:00
char *strdup(char *s1);