~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
552
552
#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
553
553
#endif
554
554
 
 
555
/* Define S_ISREG if not defined by system headers, f.e. MSVC */
 
556
#if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)
 
557
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
 
558
#endif
 
559
 
555
560
/*
556
561
 * Include macros and defines that should only be processed once.
557
562
 */