summaryrefslogtreecommitdiff
path: root/core/opie-login/qdm_config.h
blob: bf5b5a48c1cc9ff7e3911f3f8ad802986b452423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//-- -*- 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