source: proiecte/PPPP/gdm/common/gdm-settings-keys.h @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 2.0 KB
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
2 *
3 * Copyright (C) 2007 William Jon McCann <mccann@jhu.edu>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
19 */
20
21#ifndef _GDM_SETTINGS_KEYS_H
22#define _GDM_SETTINGS_KEYS_H
23
24#include <glib.h>
25
26G_BEGIN_DECLS
27
28#define GDM_KEY_USER "daemon/User"
29#define GDM_KEY_GROUP "daemon/Group"
30#define GDM_KEY_AUTO_LOGIN_ENABLE "daemon/AutomaticLoginEnable"
31#define GDM_KEY_AUTO_LOGIN_USER "daemon/AutomaticLogin"
32#define GDM_KEY_TIMED_LOGIN_ENABLE "daemon/TimedLoginEnable"
33#define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin"
34#define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay"
35
36#define GDM_KEY_DISALLOW_TCP "security/DisallowTCP"
37
38#define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable"
39#define GDM_KEY_MAX_PENDING "xdmcp/MaxPending"
40#define GDM_KEY_MAX_SESSIONS "xdmcp/MaxSessions"
41#define GDM_KEY_MAX_WAIT "xdmcp/MaxWait"
42#define GDM_KEY_DISPLAYS_PER_HOST "xdmcp/DisplaysPerHost"
43#define GDM_KEY_UDP_PORT "xdmcp/Port"
44#define GDM_KEY_INDIRECT "xdmcp/HonorIndirect"
45#define GDM_KEY_MAX_WAIT_INDIRECT "xdmcp/MaxWaitIndirect"
46#define GDM_KEY_PING_INTERVAL "xdmcp/PingIntervalSeconds"
47#define GDM_KEY_WILLING "xdmcp/Willing"
48
49#define GDM_KEY_MULTICAST "chooser/Multicast"
50#define GDM_KEY_MULTICAST_ADDR "chooser/MulticastAddr"
51
52G_END_DECLS
53
54#endif /* _GDM_SETTINGS_KEYS_H */
Note: See TracBrowser for help on using the repository browser.