summaryrefslogtreecommitdiff
path: root/core/opie-login/qdm_config.h
Unidiff
Diffstat (limited to 'core/opie-login/qdm_config.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/qdm_config.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/core/opie-login/qdm_config.h b/core/opie-login/qdm_config.h
new file mode 100644
index 0000000..bf5b5a4
--- a/dev/null
+++ b/core/opie-login/qdm_config.h
@@ -0,0 +1,30 @@
1//-- -*- c++ -*-
2
3#ifndef _QDM_CONFIG_H
4#define _QDM_CONFIG_H
5
6/*
7 * Config file for QDM
8 */
9
10
11/** define this to enable the qdm login dialog for qpe */
12#define QT_QWS_LOGIN
13
14/** define this to let qdm use Linux-PAM */
15//define QT_QWS_LOGIN_USEPAM
16
17/** this is the list of users shown in the input-list */
18#define QDM_SHOWNUSERS static char *Shown_Users[] = { "guest", "root", "lisa", 0 };
19
20/** which command to execute when going to sleep mode */
21 #define QDM_CMD_SLEEP "/sbin/shutdow","-z","now"
22
23/** which command to execute when shutting down */
24 #define QDM_CMD_SHUTDOWN"/sbin/shutdow","-z","now"
25
26/** Welcome string on dialog */
27 #define QDM_WELCOME_STRING"Welcome to\nmLinux [iPAQ]"
28
29
30#endif //-- _QDM_CONFIG_H