diff options
| author | 2007-01-24 15:58:32 +0000 | |
|---|---|---|
| committer | 2007-01-24 15:58:32 +0000 | |
| commit | 336a9bdf5d6fb277010f5689f7d767248e45581c (patch) | |
| tree | 227800c2f812c4e2bb8697270c4df956818ea001 /src | |
| parent | cleaned OLDISH TODO files (diff) | |
| download | KVIrc-336a9bdf5d6fb277010f5689f7d767248e45581c.tar.gz KVIrc-336a9bdf5d6fb277010f5689f7d767248e45581c.tar.bz2 KVIrc-336a9bdf5d6fb277010f5689f7d767248e45581c.zip | |
added $active window to names command
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@253 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvi_configstatus.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/kvi_configstatus.h b/src/kvi_configstatus.h index 5e37dc7ac..56498a6a9 100644 --- a/src/kvi_configstatus.h +++ b/src/kvi_configstatus.h @@ -1,20 +1,20 @@ -/* src/config.h. Generated by configure. */ +/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.in by autoheader. */ /* define this to the number of average channel users */ -#define AVERAGE_CHANNEL_USERS 101 +#define AVERAGE_CHANNEL_USERS 349 /* define this if you are on a big endian machine */ /* #undef BIG_ENDIAN_MACHINE_BYTE_ORDER */ /* this is the build date (configure date rather) */ -#define BUILD_DATE "Tue Jan 23 02:28:16 UTC 2007" +#define BUILD_DATE "Wed Jan 24 14:03:22 UTC 2007" /* these are the build flags */ -#define BUILD_FLAGS "x86_64-cefgikopsAGTZ" +#define BUILD_FLAGS "i686-bcefikoprsAGTZ" /* define if you want to enable the Arts daemon support */ -/* #undef COMPILE_ARTS_SUPPORT */ +#define COMPILE_ARTS_SUPPORT 1 /* define if you want to enable the Audiofile library support */ #define COMPILE_AUDIOFILE_SUPPORT 1 @@ -69,7 +69,7 @@ #define COMPILE_OSS_SUPPORT 1 /* define if you have perl and want the perl scripting support in kvirc */ -#define COMPILE_PERL_SUPPORT 1 +/* #undef COMPILE_PERL_SUPPORT */ /* define if you have the KDE support and want the pseudo transparency */ #define COMPILE_PSEUDO_TRANSPARENCY 1 @@ -96,7 +96,7 @@ #define COMPILE_WITH_SYSTEM_MEMMOVE 1 /* define if you want to enable the ZLib library support */ -#define COMPILE_XSS_SUPPORT 1 +/* #undef COMPILE_XSS_SUPPORT */ /* define if you want to enable the ZLib library support */ #define COMPILE_ZLIB_SUPPORT 1 @@ -191,32 +191,32 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "" -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 -/* The size of a `long int', as computed by sizeof. */ -#define SIZEOF_LONG_INT 8 +/* The size of `long int', as computed by sizeof. */ +#define SIZEOF_LONG_INT 4 -/* The size of a `long long int', as computed by sizeof. */ +/* The size of `long long int', as computed by sizeof. */ #define SIZEOF_LONG_LONG_INT 8 -/* The size of a `short int', as computed by sizeof. */ +/* The size of `short int', as computed by sizeof. */ #define SIZEOF_SHORT_INT 2 -/* The size of a `unsigned int', as computed by sizeof. */ +/* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 -/* The size of a `unsigned long int', as computed by sizeof. */ -#define SIZEOF_UNSIGNED_LONG_INT 8 +/* The size of `unsigned long int', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_LONG_INT 4 -/* The size of a `unsigned long long int', as computed by sizeof. */ +/* The size of `unsigned long long int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG_LONG_INT 8 -/* The size of a `unsigned short int', as computed by sizeof. */ +/* The size of `unsigned short int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_SHORT_INT 2 -/* The size of a `void *', as computed by sizeof. */ -#define SIZEOF_VOID_P 8 +/* The size of `void *', as computed by sizeof. */ +#define SIZEOF_VOID_P 4 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |
