ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
(Generate patch)

Comparing deliantra/server/include/autoconf.h.in (file contents):
Revision 1.6 by root, Tue Jul 11 10:35:20 2006 UTC vs.
Revision 1.7 by root, Sun Aug 13 17:47:24 2006 UTC

65#undef HAVE_LIBDMALLOC 65#undef HAVE_LIBDMALLOC
66 66
67/* Define to 1 if you have the `dmalloclp' library (-ldmalloclp). */ 67/* Define to 1 if you have the `dmalloclp' library (-ldmalloclp). */
68#undef HAVE_LIBDMALLOCLP 68#undef HAVE_LIBDMALLOCLP
69 69
70/* Define if libICE is available */
71#undef HAVE_LIBICE
72
73/* Define to 1 if you have the `m' library (-lm). */ 70/* Define to 1 if you have the `m' library (-lm). */
74#undef HAVE_LIBM 71#undef HAVE_LIBM
75 72
76/* Define to 1 if you have the `nsl' library (-lnsl). */ 73/* Define to 1 if you have the `nsl' library (-lnsl). */
77#undef HAVE_LIBNSL 74#undef HAVE_LIBNSL
78 75
79/* Define if libpng is available */ 76/* Define if libpng is available */
80#undef HAVE_LIBPNG 77#undef HAVE_LIBPNG
81 78
82/* Define if libSM is available */
83#undef HAVE_LIBSM
84
85/* Define to 1 if you have the `socket' library (-lsocket). */ 79/* Define to 1 if you have the `socket' library (-lsocket). */
86#undef HAVE_LIBSOCKET 80#undef HAVE_LIBSOCKET
87
88/* Define if libX11 is available */
89#undef HAVE_LIBX11
90
91/* Define if libXAW is available */
92#undef HAVE_LIBXAW
93
94/* Define if libEXT is available */
95#undef HAVE_LIBXEXT
96
97/* Define if libXMU is available */
98#undef HAVE_LIBXMU
99
100/* Define if libXpm is available */
101#undef HAVE_LIBXPM
102
103/* Define if libXT is available */
104#undef HAVE_LIBXT
105 81
106/* Define if libz is available */ 82/* Define if libz is available */
107#undef HAVE_LIBZ 83#undef HAVE_LIBZ
108 84
109/* Define to 1 if you have the <limits.h> header file. */ 85/* Define to 1 if you have the <limits.h> header file. */
276/* Path to the uncompress binary */ 252/* Path to the uncompress binary */
277#undef UNCOMPRESS 253#undef UNCOMPRESS
278 254
279/* Version number of package */ 255/* Version number of package */
280#undef VERSION 256#undef VERSION
281
282/* Define to 1 if the X Window System is missing or not being used. */
283#undef X_DISPLAY_MISSING
284 257
285/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 258/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
286 `char[]'. */ 259 `char[]'. */
287#undef YYTEXT_POINTER 260#undef YYTEXT_POINTER
288 261

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines