]> andersk Git - openssh.git/blobdiff - acconfig.h
- Merged more OpenBSD CVS changes:
[openssh.git] / acconfig.h
index 063b9171145d31b31bca17b75d9c7cd0cf2d173c..56075fd9f04573808befb2803dccfcf410d0feff 100644 (file)
 
 /* Define is libutil has login() function */
 #undef HAVE_LIBUTIL_LOGIN
+
+
+/* Shouldn't need to edit below this line *************************** */
+#ifndef SHUT_RDWR
+enum
+{
+  SHUT_RD = 0,    /* No more receptions.  */
+#define SHUT_RD   SHUT_RD
+  SHUT_WR,    /* No more transmissions.  */
+#define SHUT_WR   SHUT_WR
+  SHUT_RDWR   /* No more receptions or transmissions.  */
+#define SHUT_RDWR SHUT_RDWR
+};
+#endif
This page took 0.031358 seconds and 4 git commands to generate.