summaryrefslogtreecommitdiff
path: root/core/opie-login/qdm_config.h
authorsandman <sandman>2002-07-27 22:35:53 (UTC)
committer sandman <sandman>2002-07-27 22:35:53 (UTC)
commit9e728b734630d08ec5ee3ff695d1b66995a6d7c7 (patch) (side-by-side diff)
treecdc105c5acd3a2f3386b94bd8ffc6e263ffe6a77 /core/opie-login/qdm_config.h
parent1658b161a890ee69aafac084e04776759932dbce (diff)
downloadopie-9e728b734630d08ec5ee3ff695d1b66995a6d7c7.zip
opie-9e728b734630d08ec5ee3ff695d1b66995a6d7c7.tar.gz
opie-9e728b734630d08ec5ee3ff695d1b66995a6d7c7.tar.bz2
Removed the old opie-login (it was only an ugly hack)
Diffstat (limited to 'core/opie-login/qdm_config.h') (more/less context) (show whitespace changes)
-rw-r--r--core/opie-login/qdm_config.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/core/opie-login/qdm_config.h b/core/opie-login/qdm_config.h
deleted file mode 100644
index bf5b5a4..0000000
--- a/core/opie-login/qdm_config.h
+++ b/dev/null
@@ -1,30 +0,0 @@
-//-- -*- c++ -*-
-
-#ifndef _QDM_CONFIG_H
-#define _QDM_CONFIG_H
-
-/*
- * Config file for QDM
- */
-
-
-/** define this to enable the qdm login dialog for qpe */
-#define QT_QWS_LOGIN
-
-/** define this to let qdm use Linux-PAM */
-//define QT_QWS_LOGIN_USEPAM
-
-/** this is the list of users shown in the input-list */
-#define QDM_SHOWNUSERS static char *Shown_Users[] = { "guest", "root", "lisa", 0 };
-
-/** which command to execute when going to sleep mode */
-#define QDM_CMD_SLEEP "/sbin/shutdow","-z","now"
-
-/** which command to execute when shutting down */
-#define QDM_CMD_SHUTDOWN "/sbin/shutdow","-z","now"
-
-/** Welcome string on dialog */
-#define QDM_WELCOME_STRING "Welcome to\nmLinux [iPAQ]"
-
-
-#endif //-- _QDM_CONFIG_H