[or-cvs] Delete trailing whitespace and expand tabs; remove unused a...

Nick Mathewson nickm at seul.org
Wed Apr 7 19:57:42 UTC 2004


Update of /home/or/cvsroot/src/win32
In directory moria.mit.edu:/tmp/cvs-serv30197/src/win32

Modified Files:
	orconfig.h 
Log Message:
Delete trailing whitespace and expand tabs; remove unused aes decrypt code

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- orconfig.h	10 Mar 2004 06:26:38 -0000	1.7
+++ orconfig.h	7 Apr 2004 19:57:40 -0000	1.8
@@ -1,154 +1 @@
-/* $Id$
- * orconfig.h  -- This file is *not* generated by autoconf.  Instead,
- * it has to be hand-edited to keep win32 happy.
- */
-#define MS_WINDOWS
-#define MS_WIN32
-
-/* Define to 1 if you have the <arpa/inet.h> header file. */
-#undef HAVE_ARPA_INET_H
-
-/* Define to 1 if you have the <assert.h> header file. */
-#define HAVE_ASSERT_H
-
-/* Define to 1 if you have the <ctype.h> header file. */
-#define HAVE_CTYPE_H
-
-/* Define to 1 if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H
-
-#define HAVE_FCNTL_H
-
-#define HAVE_FTIME
-
-#undef HAVE_GETTIMEOFDAY
-
-#undef HAVE_STRPTIME
-
-#undef HAVE_INET_ATON
-
-/* Define to 1 if the system has the type `int16_t'. */
-#undef HAVE_INT16_T
-
-/* Define to 1 if the system has the type `int32_t'. */
-#undef HAVE_INT32_T
-
-/* Define to 1 if the system has the type `int64_t'. */
-#undef HAVE_INT64_T
-
-/* Define to 1 if the system has the type `int8_t'. */
-#undef HAVE_INT8_T
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H
-
-/* Define to 1 if you have the <netdb.h> header file. */
-#undef HAVE_NETDB_H
-
-/* Define to 1 if you have the <netinet/in.h> header file. */
-#undef HAVE_NETINET_IN_H
-
-/* Define to 1 if you have the <poll.h> header file. */
-#undef HAVE_POLL_H
-
-/* Define to 1 if you have the <signal.h> header file. */
-#define HAVE_SIGNAL_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/fcntl.h> header file. */
-#undef HAVE_SYS_FCNTL_H
-
-/* Define to 1 if you have the <sys/ioctl.h> header file. */
-#undef HAVE_SYS_IOCTL_H
-
-/* Define to 1 if you have the <sys/poll.h> header file. */
-#undef HAVE_SYS_POLL_H
-
-/* Define to 1 if you have the <sys/socket.h> header file. */
-#undef HAVE_SYS_SOCKET_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/time.h> header file. */
-#undef HAVE_SYS_TIME_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <time.h> header file */
-#define HAVE_TIME_H
-
-/* Define to 1 if the system has the type `uint16_t'. */
-#undef HAVE_UINT16_T
-
-/* Define to 1 if the system has the type `uint32_t'. */
-#undef HAVE_UINT32_T
-
-/* Define to 1 if the system has the type `uint64_t'. */
-#undef HAVE_UINT64_T
-
-/* Define to 1 if the system has the type `uint8_t'. */
-#undef HAVE_UINT8_T
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Name of package */
-#define PACKAGE "tor"
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* The size of a `char', as computed by sizeof. */
-#define SIZEOF_CHAR 1
-
-/* The size of a `int', as computed by sizeof. */
-#define SIZEOF_INT 4
-
-/* The size of a `long', as computed by sizeof. */
-#define SIZEOF_LONG 4
-
-/* The size of a `long long', as computed by sizeof. */
-#define SIZEOF_LONG_LONG 0
-
-/* The size of a `short', as computed by sizeof. */
-#define SIZEOF_SHORT 2
-
-/* The size of a `__int64', as computed by sizeof. */
-#define SIZEOF___INT64 8
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS
-
-/* Version number of package */
-#define VERSION "0.0.2pre26"
-
-/* XXXX WWWW */
-#define CONFDIR ""
+/* $Id$ * orconfig.h  -- This file is *not* generated by autoconf.  Instead, * it has to be hand-edited to keep win32 happy. */#define MS_WINDOWS#define MS_WIN32/* Define to 1 if you have the <arpa/inet.h> header file. */#undef HAVE_ARPA_INET_H/* Define to 1 if you have the <assert.h> header file. */#define HAVE_ASSERT_H/* Define to 1 if you have the <ctype.h> header file. */#define HAVE_CTYPE_H/* Define to 1 if you have the <errno.h> header file. */#define HAVE_ERRNO_H#define HAVE_FCNTL_H#define HAVE_FTIME#undef HAVE_GETTIMEOFDAY#undef HAVE_STRPTIME#undef HAVE_INET_ATON/* Define to 1 if the system has the type `int16_t'. */#undef HAVE_INT16_T/* Define to 1 if the system has the type `int32_t'. */#undef HAVE_INT32_T/* Define to 1 if the system has the type `int64_t'. */#undef HAVE_INT64_T/* Define to 1 if the system has the type `int8_t'. */#undef HAVE_INT8_T/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H/* Define to 1 if you have the <netdb.h> header file. */#undef HAVE_NETDB_H/* Define to 1 if you have the <netinet/in.h> header file. */#undef HAVE_NETINET_IN_H/* Define to 1 if you have the <poll.h> header file. */#undef HAVE_POLL_H/* Define to 1 if you have the <signal.h> header file. */#define HAVE_SIGNAL_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H/* Define to 1 if you have the <sys/fcntl.h> header file. */#undef HAVE_SYS_FCNTL_H/* Define to 1 if you have the <sys/ioctl.h> header file. */#undef HAVE_SYS_IOCTL_H/* Define to 1 if you have the <sys/poll.h> header file. */#undef HAVE_SYS_POLL_H/* Define to 1 if you have the <sys/socket.h> header file. */#undef HAVE_SYS_SOCKET_H/* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H/* Define to 1 if you have the <time.h> header file */#define HAVE_TIME_H/* Define to 1 if the system has the type `uint16_t'. */#undef HAVE_UINT16_T/* Define to 1 if the system has the type `uint32_t'. */#undef HAVE_UINT32_T/* Define to 1 if the system has the type `uint64_t'. */#undef HAVE_UINT64_T/* Define to 1 if the system has the type `uint8_t'. */#undef HAVE_UINT8_T/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Name of package */#define PACKAGE "tor"/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* The size of a `char', as computed by sizeof. */#define SIZEOF_CHAR 1/* The size of a `int', as computed by sizeof. */#define SIZEOF_INT 4/* The size of a `long', as computed by sizeof. */#define SIZEOF_LONG 4/* The size of a `long long', as computed by sizeof. */#define SIZEOF_LONG_LONG 0/* The size of a `short', as computed by sizeof. */#define SIZEOF_SHORT 2/* The size of a `__int64', as computed by sizeof. */#define SIZEOF___INT64 8/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS/* Version number of package */#define VERSION "0.0.2pre26"/* XXXX WWWW */#define CONFDIR ""
\ No newline at end of file



More information about the tor-commits mailing list