|
|
|
@ -15,40 +15,6 @@
|
|
|
|
|
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
Boston, MA 02110-1301, USA.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <signal.h>
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#include <sys/un.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <sys/resource.h>
|
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <fcntl.h>
|
|
|
|
|
|
|
|
|
|
#define HAVE_TERMIOS_H 1
|
|
|
|
|
#define HAVE_GRANTPT 1
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#ifdef HAVE_PTY_H
|
|
|
|
|
#include <pty.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_TERMIOS_H
|
|
|
|
|
#include <termios.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_STROPTS
|
|
|
|
|
#include <stropts.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_SYS_IOCTL_H
|
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_LIBUTIL_H
|
|
|
|
|
#include <libutil.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_UTIL_H
|
|
|
|
|
#include <util.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <tqfile.h>
|
|
|
|
|
#include <tqtimer.h>
|
|
|
|
@ -76,10 +42,7 @@
|
|
|
|
|
#include <kurl.h>
|
|
|
|
|
#include <tdeaction.h>
|
|
|
|
|
#include <tdepopupmenu.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
#include <kiconloader.h>
|
|
|
|
|
#include <kprogressbox.h>
|
|
|
|
|
#include <kpassdlg.h>
|
|
|
|
|
#include <tdelistview.h>
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <tdeconfigdialog.h>
|
|
|
|
@ -94,9 +57,6 @@
|
|
|
|
|
#include <kgenericfactory.h>
|
|
|
|
|
#include <tdeparts/browserextension.h>
|
|
|
|
|
|
|
|
|
|
#include <tdeio/global.h>
|
|
|
|
|
#include <tdeio/slavebase.h>
|
|
|
|
|
|
|
|
|
|
#include "rsyncplugin.h"
|
|
|
|
|
|
|
|
|
|
#define myDebug(x) kdDebug(7127) << __LINE__ << ": " x
|
|
|
|
|