00001
00002
00003
00004
00005 #define HAVE_ASSERT_H 1
00006
00007
00008 #define HAVE_GETOPT_H 1
00009
00010
00011 #define HAVE_INTTYPES_H 1
00012
00013
00014 #define HAVE_LIBLDNS 1
00015
00016
00017 #define HAVE_MEMORY_H 1
00018
00019
00020
00021
00022
00023 #define HAVE_STDINT_H 1
00024
00025
00026 #define HAVE_STDIO_H 1
00027
00028
00029 #define HAVE_STDLIB_H 1
00030
00031
00032 #define HAVE_STRINGS_H 1
00033
00034
00035 #define HAVE_STRING_H 1
00036
00037
00038 #define HAVE_SYS_MOUNT_H 1
00039
00040
00041 #define HAVE_SYS_PARAM_H 1
00042
00043
00044 #define HAVE_SYS_STAT_H 1
00045
00046
00047 #define HAVE_SYS_TYPES_H 1
00048
00049
00050 #define HAVE_TIME_H 1
00051
00052
00053 #define HAVE_UNISTD_H 1
00054
00055
00056 #define PACKAGE_BUGREPORT "drill@nlnetlabs.nl"
00057
00058
00059 #define PACKAGE_NAME "drill"
00060
00061
00062 #define PACKAGE_STRING "drill 1.0.1"
00063
00064
00065 #define PACKAGE_TARNAME "drill"
00066
00067
00068 #define PACKAGE_VERSION "1.0.1"
00069
00070
00071 #define STDC_HEADERS 1
00072
00073
00074
00075
00076 #ifndef _ALL_SOURCE
00077
00078 #endif
00079
00080
00081
00082 #include <stdio.h>
00083 #include <string.h>
00084 #include <unistd.h>
00085 #include <assert.h>
00086
00087 #if STDC_HEADERS
00088 #include <stdlib.h>
00089 #include <stddef.h>
00090 #endif
00091
00092 #ifdef HAVE_STDINT_H
00093 #include <stdint.h>
00094 #endif
00095
00096 #ifdef HAVE_SYS_SOCKET_H
00097 #include <sys/socket.h>
00098 #endif
00099
00100 #ifdef HAVE_NETINET_IN_H
00101 #include <netinet/in.h>
00102 #endif
00103
00104 #ifdef HAVE_ARPA_INET_H
00105 #include <arpa/inet.h>
00106 #endif
00107
00108 #ifdef HAVE_TIME_H
00109 #include <time.h>
00110 #endif
00111