summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorGustavo Noronha Silva <kov@debian.org>2014-05-10 10:59:23 -0300
committerGustavo Noronha Silva <kov@debian.org>2014-05-10 10:59:23 -0300
commitd435ada80eea40b58ace0e1a4b9bbc29205e37fa (patch)
tree1c6adbfc11a1c2a0643e4cc7d453215b607e2448 /osx
parent301084b08b5fb69b41f0cb74e32528cbb1fc5925 (diff)
Imported Upstream version 2.1.0
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h14
-rw-r--r--osx/launch_fish.scptbin4490 -> 4650 bytes
2 files changed, 7 insertions, 7 deletions
diff --git a/osx/config.h b/osx/config.h
index 7206cb3..4968a78 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -109,14 +109,14 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
-/* Define to 1 if you have the <sys/termios.h> header file. */
-#define HAVE_SYS_TERMIOS_H 1
+/* Define to 1 if you have the <sys/sysctl.h> header file. */
+#define HAVE_SYS_SYSCTL_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
-/* Define to 1 if you have the <termio.h> header file. */
-/* #undef HAVE_TERMIO_H */
+/* Define to 1 if you have the <termios.h> header file. */
+#define HAVE_TERMIOS_H 1
/* Define to 1 if you have the <term.h> header file. */
#define HAVE_TERM_H 1
@@ -183,7 +183,7 @@
#define PACKAGE_NAME "fish"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "fish 2.0.0"
+#define PACKAGE_STRING "fish 2.1.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fish"
@@ -192,7 +192,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.0.0"
+#define PACKAGE_VERSION "2.1.0"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -204,7 +204,7 @@
/* #undef TPUTS_KLUDGE */
/* Perform string translations with gettext */
-#define USE_GETTEXT 1
+/* #undef USE_GETTEXT */
/* Macro to enable additional prototypes under BSD */
/* #undef _NETBSD_SOURCE */
diff --git a/osx/launch_fish.scpt b/osx/launch_fish.scpt
index dc39dd5..3c1ae69 100644
--- a/osx/launch_fish.scpt
+++ b/osx/launch_fish.scpt
Binary files differ