diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-07 19:57:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-07 19:57:40 +0000 |
commit | 3d60cd1d61f0d5c6a32d681ff49dad370272f4f6 (patch) | |
tree | a1c90d2ade50495eff62801d1c439dfd3cdb2876 /src/win32 | |
parent | 75c19716a80a96a7550dd723aca73c245987b87f (diff) | |
download | tor-3d60cd1d61f0d5c6a32d681ff49dad370272f4f6.tar.gz tor-3d60cd1d61f0d5c6a32d681ff49dad370272f4f6.zip |
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
svn:r1522
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 155 |
1 files changed, 1 insertions, 154 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 6fd90bf37e..5aeef3ee92 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -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 |