]> andersk Git - openssh.git/blobdiff - acconfig.h
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
[openssh.git] / acconfig.h
index 9ff5b18c5c5d747187d79dcc8f9a4a3337304a3c..52154fa54ef958e776b22504e5a1e39ce11d8316 100644 (file)
 /* getaddrinfo is broken (if present) */
 #undef BROKEN_GETADDRINFO
 
-/* vhangup is broken (if present) */
-#undef BROKEN_VHANGUP
-
 /* Workaround more Linux IPv6 quirks */
 #undef DONT_TRY_OTHER_AF
 
 /* Needed for SCO and NeXT */
 #undef BROKEN_SAVED_UIDS
 
+/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
+#undef GLOB_HAS_ALTDIRFUNC
+
+/* Define if your system glob() function has gl_matchc options in glob_t */
+#undef GLOB_HAS_GL_MATCHC
+
+/* Define in your struct dirent expects you to allocate extra space for d_name */
+#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
+
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */
This page took 0.050994 seconds and 4 git commands to generate.