~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/kwsys/String.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*=========================================================================
2
 
 
3
 
  Program:   KWSys - Kitware System Library
4
 
  Module:    $RCSfile: String.h.in,v $
5
 
 
6
 
  Copyright (c) Kitware, Inc., Insight Consortium.  All rights reserved.
7
 
  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8
 
 
9
 
     This software is distributed WITHOUT ANY WARRANTY; without even
10
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11
 
     PURPOSE.  See the above copyright notices for more information.
12
 
 
13
 
=========================================================================*/
 
1
/*============================================================================
 
2
  KWSys - Kitware System Library
 
3
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
 
4
 
 
5
  Distributed under the OSI-approved BSD License (the "License");
 
6
  see accompanying file Copyright.txt for details.
 
7
 
 
8
  This software is distributed WITHOUT ANY WARRANTY; without even the
 
9
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
10
  See the License for more information.
 
11
============================================================================*/
14
12
#ifndef @KWSYS_NAMESPACE@_String_h
15
13
#define @KWSYS_NAMESPACE@_String_h
16
14
 
26
24
# define kwsys_ns(x) @KWSYS_NAMESPACE@##x
27
25
# define kwsysEXPORT @KWSYS_NAMESPACE@_EXPORT
28
26
#endif
29
 
#define kwsysString_strcasecmp                kwsys_ns(String_strcasecmp)
30
 
#define kwsysString_strncasecmp               kwsys_ns(String_strncasecmp)
 
27
#if !@KWSYS_NAMESPACE@_NAME_IS_KWSYS
 
28
# define kwsysString_strcasecmp                kwsys_ns(String_strcasecmp)
 
29
# define kwsysString_strncasecmp               kwsys_ns(String_strncasecmp)
 
30
#endif
31
31
 
32
32
#if defined(__cplusplus)
33
33
extern "C"
58
58
#if !defined(KWSYS_NAMESPACE)
59
59
# undef kwsys_ns
60
60
# undef kwsysEXPORT
61
 
# undef kwsysString_strcasecmp
62
 
# undef kwsysString_strncasecmp
 
61
# if !@KWSYS_NAMESPACE@_NAME_IS_KWSYS
 
62
#  undef kwsysString_strcasecmp
 
63
#  undef kwsysString_strncasecmp
 
64
# endif
63
65
#endif
64
66
 
65
67
#endif