/* Stuff to shut up warnings about rcsid being unused. */
#define USE_VAR(var) static char sizeof##var = sizeof(sizeof##var) + sizeof(var)
-/* RCS tag. */
-#define RCSID(x) static char rcsid[] = x; USE_VAR(rcsid);
#endif /* OPM_H */
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */
-
/*
Copyright (C) 2002-2003 Erik Fears
#include "irc.h"
#include "stats.h"
-RCSID("$Id: dnsbl.c,v 1.30 2004/01/15 23:12:40 dg Exp $");
/*
* Work out the DNSBL zones and send the dns query
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */
-
/*
firedns.c - firedns library
Copyright (C) 2002 Ian Gulliver
#include "log.h"
#include "dnsbl.h"
-RCSID("$Id: firedns.c,v 1.22 2005/06/03 12:58:12 dg Exp $");
-
#define FIREDNS_TRIES 3
#define min(a,b) (a < b ? a : b)
#include "malloc.h"
#include "main.h"
-RCSID("$Id: irc.c,v 1.27 2003/11/29 19:56:19 strtok Exp $");
static void irc_init(void);
static void irc_connect(void);
#include "compat.h"
#include "opm.h"
-RCSID("$Id: compat.c,v 1.3 2003/01/11 06:18:41 andy Exp $");
#ifndef HAVE_INET_ATON
/*
# include <string.h>
#endif
-RCSID("$Id: config.c,v 1.28 2005/07/31 09:31:10 phil Exp $");
static OPM_CONFIG_HASH_T HASH[] = {
{OPM_CONFIG_FD_LIMIT, OPM_TYPE_INT},
#define HOSTIPLEN 15
#endif
-RCSID("$Id: inet.c,v 1.7 2003/06/20 04:18:44 andy Exp $");
extern const unsigned char ToLowerTab[];
#define ToLower(c) (ToLowerTab[(unsigned char)(c)])
# include <string.h>
#endif
-RCSID("$Id: libopm.c,v 1.80 2003/06/22 13:19:40 andy Exp $");
static OPM_PROTOCOL_CONFIG_T *libopm_protocol_config_create(void);
static void libopm_protocol_config_free(OPM_PROTOCOL_CONFIG_T *);
#include "malloc.h"
#include "opm.h"
-RCSID("$Id: list.c,v 1.11 2003/06/27 18:51:02 strtok Exp $");
OPM_NODE_T *libopm_node_create(void *data)
{
#include "malloc.h"
#include "opm.h"
-RCSID("$Id: malloc.c,v 1.10 2002/11/07 20:19:06 strtok Exp $");
-
/* MyMalloc
*
/* Stuff to shut up warnings about rcsid being unused. */
#define USE_VAR(var) static char sizeof##var = sizeof(sizeof##var) + sizeof(var)
-/* RCS tag. */
-#define RCSID(x) static char rcsid[] = x; USE_VAR(rcsid);
typedef struct _OPM_CONFIG OPM_CONFIG_T;
#include "opm_error.h"
#include "libopm.h"
-RCSID("$Id: proxy.c,v 1.18 2004/01/15 17:30:13 dg Exp $");
static char SENDBUF[SENDBUFLEN + 1];
# include <unistd.h>
#endif
-RCSID("$Id: test.c,v 1.36 2003/06/20 04:55:14 andy Exp $");
#define ARRAY_SIZEOF(x) (sizeof(x) / sizeof((x)[0]))
#include "list.h"
#include "defs.h"
-RCSID("$Id: list.c,v 1.6 2003/06/22 13:19:39 andy Exp $");
node_t *node_create(void *data)
{
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */
-
/*
Copyright (C) 2002-2003 Erik Fears
#include "firedns.h"
#include "main.h"
-RCSID("$Id: main.c,v 1.18 2003/06/22 13:19:39 andy Exp $");
static RETSIGTYPE do_signal(int signum);
#include "log.h"
#include "defs.h"
-RCSID("$Id: negcache.c,v 1.5 2003/06/22 13:19:39 andy Exp $");
extern unsigned int OPT_DEBUG;