From 3794f218441cb3322deec5359107fc6f2ccc445d Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 19 Jul 2010 14:43:07 +0100 Subject: [PATCH] don't use old config.h, use general YAP config.h --- packages/clib/maildrop/rfc2045/Makefile.in | 2 +- packages/clib/maildrop/rfc2045/config.h | 106 -------------------- packages/clib/maildrop/rfc822/Makefile.in | 2 +- packages/clib/maildrop/rfc822/config.h | 109 --------------------- 4 files changed, 2 insertions(+), 217 deletions(-) delete mode 100644 packages/clib/maildrop/rfc2045/config.h delete mode 100644 packages/clib/maildrop/rfc822/config.h diff --git a/packages/clib/maildrop/rfc2045/Makefile.in b/packages/clib/maildrop/rfc2045/Makefile.in index 867f47239..12a30caf6 100644 --- a/packages/clib/maildrop/rfc2045/Makefile.in +++ b/packages/clib/maildrop/rfc2045/Makefile.in @@ -17,7 +17,7 @@ srcdir=@srcdir@ SHLIB_CFLAGS=@SHLIB_CFLAGS@ %.o: $(srcdir)/%.c - $(CC) -c $(CFLAGS) -I$(srcdir) -I$(srcdir)/.. $(SHLIB_CFLAGS) $< -o $@ + $(CC) -c $(CFLAGS) -I$(srcdir) -I$(srcdir)/.. -I../../../.. $(SHLIB_CFLAGS) $< -o $@ endif OBJ= rfc2045.o rfc2045acchk.o rfc2045acprep.o \ diff --git a/packages/clib/maildrop/rfc2045/config.h b/packages/clib/maildrop/rfc2045/config.h deleted file mode 100644 index 9db2a3000..000000000 --- a/packages/clib/maildrop/rfc2045/config.h +++ /dev/null @@ -1,106 +0,0 @@ -/* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define if gethostname() is provided */ -#define HAS_GETHOSTNAME 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_WAIT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* Specify package */ -#define RFC2045PKG "" - -/* Specify version */ -#define RFC2045VER "" - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Enable extensions on AIX 3, Interix. */ -#ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 -#endif -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# define _POSIX_PTHREAD_SEMANTICS 1 -#endif -/* Enable extensions on HP NonStop. */ -#ifndef _TANDEM_SOURCE -# define _TANDEM_SOURCE 1 -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif - - -/* Define to 1 if on MINIX. */ -/* #undef _MINIX */ - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -/* #undef _POSIX_1_SOURCE */ - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `long int' if does not define. */ -/* #undef off_t */ - -/* Define to `int' if does not define. */ -/* #undef pid_t */ - -/* Define to `unsigned int' if does not define. */ -/* #undef size_t */ diff --git a/packages/clib/maildrop/rfc822/Makefile.in b/packages/clib/maildrop/rfc822/Makefile.in index a0998876f..88275dbcd 100644 --- a/packages/clib/maildrop/rfc822/Makefile.in +++ b/packages/clib/maildrop/rfc822/Makefile.in @@ -17,7 +17,7 @@ srcdir=@srcdir@ SHLIB_CFLAGS=@SHLIB_CFLAGS@ %.o: $(srcdir)/%.c - $(CC) -c $(CFLAGS) $(SHLIB_CFLAGS) $< -o $@ + $(CC) -c $(CFLAGS) -I../../../.. $(SHLIB_CFLAGS) $< -o $@ endif OBJ= rfc822.o rfc822_getaddr.o rfc822_getaddrs.o \ diff --git a/packages/clib/maildrop/rfc822/config.h b/packages/clib/maildrop/rfc822/config.h deleted file mode 100644 index 9e0d4236b..000000000 --- a/packages/clib/maildrop/rfc822/config.h +++ /dev/null @@ -1,109 +0,0 @@ -/* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Whether we have libunicode.a */ -/* #undef HAVE_LIBUNICODE */ - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strncasecmp' function. */ -#define HAVE_STRNCASECMP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define to 1 if your declares `struct tm'. */ -/* #undef TM_IN_SYS_TIME */ - -/* Enable extensions on AIX 3, Interix. */ -#ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 -#endif -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# define _POSIX_PTHREAD_SEMANTICS 1 -#endif -/* Enable extensions on HP NonStop. */ -#ifndef _TANDEM_SOURCE -# define _TANDEM_SOURCE 1 -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif - - -/* Whether daylight savings time offset is set via the altzone variable */ -/* #undef USE_TIME_ALTZONE */ - -/* Whether daylight savings time offset is set via the tm_isdst member */ -#define USE_TIME_DAYLIGHT 1 - -/* Whether time offset is specified via the tm_gmtoff member */ -/* #undef USE_TIME_GMTOFF */ - -/* Define to 1 if on MINIX. */ -/* #undef _MINIX */ - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -/* #undef _POSIX_1_SOURCE */ - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `unsigned int' if does not define. */ -/* #undef size_t */