summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorNed T. Crigler <crigler@users.sourceforge.net>2012-07-01 21:26:10 +0000
committerNed T. Crigler <crigler@users.sourceforge.net>2012-07-01 21:26:10 +0000
commitaeb60e6d041cf1995233f5cb6af64fa880200e84 (patch)
tree04ef3508e69162990539af576cb43fb85f960ea1 /config.h.in
parent637bafd129d781516f9b1efbccd326484efecdb3 (diff)
Use ssize_t for the return type of read/write instead of int.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 2788462..1932fde 100644
--- a/config.h.in
+++ b/config.h.in
@@ -111,6 +111,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -128,3 +131,6 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef ssize_t