KDECore
#include "k3resolverstandardworkers_p.h"
#include <config.h>
#include <config-network.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <QFile>
#include <QList>
#include <QMutex>
#include <QTextStream>
#include <QThread>
#include <winsock2.h>
#include "kdebug.h"
#include "kglobal.h"
#include "kstandarddirs.h"
#include "k3resolver.h"
#include "k3socketaddress.h"
Go to the source code of this file.
#define mask (KResolver::IPv4Family | KResolver::UnixFamily) |
#define USE_GETHOSTBYNAME |
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Wed Oct 7 2015 10:24:24 by
doxygen 1.8.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.