summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-25 19:01:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-25 19:01:06 +0000
commitd6b278e9b64cdc15b44b3cadb18f8c509888d8b7 (patch)
tree3283283cad92ea49dd35f5176cdda9985e6c5d31 /vos
parent99b32ad1270be201ac9142979057dae340b83502 (diff)
downloadperl-d6b278e9b64cdc15b44b3cadb18f8c509888d8b7.tar.gz
One forgotten file from #6816.
p4raw-id: //depot/perl@6822
Diffstat (limited to 'vos')
-rw-r--r--vos/config.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/vos/config.h b/vos/config.h
index bf0d1fd1e8..ecb8ae40d2 100644
--- a/vos/config.h
+++ b/vos/config.h
@@ -1979,6 +1979,12 @@
/*#define HAS_MSG_PROXY /**/
/*#define HAS_SCM_RIGHTS /**/
+/* HAS_SOCKS5_INIT:
+ * This symbol, if defined, indicates that the socks5_init routine is
+ * available to initialize SOCKS 5.
+ */
+/*#define HAS_SOCKS5_INIT /**/
+
/* HAS_SQRTL:
* This symbol, if defined, indicates that the sqrtl routine is
* available to do long double square roots.
@@ -2314,6 +2320,12 @@
*/
/*#define I_INTTYPES /**/
+/* I_LIBUTIL:
+ * This symbol, if defined, indicates that <libutil.h> exists and
+ * should be included.
+ */
+/*#define I_LIBUTIL /**/
+
/* I_MACH_CTHREADS:
* This symbol, if defined, indicates to the C program that it should
* include <mach/cthreads.h>.
@@ -3147,10 +3159,4 @@
#define PERL_XS_APIVERSION "5.00563"
#define PERL_PM_APIVERSION "5.005"
-/* I_LIBUTIL:
- * This symbol, if defined, indicates that <libutil.h> exists and
- * should be included.
- */
-/*#define I_LIBUTIL /**/
-
#endif