here comes the big header include rewrite
[monky] / configure.ac.in
index c850260..d7ed523 100644 (file)
@@ -249,7 +249,7 @@ dnl EVE Skill Monitor
 dnl
 
 AC_ARG_ENABLE([eve],
-              EC_HELP_STRING([--enable-eve], [Eve-Online skill monitor @<:@default=no@:>@]),
+              AC_HELP_STRING([--enable-eve], [Eve-Online skill monitor @<:@default=no@:>@]),
               [want_eve="$enableval"], [want_eve=no])
 
 AM_CONDITIONAL(BUILD_EVE, test x$want_eve = xyes)
@@ -552,6 +552,9 @@ dnl
 
 AC_DEFINE(DEFAULTNETDEV, "eth0", [Default networkdevice])
 AC_DEFINE(CONFIG_FILE, "$HOME/.conkyrc", [Configfile of the user])
+AC_DEFINE(MAX_SPECIALS_DEFAULT, 512, [Default maximum number of special things, e.g. fonts, offsets, aligns, etc.])
+AC_DEFINE(MAX_USER_TEXT_DEFAULT, 16384, [Default maximum size of config TEXT buffer, i.e. below TEXT line.])
+AC_DEFINE(DEFAULT_TEXT_BUFFER_SIZE, 256, [Default size used for temporary, static text buffers])
 
 dnl
 dnl Some functions
@@ -656,7 +659,7 @@ AC_ARG_ENABLE([debug],
 
 if test "x$want_debug" = "xyes" -a $ac_cv_c_compiler_gnu != no; then
   CFLAGS="$CFLAGS -g3"
-  AC_DEFINE([DEBUG], [], [Define for debugging])
+  AC_DEFINE([DEBUG], 1, [Define for debugging])
 fi
 
 dnl