~ubuntu-branches/ubuntu/warty/curl/warty

« back to all changes in this revision

Viewing changes to src/config-mac.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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);