summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorMatt Kraai <mkraai@beckman.com>2009-08-26 14:50:28 -0700
committerGünther Deschner <gd@samba.org>2009-09-02 13:02:39 +0200
commit6657598168724d4fe076f9014c2b5c16a034fe52 (patch)
tree95c7f44c4796db93a36740244e164590e6d08e8e /source3/libaddns
parentf092d689c577293d011912be5ded5ebf8aa49fc9 (diff)
downloadsamba-6657598168724d4fe076f9014c2b5c16a034fe52.tar.gz
samba-6657598168724d4fe076f9014c2b5c16a034fe52.tar.bz2
samba-6657598168724d4fe076f9014c2b5c16a034fe52.zip
Do not redefine strupr
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/dnsgss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libaddns/dnsgss.c b/source3/libaddns/dnsgss.c
index e7ea041847..1e3d4645ba 100644
--- a/source3/libaddns/dnsgss.c
+++ b/source3/libaddns/dnsgss.c
@@ -31,6 +31,7 @@
/*********************************************************************
*********************************************************************/
+#ifndef HAVE_STRUPR
static int strupr( char *szDomainName )
{
if ( !szDomainName ) {
@@ -42,6 +43,7 @@ static int strupr( char *szDomainName )
}
return ( 0 );
}
+#endif
#if 0
/*********************************************************************