Author: rjung
Date: Tue Feb 23 00:22:14 2010
New Revision: 915119
URL: http://svn.apache.org/viewvc?rev=915119&view=rev
Log:
Sort entries in sample portable.h according to
the generated one and add missing PACKAGE_URL.
Modified:
tomcat/jk/trunk/native/common/portable.h.sample
Modified: tomcat/jk/trunk/native/common/portable.h.sample
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/portable.h.sample?rev=915119&r1=915118&r2=915119&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/portable.h.sample (original)
+++ tomcat/jk/trunk/native/common/portable.h.sample Tue Feb 23 00:22:14 2010
@@ -24,18 +24,18 @@
/* Have flock() */
#define HAVE_FLOCK 1
-/* Have poll() */
-#define HAVE_POLL 1
-
-/* Define to 1 if you have the <poll.h> header file. */
-#define HAVE_POLL_H 1
-
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
+/* Have poll() */
+#define HAVE_POLL 1
+
+/* Define to 1 if you have the <poll.h> header file. */
+#define HAVE_POLL_H 1
+
/* Have snprintf() */
#define HAVE_SNPRINTF 1
@@ -81,6 +81,9 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
@@ -111,6 +114,9 @@
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
+/* Define to use SOCK_CLOEXEC with socket() */
+#define USE_SOCK_CLOEXEC 1
+
/* Define to use SO_RCVTIMEO with setsockopt() */
#define USE_SO_RCVTIMEO 1
@@ -119,4 +125,3 @@
/* Version number of package */
#define VERSION "1.2.29"
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]