~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to lib/config-mac.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-28 12:21:13 UTC
  • mfrom: (3.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20120528122113-i5f42lajprljoudn
Tags: 7.26.0-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Adjust udeb configure flags handling to something easier to merge in
  future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __LIB_CONFIG_MAC_H
2
 
#define __LIB_CONFIG_MAC_H
 
1
#ifndef HEADER_CURL_CONFIG_MAC_H
 
2
#define HEADER_CURL_CONFIG_MAC_H
3
3
/***************************************************************************
4
4
 *                                  _   _ ____  _
5
5
 *  Project                     ___| | | |  _ \| |
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
23
23
 ***************************************************************************/
24
24
 
25
25
/* =================================================================== */
26
 
/*   lib/config-mac.h - Hand crafted config file for Mac OS 9          */
 
26
/*                Hand crafted config file for Mac OS 9                */
27
27
/* =================================================================== */
28
28
/*  On Mac OS X you must run configure to generate curl_config.h file  */
29
29
/* =================================================================== */
30
30
 
31
31
#define OS "mac"
32
32
 
 
33
/* Define if you want the built-in manual */
 
34
#define USE_MANUAL              1
 
35
 
33
36
#define HAVE_ERRNO_H            1
34
37
#define HAVE_NETINET_IN_H       1
35
38
#define HAVE_SYS_SOCKET_H       1
43
46
#define HAVE_FCNTL_H            1
44
47
#define HAVE_SYS_STAT_H         1
45
48
#define HAVE_ALLOCA_H           1
 
49
#define HAVE_STDLIB_H           1
46
50
#define HAVE_TIME_H             1
47
 
#define HAVE_STDLIB_H           1
48
51
#define HAVE_UTIME_H            1
49
52
#define HAVE_SYS_TIME_H         1
 
53
#define HAVE_SYS_UTIME_H        1
50
54
 
51
55
#define TIME_WITH_SYS_TIME      1
52
56
 
53
57
#define HAVE_ALARM              1
54
 
#define HAVE_STRDUP             1
 
58
#define HAVE_FTRUNCATE          1
55
59
#define HAVE_UTIME              1
56
60
#define HAVE_SETVBUF            1
57
61
#define HAVE_STRFTIME           1
61
65
#define HAVE_SOCKET             1
62
66
#define HAVE_STRUCT_TIMEVAL     1
63
67
 
64
 
//#define HAVE_STRICMP          1
65
68
#define HAVE_SIGACTION          1
66
69
#define HAVE_SIGNAL_H           1
67
70
#define HAVE_SIG_ATOMIC_T       1
68
71
 
69
72
#ifdef MACOS_SSL_SUPPORT
70
 
#       define USE_SSLEAY       1
71
 
#       define USE_OPENSSL      1
 
73
#  define USE_SSLEAY            1
 
74
#  define USE_OPENSSL           1
72
75
#endif
73
76
 
74
77
#define CURL_DISABLE_LDAP       1
120
123
#define HAVE_EXTRA_STRICMP_H 1
121
124
#define HAVE_EXTRA_STRDUP_H  1
122
125
 
123
 
#endif /* __LIB_CONFIG_MAC_H */
 
126
#endif /* HEADER_CURL_CONFIG_MAC_H */