Skip to content
Snippets Groups Projects
Commit 05499666 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Tried to port to NT... but no resolver routines.

parent fefe72b3
No related branches found
No related tags found
No related merge requests found
#include "portable.h"
#ifdef LDAP_DNS
/*
* Copyright (c) 1995 Regents of the University of Michigan.
* All rights reserved.
......@@ -8,10 +5,14 @@
* ldap_getdxbyname - retrieve DX records from the DNS (from TXT records for now)
*/
#include "portable.h"
#ifdef LDAP_DNS
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <ac/ctype.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/time.h>
......@@ -22,10 +23,6 @@
static char ** decode_answer LDAP_P(( unsigned char *answer, int len ));
extern int h_errno;
extern char *h_errlist[];
#define MAX_TO_SORT 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment