Module Name:    src
Committed By:   christos
Date:           Mon Oct 12 22:20:50 UTC 2009

Modified Files:
        src/gnu/usr.bin/gettext/include: config.h

Log Message:
we have getdelim now!


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gettext/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/include/config.h
diff -u src/gnu/usr.bin/gettext/include/config.h:1.3 src/gnu/usr.bin/gettext/include/config.h:1.4
--- src/gnu/usr.bin/gettext/include/config.h:1.3	Sun Jul 17 05:22:03 2005
+++ src/gnu/usr.bin/gettext/include/config.h	Mon Oct 12 18:20:50 2009
@@ -182,7 +182,7 @@
 #define HAVE_GETCWD 1
 
 /* Define to 1 if you have the `getdelim' function. */
-/* #undef HAVE_GETDELIM */
+#define HAVE_GETDELIM 1
 
 /* Define to 1 if you have the `getegid' function. */
 #define HAVE_GETEGID 1

Reply via email to