automatically give up after the 254th failure. Bugfix on
0.2.1.9-alpha.
+ o Deprecated and removed features:
+ - The old "tor --version --version" command, which would spit out the
+ subversion "Id" of most of the source files, is now removed. It
+ turned out to be less useful than we'd expected, and harder to
+ maintain.
+
o Code simplifications and refactoring:
- Change our header file guard macros to be less likely to conflict
with system headers. Adam Langley noticed that we were conflicting
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char address_c_id[] =
- "$Id$";
/**
* \file address.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file address.h
#ifndef _TOR_ADDRESS_H
#define _TOR_ADDRESS_H
-#define ADDRESS_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char aes_c_id[] = "$Id$";
/**
* \file aes.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/* Implements a minimal interface to counter-mode AES. */
#ifndef _TOR_AES_H
#define _TOR_AES_H
-#define AES_H_ID "$Id$"
/**
* \file aes.h
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char compat_c_id[] =
- "$Id$";
/**
* \file compat.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_COMPAT_H
#define _TOR_COMPAT_H
-#define COMPAT_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char container_c_id[] =
- "$Id$";
/**
* \file container.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_CONTAINER_H
#define _TOR_CONTAINER_H
-#define CONTAINER_H_ID \
- "$Id$"
#include "util.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char crypto_c_id[] =
- "$Id$";
/**
* \file crypto.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file crypto.h
#ifndef _TOR_CRYPTO_H
#define _TOR_CRYPTO_H
-#define CRYPTO_H_ID "$Id$"
#include <stdio.h>
#include "torint.h"
/* Copyright 2002 Christopher Clark */
/* Copyright 2005 Nick Mathewson */
/* See license at end. */
-/* $Id$ */
/* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
#ifndef _TOR_HT_H
#define _TOR_HT_H
-#define HT_H_ID "$Id$"
#define HT_HEAD(name, type) \
struct name { \
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char log_c_id[] = "$Id$";
/**
* \file log.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file log.h
**/
#ifndef _TOR_LOG_H
-#define LOG_H_ID "$Id$"
#include "compat.h"
/* Copyright (c) 2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/** \file memarea.c
* \brief Implementation for memarea_t, an allocator for allocating lots of
/* Copyright (c) 2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/* Tor dependencies */
#ifndef _TOR_MEMAREA_H
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#if 1
/* Tor dependencies */
#include "orconfig.h"
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file mempool.h
-/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.2 1998/11/06 04:33:16 wvdputte Exp $ */
/*
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_TEST_H
#define _TOR_TEST_H
-#define TEST_H_ID "$Id$"
/**
* \file test.h
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char torgzip_c_id[] =
- "$Id$";
/**
* \file torgzip.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file torgzip.h
#ifndef _TOR_TORGZIP_H
#define _TOR_TORGZIP_H
-#define TORGZIP_H_ID "$Id$"
/** Enumeration of what kind of compression to use. Only ZLIB_METHOD is
* guaranteed to be supported by the compress/uncompress functions here;
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file torint.h
#ifndef _TOR_TORINT_H
#define _TOR_TORINT_H
-#define TORINT_H_ID "$Id$"
#include "orconfig.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char tortls_c_id[] =
- "$Id$";
/**
* \file tortls.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_TORTLS_H
#define _TOR_TORTLS_H
-#define TORTLS_H_ID "$Id$"
/**
* \file tortls.h
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char util_c_id[] = "$Id$";
/**
* \file util.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file util.h
#ifndef _TOR_UTIL_H
#define _TOR_UTIL_H
-#define UTIL_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char buffers_c_id[] =
- "$Id$";
/**
* \file buffers.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuitbuild_c_id[] =
- "$Id$";
/**
* \file circuitbuild.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuitlist_c_id[] =
- "$Id$";
/**
* \file circuitlist.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuituse_c_id[] =
- "$Id$";
/**
* \file circuituse.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char command_c_id[] =
- "$Id$";
/**
* \file command.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char config_c_id[] = \
- "$Id$";
/**
* \file config.c
static uint64_t config_parse_memunit(const char *s, int *ok);
static int config_parse_interval(const char *s, int *ok);
-static void print_svn_version(void);
static void init_libevent(void);
static int opt_streq(const char *s1, const char *s2);
/** Versions of libevent. */
if (argc > 1 && (!strcmp(argv[1],"--version"))) {
printf("Tor version %s.\n",get_version());
- if (argc > 2 && (!strcmp(argv[2],"--version"))) {
- print_svn_version();
- }
exit(0);
}
return 0;
}
-#include "aes.h"
-#include "ht.h"
-#include "test.h"
-
-extern const char address_c_id[];
-extern const char aes_c_id[];
-extern const char compat_c_id[];
-extern const char container_c_id[];
-extern const char crypto_c_id[];
-extern const char log_c_id[];
-extern const char torgzip_c_id[];
-extern const char tortls_c_id[];
-extern const char util_c_id[];
-
-extern const char buffers_c_id[];
-extern const char circuitbuild_c_id[];
-extern const char circuitlist_c_id[];
-extern const char circuituse_c_id[];
-extern const char command_c_id[];
-// extern const char config_c_id[];
-extern const char connection_c_id[];
-extern const char connection_edge_c_id[];
-extern const char connection_or_c_id[];
-extern const char control_c_id[];
-extern const char cpuworker_c_id[];
-extern const char directory_c_id[];
-extern const char dirserv_c_id[];
-extern const char dns_c_id[];
-extern const char hibernate_c_id[];
-extern const char main_c_id[];
-#ifdef NT_SERVICE
-extern const char ntmain_c_id[];
-#endif
-extern const char onion_c_id[];
-extern const char policies_c_id[];
-extern const char relay_c_id[];
-extern const char rendclient_c_id[];
-extern const char rendcommon_c_id[];
-extern const char rendmid_c_id[];
-extern const char rendservice_c_id[];
-extern const char rephist_c_id[];
-extern const char router_c_id[];
-extern const char routerlist_c_id[];
-extern const char routerparse_c_id[];
-
-/** Dump the version of every file to the log. */
-static void
-print_svn_version(void)
-{
- puts(ADDRESS_H_ID);
- puts(AES_H_ID);
- puts(COMPAT_H_ID);
- puts(CONTAINER_H_ID);
- puts(CRYPTO_H_ID);
- puts(HT_H_ID);
- puts(TEST_H_ID);
- puts(LOG_H_ID);
- puts(TORGZIP_H_ID);
- puts(TORINT_H_ID);
- puts(TORTLS_H_ID);
- puts(UTIL_H_ID);
- puts(address_c_id);
- puts(aes_c_id);
- puts(compat_c_id);
- puts(container_c_id);
- puts(crypto_c_id);
- puts(log_c_id);
- puts(torgzip_c_id);
- puts(tortls_c_id);
- puts(util_c_id);
-
- puts(OR_H_ID);
- puts(buffers_c_id);
- puts(circuitbuild_c_id);
- puts(circuitlist_c_id);
- puts(circuituse_c_id);
- puts(command_c_id);
- puts(config_c_id);
- puts(connection_c_id);
- puts(connection_edge_c_id);
- puts(connection_or_c_id);
- puts(control_c_id);
- puts(cpuworker_c_id);
- puts(directory_c_id);
- puts(dirserv_c_id);
- puts(dns_c_id);
- puts(hibernate_c_id);
- puts(main_c_id);
-#ifdef NT_SERVICE
- puts(ntmain_c_id);
-#endif
- puts(onion_c_id);
- puts(policies_c_id);
- puts(relay_c_id);
- puts(rendclient_c_id);
- puts(rendcommon_c_id);
- puts(rendmid_c_id);
- puts(rendservice_c_id);
- puts(rephist_c_id);
- puts(router_c_id);
- puts(routerlist_c_id);
- puts(routerparse_c_id);
-}
-
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_c_id[] =
- "$Id$";
/**
* \file connection.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_edge_c_id[] =
- "$Id$";
/**
* \file connection_edge.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_or_c_id[] =
- "$Id$";
/**
* \file connection_or.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char control_c_id[] =
- "$Id$";
/**
* \file control.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char cpuworker_c_id[] =
- "$Id$";
/**
* \file cpuworker.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char directory_c_id[] =
- "$Id$";
#include "or.h"
#if defined(EXPORTMALLINFO) && defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO)
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dirserv_c_id[] =
- "$Id$";
#define DIRSERV_PRIVATE
#include "or.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dirvote_c_id[] =
- "$Id$";
#define DIRVOTE_PRIVATE
#include "or.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dns_c_id[] =
- "$Id$";
/**
* \file dns.c
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dnsserv_c_id[] =
- "$Id$";
/**
* \file dnsserv.c \brief Implements client-side DNS proxy server code. Note:
-/* $Id$ */
-
/* The original version of this module was written by Adam Langley; for
* a history of modifications, check out the subversion logs.
*
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/or/networkstatus.c 15493 2007-12-16T18:33:25.055570Z nickm $ */
-const char geoip_c_id[] =
- "$Id: /tor/trunk/src/or/networkstatus.c 15493 2007-12-16T18:33:25.055570Z nickm $";
/**
* \file geoip.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char hibernate_c_id[] =
- "$Id$";
/**
* \file hibernate.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char main_c_id[] =
- "$Id$";
/**
* \file main.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char networkstatus_c_id[] =
- "$Id$";
/**
* \file networkstatus.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#define MAIN_PRIVATE
#include "or.h"
-const char ntmain_c_id[] =
- "$Id$";
-
#include <tchar.h>
#define GENSRV_SERVICENAME TEXT("tor")
#define GENSRV_DISPLAYNAME TEXT("Tor Win32 Service")
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char onion_c_id[] =
- "$Id$";
/**
* \file onion.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file or.h
#ifndef _TOR_OR_H
#define _TOR_OR_H
-#define OR_H_ID "$Id$"
#include "orconfig.h"
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char policies_c_id[] = \
- "$Id$";
/**
* \file policies.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char reasons_c_id[] =
- "$Id$";
/**
* \file reasons.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char relay_c_id[] =
- "$Id$";
/**
* \file relay.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendclient_c_id[] =
- "$Id$";
/**
* \file rendclient.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendcommon_c_id[] =
- "$Id$";
/**
* \file rendcommon.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendmid_c_id[] =
- "$Id$";
/**
* \file rendmid.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendservice_c_id[] =
- "$Id$";
/**
* \file rendservice.c
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rephist_c_id[] =
- "$Id$";
/**
* \file rephist.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char router_c_id[] =
- "$Id$";
#define ROUTER_PRIVATE
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char routerlist_c_id[] =
- "$Id$";
/**
* \file routerlist.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char routerparse_c_id[] =
- "$Id$";
/**
* \file routerparse.c
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char test_c_id[] =
- "$Id$";
/* Ordinarily defined in tor_main.c; this bit is just here to provide one
* since we're not linking to tor_main.c */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $ */
-const char test_data_c_id[] =
- "$Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $";
/** First of 3 example authority certificates for unit testing. */
const char AUTHORITY_CERT_1[] =
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char tor_main_c_id[] =
- "$Id$";
/** String describing which Tor subversion repository version the source was
* built from. This string is generated by a bit of shell kludging int
/* Copyright (c) 2007-2008 The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/tools/tor-resolve.c 12481 2007-04-21T17:27:19.371353Z nickm $ */
#include "orconfig.h"
* Copyright (c) 2007-2008, The Tor Project, Inc.
*/
/* See LICENSE for licensing information */
-/* $Id$ */
#include "orconfig.h"
-/* $Id */
/* orconfig.h for Windows -- This file is *not* generated by autoconf.
* Instead, it has to be hand-edited to keep Win32 happy.
*/