summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-05-10 01:05:41 +0000
committerdelphij <delphij@FreeBSD.org>2011-05-10 01:05:41 +0000
commit65649c93f5543c08727cb2f60ad9cf8e1d1f4eb4 (patch)
tree67f0f3f3c514bddeadb34e17f92374ad05fdf056 /usr.bin
parent142a49a4be37258477d8ce2b19011a75c36bd418 (diff)
downloadFreeBSD-src-65649c93f5543c08727cb2f60ad9cf8e1d1f4eb4.zip
FreeBSD-src-65649c93f5543c08727cb2f60ad9cf8e1d1f4eb4.tar.gz
Regenerated with latest configure script.
MFC after: 1 month
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/defines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index bc1b717..e9ee8c6 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -221,6 +221,9 @@
/* Define HAVE_FILENO if you have the fileno() macro. */
#define HAVE_FILENO 1
+/* Define HAVE_FLOAT if your compiler supports the "double" type. */
+#define HAVE_FLOAT 1
+
/* Define to 1 if you have the `fsync' function. */
#define HAVE_FSYNC 1
@@ -388,6 +391,9 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "less"
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
#define PACKAGE_VERSION "1"
OpenPOWER on IntegriCloud