diff options
| author | Richard M. Stallman | 1994-05-27 08:00:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-27 08:00:46 +0000 |
| commit | e3b89505ff74c2ae1236234f3f3d99567161577b (patch) | |
| tree | 41acd0c7bcc6106cde2913fbcd305cc891813f1a /src/s/gnu-linux.h | |
| parent | f675ecb5d2011eab41915c7ac2cb817dca59d74d (diff) | |
| download | emacs-e3b89505ff74c2ae1236234f3f3d99567161577b.tar.gz emacs-e3b89505ff74c2ae1236234f3f3d99567161577b.zip | |
(HAVE_XRMSETDATABASE): Define if not defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 66e952172aa..6d4864d1773 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -255,3 +255,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 255 | #ifndef HAVE_XSCREENNUMBEROFSCREEN | 255 | #ifndef HAVE_XSCREENNUMBEROFSCREEN |
| 256 | #define HAVE_XSCREENNUMBEROFSCREEN | 256 | #define HAVE_XSCREENNUMBEROFSCREEN |
| 257 | #endif | 257 | #endif |
| 258 | #ifndef HAVE_XRMSETDATABASE | ||
| 259 | #define HAVE_XRMSETDATABASE | ||
| 260 | #endif | ||