You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
341 B
14 lines
341 B
15 years ago
|
/*****************************************************************
|
||
|
ksmserver - the KDE session management server
|
||
|
|
||
|
Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
|
||
|
******************************************************************/
|
||
|
|
||
|
#ifndef GLOBAL_H
|
||
|
#define GLOBAL_H
|
||
|
|
||
|
#define KSMVendorString "KDE"
|
||
|
#define KSMReleaseString "1.0"
|
||
|
|
||
|
#endif
|