Drop RCSID and HAVE_CONFIG_H

This commit is contained in:
Love Hornquist Astrand
2009-08-05 13:37:37 +02:00
parent e8fb270ace
commit 3a031244bc
46 changed files with 0 additions and 182 deletions

View File

@@ -31,11 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>

View File

@@ -31,11 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -82,10 +82,7 @@
* thanks to his work. Thank you Richard. * thanks to his work. Thank you Richard.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#define HC_DEPRECATED #define HC_DEPRECATED

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>

View File

@@ -43,8 +43,6 @@
#include "imath/imath.h" #include "imath/imath.h"
RCSID("$Id$");
static void static void
BN2mpz(mpz_t *s, const BIGNUM *bn) BN2mpz(mpz_t *s, const BIGNUM *bn)
{ {

View File

@@ -35,8 +35,6 @@
#include <config.h> #include <config.h>
#endif #endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <dh.h> #include <dh.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <Windows.h> #include <Windows.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -33,11 +33,7 @@
/* Windows crypto provider plugin, sample */ /* Windows crypto provider plugin, sample */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#define HC_DEPRECATED #define HC_DEPRECATED

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#define HC_DEPRECATED #define HC_DEPRECATED

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include "hash.h" #include "hash.h"
#include "md2.h" #include "md2.h"

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include "hash.h" #include "hash.h"
#include "md4.h" #include "md4.h"

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include "hash.h" #include "hash.h"
#include "md5.h" #include "md5.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#define HC_DEPRECATED_CRYPTO #define HC_DEPRECATED_CRYPTO

View File

@@ -36,10 +36,7 @@
* Date: June 1996 * Date: June 1996
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifdef WIN32 /* Visual C++ 4.0 (Windows95/NT) */ #ifdef WIN32 /* Visual C++ 4.0 (Windows95/NT) */
#include <Windows.h> #include <Windows.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <sys/types.h> #include <sys/types.h>
#ifdef HAVE_SYS_UN_H #ifdef HAVE_SYS_UN_H

View File

@@ -29,11 +29,7 @@
* $PostgreSQL: pgsql/contrib/pgcrypto/fortuna.c,v 1.8 2006/10/04 00:29:46 momjian Exp $ * $PostgreSQL: pgsql/contrib/pgcrypto/fortuna.c,v 1.8 2006/10/04 00:29:46 momjian Exp $
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "rc2.h" #include "rc2.h"
#include <stdio.h> #include <stdio.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <rc2.h> #include <rc2.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -33,12 +33,8 @@
/* implemented from description in draft-kaukonen-cipher-arcfour-03.txt */ /* implemented from description in draft-kaukonen-cipher-arcfour-03.txt */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include <rc4.h> #include <rc4.h>
#define SWAP(k,x,y) \ #define SWAP(k,x,y) \

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -28,11 +28,8 @@
/* "$NetBSD: rijndael-alg-fst.c,v 1.5 2001/11/13 01:40:10 lukem Exp $" */ /* "$NetBSD: rijndael-alg-fst.c,v 1.5 2001/11/13 01:40:10 lukem Exp $" */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>

View File

@@ -31,11 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#define HC_DEPRECATED #define HC_DEPRECATED

View File

@@ -31,12 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,11 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include "hash.h" #include "hash.h"
#include "sha.h" #include "sha.h"

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
RCSID("$Id$");
#endif
#include "hash.h" #include "hash.h"
#include "sha.h" #include "sha.h"

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <limits.h> #include <limits.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#define HC_DEPRECATED_CRYPTO #define HC_DEPRECATED_CRYPTO

View File

@@ -37,13 +37,7 @@
* fail since openssl-0.9.8f * fail since openssl-0.9.8f
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id: test_rsa.c 20466 2007-04-20 08:29:05Z lha $");
#endif
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <limits.h> #include <limits.h>

View File

@@ -32,7 +32,6 @@
*/ */
#include <config.h> #include <config.h>
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <limits.h> #include <limits.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <limits.h> #include <limits.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>

View File

@@ -31,13 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef RCSID
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>