summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-11 22:03:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-11 22:03:48 +0000
commit9cc6feabb930fb7cac992ab0a2febf2fb1986667 (patch)
tree736aa7fe34919dd58d35dc7dbecfe76629b1253b /config_h.SH
parent27130c9a98b24c6442a9f796599b1927247c27ab (diff)
downloadperl-9cc6feabb930fb7cac992ab0a2febf2fb1986667.tar.gz
Add I_NETINET_TCP to help change #3391.
p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963 p4raw-id: //depot/cfgperl@3394
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH26
1 files changed, 16 insertions, 10 deletions
diff --git a/config_h.SH b/config_h.SH
index 00388e0fa6..68dc253959 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1449,17 +1449,17 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
* This macro surrounds its token with double quotes.
*/
#if $cpp_stuff == 1
-# define CAT2(a,b)a/**/b
-# define STRINGIFY(a)"a"
+#define CAT2(a,b)a/**/b
+#define STRINGIFY(a)"a"
/* If you can get stringification with catify, tell me how! */
-#else
-# if $cpp_stuff == 42
-# define CAT2(a,b)a ## b
-# define StGiFy(a)# a
-# define STRINGIFY(a)StGiFy(a)
-# else
-# include "Bletch: How does this C preprocessor catenate tokens?"
-# endif
+#endif
+#if $cpp_stuff == 42
+#define CAT2(a,b)a ## b
+#define StGiFy(a)# a
+#define STRINGIFY(a)StGiFy(a)
+#endif
+#if $cpp_stuff != 1 && $cpp_stuff != 42
+#include "Bletch: How does this C preprocessor catenate tokens?"
#endif
/* CPPSTDIN:
@@ -2244,6 +2244,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$i_mntent I_MNTENT /**/
+/* I_NETINET_TCP:
+ * This symbol, if defined, indicates to the C program that it should
+ * include <netinet/tcp.h>.
+ */
+#$i_netinettcp I_NETINET_TCP /**/
+
/* I_POLL:
* This symbol, if defined, indicates that <poll.h> exists and
* should be included.