Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4556:a1f8c5c250c2
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 May 2008 19:50:49 +0200 |
parents | fd8a9a4d81d9 |
children | 2fddd822ce87 |
comparison
equal
deleted
inserted
replaced
4555:20c32e489235 | 4556:a1f8c5c250c2 |
---|---|
88 | 88 |
89 #ifndef WIN32_NO_CONFIGURE /* Defined in xemacs.mak or s/windowsnt.h: */ | 89 #ifndef WIN32_NO_CONFIGURE /* Defined in xemacs.mak or s/windowsnt.h: */ |
90 | 90 |
91 /* Program name */ | 91 /* Program name */ |
92 #undef EMACS_PROGNAME | 92 #undef EMACS_PROGNAME |
93 | |
94 /* Name of the link to the program to be used with #! scripts */ | |
95 #undef SHEBANG_PROGNAME | |
93 | 96 |
94 /* Allow s&m files to differentiate OS versions without having | 97 /* Allow s&m files to differentiate OS versions without having |
95 multiple files to maintain. */ | 98 multiple files to maintain. */ |
96 #undef OS_RELEASE | 99 #undef OS_RELEASE |
97 | 100 |