svn commit: r221718 - head/usr.bin/less

Xin LI delphij at FreeBSD.org
Tue May 10 01:05:41 UTC 2011


Author: delphij
Date: Tue May 10 01:05:41 2011
New Revision: 221718
URL: http://svn.freebsd.org/changeset/base/221718

Log:
  Regenerated with latest configure script.
  
  MFC after:	1 month

Modified:
  head/usr.bin/less/defines.h

Modified: head/usr.bin/less/defines.h
==============================================================================
--- head/usr.bin/less/defines.h	Mon May  9 22:29:54 2011	(r221717)
+++ head/usr.bin/less/defines.h	Tue May 10 01:05:41 2011	(r221718)
@@ -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"
 


More information about the svn-src-all mailing list