comparison src/nick2ldif.cpp @ 21:e5418051878c

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 21:27:03 -0800
parents c508ee15dfca
children 0f1492b7fe8b
comparison
equal deleted inserted replaced
20:1acd3231c3a4 21:e5418051878c
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <iostream> 10 #include <iostream>
11 //#include <fstream> 11 //#include <fstream>
12 #include <unistd.h> 12 #include <unistd.h>
13 #include "version.h"
13 14
14 char *ldap_base = NULL; 15 char *ldap_base = NULL;
15 char *ldap_org = NULL; 16 char *ldap_org = NULL;
16 char *ldap_class = NULL; 17 char *ldap_class = NULL;
17 18