summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-07 20:01:51 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-07 20:01:51 +0000
commitdfb009febb266ce12c0358f35c2ad25cb2c1f227 (patch)
tree6a5c2bc05b9be680f61203aec371f35830db77b3 /src/win32
parent3d60cd1d61f0d5c6a32d681ff49dad370272f4f6 (diff)
downloadtor-dfb009febb266ce12c0358f35c2ad25cb2c1f227.tar.gz
tor-dfb009febb266ce12c0358f35c2ad25cb2c1f227.zip
Repair whitespace in windows orconfig.h
svn:r1523
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h149
1 files changed, 148 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 5aeef3ee92..3d3d2cf877 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -1 +1,148 @@
-/* $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
+/* $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 ""