diff options
| author | Richard M. Stallman | 1997-08-22 21:16:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-22 21:16:48 +0000 |
| commit | 46266d2bb7f909067e04e684ee654346ec59bd7b (patch) | |
| tree | f8714053903b601acce8d6703ca5e96341758caf /src | |
| parent | 91169ba7cb60732b2cc4750103bbca1af397dd29 (diff) | |
| download | emacs-46266d2bb7f909067e04e684ee654346ec59bd7b.tar.gz emacs-46266d2bb7f909067e04e684ee654346ec59bd7b.zip | |
(HAVE_MOTIF_2_1): Add #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index c5ed60c811b..c96734cb966 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -56,6 +56,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 56 | /* Define this if you're using XFree386. */ | 56 | /* Define this if you're using XFree386. */ |
| 57 | #undef HAVE_XFREE386 | 57 | #undef HAVE_XFREE386 |
| 58 | 58 | ||
| 59 | /* Define this if you have Motif 2.1 or newer. */ | ||
| 60 | #undef HAVE_MOTIF_2_1 | ||
| 61 | |||
| 59 | /* Define HAVE_MENUS if you have mouse menus. | 62 | /* Define HAVE_MENUS if you have mouse menus. |
| 60 | (This is automatic if you use X, but the option to specify it remains.) | 63 | (This is automatic if you use X, but the option to specify it remains.) |
| 61 | It is also defined with other window systems that support xmenu.c. */ | 64 | It is also defined with other window systems that support xmenu.c. */ |