diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2002-03-10 16:17:59 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2002-03-10 16:17:59 +0000 |
commit | 9b3bf3878725ca4093c9719fb3bc3212657711ef (patch) | |
tree | ab21febcdf143ee9f24735941af49e8a970a0d2c /src/config.in | |
parent | e02207d421b31ff3ad2df34aa740ffe2bca1ee56 (diff) | |
download | emacs-9b3bf3878725ca4093c9719fb3bc3212657711ef.tar.gz |
Added HAVE_X_SM
Diffstat (limited to 'src/config.in')
-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 c05ba2a01aa..b08515b3d70 100644 --- a/src/config.in +++ b/src/config.in @@ -92,6 +92,9 @@ Boston, MA 02111-1307, USA. */ /* Define if we should use XIM, if it is available. */ #undef USE_XIM +/* Define if we have the session management (SM) library. */ +#undef HAVE_X_SM + /* Define if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO |