summaryrefslogtreecommitdiffstats
path: root/ldap2zone.c
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-11-24 12:59:15 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-11-24 12:59:15 +0000
commitc768d86633425310a1c73476aa6aeac556b242b9 (patch)
tree113838e9d5d4d0db4413dab0e7dd7edfbd71a733 /ldap2zone.c
parenteebed2aabe39596cf613ce83001fdff293fbe679 (diff)
downloadbind-c768d86633425310a1c73476aa6aeac556b242b9.tar.gz
bind-c768d86633425310a1c73476aa6aeac556b242b9.tar.xz
bind-c768d86633425310a1c73476aa6aeac556b242b9.zip
- updates due libtool 2.2.6bind-9_6_0-0_2_1_b1_fc11
- don't pass -DLDAP_DEPRECATED to cpp, handle it directly in sources
Diffstat (limited to 'ldap2zone.c')
-rw-r--r--ldap2zone.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldap2zone.c b/ldap2zone.c
index 58fc515..80e7919 100644
--- a/ldap2zone.c
+++ b/ldap2zone.c
@@ -1,12 +1,14 @@
/*
* Copyright (C) 2004, 2005 Stig Venaas <venaas@uninett.no>
- * $Id: ldap2zone.c,v 0.1 2005/04/23 21:30:12 venaas Exp $
+ * $Id: ldap2zone.c,v 1.1 2007/07/24 15:18:00 atkac Exp $
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*/
+#define LDAP_DEPRECATED 1
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>