comparison lwlib/lwlib-config.c @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents c7528f8e288d
children 6b37e6ddd302
comparison
equal deleted inserted replaced
79:5b0a5bbffab6 80:1ce6082ce73f
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20
21 20
22 /* This is a kludge to make sure emacs can only link against a version of 21 /* This is a kludge to make sure emacs can only link against a version of
23 lwlib that was compiled in the right way. Emacs references symbols which 22 lwlib that was compiled in the right way. Emacs references symbols which
24 correspond to the way it thinks lwlib was compiled, and if lwlib wasn't 23 correspond to the way it thinks lwlib was compiled, and if lwlib wasn't
25 compiled in that way, then somewhat meaningful link errors will result. 24 compiled in that way, then somewhat meaningful link errors will result.
26 The alternatives to this range from obscure link errors, to obscure 25 The alternatives to this range from obscure link errors, to obscure
27 runtime errors that look a lot like bugs. 26 runtime errors that look a lot like bugs. */
28 */
29 27
30 #include "lwlib.h" 28 #include "lwlib.h"
31 29
32 #include <X11/Xlib.h> /* to get XlibSpecificationRelease */ 30 #include <X11/Xlib.h> /* to get XlibSpecificationRelease */
33 #ifdef NEED_MOTIF 31 #ifdef NEED_MOTIF