]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - variables.h~
commit bash-20051110 snapshot
[thirdparty/bash.git] / variables.h~
index 82a1ad6b8abac11e31c1071b90890fcd030a4e40..ad940a97e6d7d445e81164dc3851e456ae014ecd 100644 (file)
@@ -341,12 +341,11 @@ extern void sv_locale __P((char *));
 #if defined (READLINE)
 extern void sv_comp_wordbreaks __P((char *));
 extern void sv_terminal __P((char *));
-extern void sv_home __P((char *));
 extern void sv_hostfile __P((char *));
 #endif
 
-#if defined (HAVE_TZSET) && defined (PROMPT_STRING_DECODE)
-extern void sv_tz __P((char *));
+#if defined (__CYGWIN__)
+extern void sv_home __P((char *));
 #endif
 
 #if defined (HISTORY)
@@ -359,4 +358,8 @@ extern void sv_histchars __P((char *));
 extern void sv_histtimefmt __P((char *));
 #endif /* HISTORY */
 
+#if defined (HAVE_TZSET) && defined (PROMPT_STRING_DECODE)
+extern void sv_tz __P((char *));
+#endif
+
 #endif /* !_VARIABLES_H_ */