]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
configure stuff done as Erik said
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 9 Dec 2004 12:49:34 +0000 (12:49 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 9 Dec 2004 12:49:34 +0000 (12:49 +0000)
Makefile.in
common.h.in [deleted file]
main.c
packet.h
prototype.h
rdata.c
rdata.h
rr.h
util.c

index bd893b60d07095e58dfaad0e4e446044c3137ca9..c4cecf77f30031ada4aa14110477a68804ba5855 100644 (file)
@@ -9,7 +9,7 @@ mandir          = @mandir@
 
 CC             = @CC@
 OURCFLAGS      = -g -Wall -Wwrite-strings #-Wunused-value -Wunused-parameter
-CFLAGS                 = @CFLAGS@ $(OURCFLAGS)
+CFLAGS                 = @CFLAGS@ -I$(srcdir) $(OURCFLAGS)
 LDFLAGS                = @LDFLAGS@
 LIBS           = @LIBS@
 
diff --git a/common.h.in b/common.h.in
deleted file mode 100644 (file)
index af7eaa3..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-/* common.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the <assert.h> header file. */
-#undef HAVE_ASSERT_H
-
-/* Define to 1 if you have the <getopt.h> header file. */
-#undef HAVE_GETOPT_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the <netinet/in.hctype.h> header file. */
-#undef HAVE_NETINET_IN_HCTYPE_H
-
-/* Define to 1 if you have the <openssl/ssl.h> header file. */
-#undef HAVE_OPENSSL_SSL_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/mount.h> header file. */
-#undef HAVE_SYS_MOUNT_H
-
-/* Define to 1 if you have the <sys/param.h> header file. */
-#undef HAVE_SYS_PARAM_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* System configuration dir */
-#undef SYSCONFDIR
-
-/* Define to 1 if on AIX 3.
-   System headers sometimes define this.
-   We just want to avoid a redefinition error message.  */
-#ifndef _ALL_SOURCE
-# undef _ALL_SOURCE
-#endif
diff --git a/main.c b/main.c
index 87ff7d2a41a704e84dd4d64826d3ddd60f8cf4a0..4f6ca2c34caa8a4c667e4d84e2313966f1a64c7b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
  *
  */
 
-#include "common.h"
+#include <config.h>
 
 #include "rdata.h"
 #include "rr.h"
index 7551bda6bd07142237e35db3145e71582fbbf2e5..f391e81406956f180d45c98ee94218a4e30487ca 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -13,7 +13,6 @@
 #else
 #define _PACKET_H
 
-#include "common.h"
 #include "rdata.h"
 #include "rr.h"
 
index 974c0eee03e930f8aba61c33536ec4a7489ead1f..be8ac32bf3ccc7849f6e541f1d62c81f0bf7cab6 100644 (file)
@@ -13,8 +13,6 @@
 #else
 #define _PROTOTYPE_H
 
-#include "common.h"
-
 /* util.c */
 void           *xmalloc(size_t);
 void           xprintf_rd_field(t_rdata_field *);
diff --git a/rdata.c b/rdata.c
index 9464fbf3885041084f0838be59dbccf216ccdb5e..dcded3823d35f59df3d74f597ce9a13c606640bf 100644 (file)
--- a/rdata.c
+++ b/rdata.c
@@ -10,7 +10,8 @@
  * See the file LICENSE for the license
  */
 
-#include "common.h"
+#include <config.h>
+
 #include "rdata.h"
 #include "prototype.h"
 
diff --git a/rdata.h b/rdata.h
index e1fdd4614703e610bd3a7107f3755af7df7021c6..035a908e398cd084f3dd1de0f501df49394577ba 100644 (file)
--- a/rdata.h
+++ b/rdata.h
@@ -13,7 +13,7 @@
 #else
 #define _RDATA_H
 
-#include "common.h"
+#include <config.h>
 
 enum type_enum_rdata
 {
diff --git a/rr.h b/rr.h
index e2599ccedbce4f3b47c1bfacf1475fe501ee9775..a78afa96071b8f874f228eb836124ac78260c3b2 100644 (file)
--- a/rr.h
+++ b/rr.h
@@ -14,7 +14,6 @@
 #else
 #define _RR_H
 
-#include "common.h"
 #include "rdata.h"
 #include "rr.h"
 
diff --git a/util.c b/util.c
index 3e6e1a62c62bfcfc5596ac58aa877d16404af8dd..5922a1c30860490feb3f212a6f8c91c5e93052f0 100644 (file)
--- a/util.c
+++ b/util.c
@@ -10,7 +10,8 @@
  * See the file LICENSE for the license
  */
 
-#include "common.h"
+#include <config.h>
+
 #include "rdata.h"
 #include "rr.h"