~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/config-vxworks.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on 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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2013, 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
571
571
/* Define to 1 if you have the strcasecmp function. */
572
572
#define HAVE_STRCASECMP 1
573
573
 
574
 
/* Define to 1 if you have the strcasestr function. */
575
 
/* #undef HAVE_STRCASESTR */
576
 
 
577
574
/* Define to 1 if you have the strcmpi function. */
578
575
/* #undef HAVE_STRCMPI */
579
576
 
592
589
/* Define to 1 if you have the <string.h> header file. */
593
590
#define HAVE_STRING_H 1
594
591
 
595
 
/* Define to 1 if you have the strlcat function. */
596
 
/* #undef HAVE_STRLCAT */
597
 
 
598
592
/* Define to 1 if you have the `strlcpy' function. */
599
593
/* #undef HAVE_STRLCPY */
600
594