*** script.c.orig Tue Apr 18 19:58:08 2000 --- script.c Mon Jan 20 23:21:45 2003 *************** *** 49,62 **** --- 49,68 ---- #include #include #include + #if 0 #include "nls.h" + #endif + + #define _(x) x #ifdef __linux__ #include #include #endif + #if 0 #include "../defines.h" + #endif #ifdef HAVE_openpty #include #endif *************** *** 93,101 **** --- 99,109 ---- extern int optind; int ch; + #if 0 setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); + #endif while ((ch = getopt(argc, argv, "a")) != EOF) switch((char)ch) {