--------------------- PatchSet 10542 Date: 2008/05/06 19:12:43 Author: serassio Branch: nt Tag: (none) Log: Remove no more needed include file Members: port/win32/Makefile.am:1.1.14.14->1.1.14.15 port/win32/include/cdefs.h:1.1.20.1->1.1.20.2(DEAD) Index: squid/port/win32/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/Makefile.am,v retrieving revision 1.1.14.14 retrieving revision 1.1.14.15 diff -u -r1.1.14.14 -r1.1.14.15 --- squid/port/win32/Makefile.am 3 May 2008 08:58:26 -0000 1.1.14.14 +++ squid/port/win32/Makefile.am 6 May 2008 19:12:43 -0000 1.1.14.15 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.1.14.14 2008/05/03 08:58:26 serassio Exp $ +# $Id: Makefile.am,v 1.1.14.15 2008/05/06 19:12:43 serassio Exp $ # EXTRA_DIST = \ @@ -29,7 +29,6 @@ dnsserver/dnsserver.dsp \ fake_auth/fake_auth.dsp \ include/autoconf.h \ - include/cdefs.h \ include/crypt.h \ include/getopt.h \ include/dirent.h \ --- squid/port/win32/include/cdefs.h 2008-05-07 00:24:59.459380479 +0000 +++ /dev/null 2008-05-07 00:24:59.000000000 +0000 @@ -1,22 +0,0 @@ -/* sys/cdefs.h - - Copyright 1998, 2000, 2001 Red Hat, Inc. - -This file is part of Cygwin. - -This software is a copyrighted work licensed under the terms of the -Cygwin license. Please consult the file "CYGWIN_LICENSE" for -details. */ - -#ifndef _SYS_CDEFS_H -#define _SYS_CDEFS_H -#ifdef __cplusplus -#define __BEGIN_DECLS extern "C" { -#define __END_DECLS } -#else -#define __BEGIN_DECLS -#define __END_DECLS -#endif -#define __P(protos) protos /* full-blown ANSI C */ -#endif -