Smake: Remove unused gethostname, getlogin_r, strsep modules.
authorBen Pfaff <blp@gnu.org>
Tue, 9 Feb 2010 04:36:46 +0000 (20:36 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 9 Feb 2010 04:36:46 +0000 (20:36 -0800)
gethostname in particular has caused problems in the past on mingw32, so
it is good to get rid of it.

Smake

diff --git a/Smake b/Smake
index ad228ebaa255b8fbe85e9d116ce4734760a7cff0..d70093247eb150a4b9bd95e79f5c487b043c90f3 100644 (file)
--- a/Smake
+++ b/Smake
@@ -24,9 +24,7 @@ GNULIB_MODULES = \
         fseeko \
         ftello \
        fwriteerror \
-       gethostname \
        getline \
-       getlogin_r \
        getopt \
        gettext-h \
        gettimeofday \
@@ -64,7 +62,6 @@ GNULIB_MODULES = \
        strcspn \
        strerror \
        strftime \
-       strsep \
        strtod \
        strtok_r \
        strtol \