comparison lwlib/config.h.in @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 3bb7ccffb0c0
children 6075d714658b
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
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 20
21 /* Not in FSF. */ 21 /* Not in FSF. */
22 22
23 #ifndef _CONFIG_H_ 23 #ifndef _LWLIB_CONFIG_H_
24 #define _CONFIG_H_ 24 #define _LWLIB_CONFIG_H_
25 25
26 #include <../src/config.h>
27 #if 0
26 /* alloca twiddling belongs in one place, not the s&m headers 28 /* alloca twiddling belongs in one place, not the s&m headers
27 AIX requires this to be the first thing in the file. */ 29 AIX requires this to be the first thing in the file. */
28 #undef HAVE_ALLOCA_H 30 #undef HAVE_ALLOCA_H
29 31
30 #ifndef NOT_C_CODE 32 #ifndef NOT_C_CODE
40 42
41 #endif /* C code */ 43 #endif /* C code */
42 44
43 #undef HAVE_UNISTD_H 45 #undef HAVE_UNISTD_H
44 #undef HAVE_LIMITS_H 46 #undef HAVE_LIMITS_H
47 #undef STDC_HEADERS
45 #undef CONST_IS_LOSING 48 #undef CONST_IS_LOSING
46 49
47 #ifndef NeedFunctionPrototypes 50 #ifndef NeedFunctionPrototypes
48 #define NeedFunctionPrototypes 1 51 #define NeedFunctionPrototypes 1
49 #endif 52 #endif
52 #define FUNCPROTO 15 55 #define FUNCPROTO 15
53 #endif 56 #endif
54 57
55 /* Required for most XFree86 systems */ 58 /* Required for most XFree86 systems */
56 #undef NARROWPROTO 59 #undef NARROWPROTO
57 60 #endif
58 /* widget feature definitions */ 61 /* widget feature definitions */
59 #undef LWLIB_MENUBARS_LUCID 62 #undef LWLIB_MENUBARS_LUCID
60 #undef LWLIB_MENUBARS_MOTIF 63 #undef LWLIB_MENUBARS_MOTIF
61 64
62 #if defined (LWLIB_MENUBARS_LUCID) 65 #if defined (LWLIB_MENUBARS_LUCID)