diff toys/Config.in @ 115:19b5567f0a1b

Add readlink, xreadlink(), and change xrealloc() to not fight the stupid compiler so much.
author Rob Landley <rob@landley.net>
date Sun, 29 Apr 2007 19:55:21 -0400
parents ce6956dfc0cf
children a0678c2ae9b8
line wrap: on
line diff
--- a/toys/Config.in	Mon Apr 23 15:45:55 2007 -0400
+++ b/toys/Config.in	Sun Apr 29 19:55:21 2007 -0400
@@ -194,6 +194,22 @@
 
 	  The print working directory command prints the current directory.
 
+config READLINK
+	bool "readlink"
+	default n
+	help
+	  usage: readlink
+
+	  Show what a symbolic link points to.
+
+config READLINK_FINAL
+	bool "readlink -f"
+	default n
+	help
+	  usage: readlink [-f]
+
+	  -f         Show final location, including normal files and multiple symlinks.
+
 config SYNC
 	bool "sync"
 	default n