aboutsummaryrefslogtreecommitdiff
path: root/src/config-mac.h
blob: 949a22f64119786d939b784e65a936a87e058dd1 (plain)
1
2
3
4
5
6
#include "GUSICommandLine.h"

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

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