[lwatch-cvs] files/src config.h.in,1.14,1.15 strpcre.c,1.17,1.18 yparse.l,1.20,1.21
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-01-11 21:23:51
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8905/src
Modified Files:
config.h.in strpcre.c yparse.l
Log Message:
- AC_C_CONST turned again, let's include "config.h" as first
Index: config.h.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/config.h.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** config.h.in 3 Jan 2004 23:05:13 -0000 1.14
--- config.h.in 11 Jan 2004 21:23:48 -0000 1.15
***************
*** 1,213 ****
/* src/config.h.in. Generated from configure.ac by autoheader. */
! /*
! Define to 1 if you want to compile
! with debug support. */
#undef DEBUG
! /*
! Define to 1 if you don't have `vprintf'
! but do have `_doprnt.' */
#undef HAVE_DOPRNT
! /*
! Define to 1 if you have the <errno.h>
! header file. */
#undef HAVE_ERRNO_H
! /*
! Define to 1 if you have the <fcntl.h>
! header file. */
#undef HAVE_FCNTL_H
! /*
! Define to 1 if you have the <getopt.h>
! header file. */
#undef HAVE_GETOPT_H
! /*
! Define to 1 if you have the <inttypes.h>
! header file. */
#undef HAVE_INTTYPES_H
! /*
! Define to 1 if you have the `pcre'
! library (-lpcre). */
#undef HAVE_LIBPCRE
! /*
! Define to 1 if your system has a
! GNU libc compatible `malloc' function, and to 0 otherwise.
! */
#undef HAVE_MALLOC
! /*
! Define to 1 if you have the <memory.h>
! header file. */
#undef HAVE_MEMORY_H
! /*
! Define to 1 if you have the `memset'
! function. */
#undef HAVE_MEMSET
! /*
! Define to 1 if you have the <pcre.h>
! header file. */
#undef HAVE_PCRE_H
! /*
! Define to 1 if your system has a
! GNU libc compatible `realloc' function, and to 0 otherwise.
! */
#undef HAVE_REALLOC
! /*
! Define to 1 if you have the <signal.h>
! header file. */
#undef HAVE_SIGNAL_H
! /*
! Define to 1 if you have the <stdarg.h>
! header file. */
#undef HAVE_STDARG_H
! /*
! Define to 1 if you have the <stddef.h>
! header file. */
#undef HAVE_STDDEF_H
! /*
! Define to 1 if you have the <stdint.h>
! header file. */
#undef HAVE_STDINT_H
! /*
! Define to 1 if you have the <stdio.h>
! header file. */
#undef HAVE_STDIO_H
! /*
! Define to 1 if you have the <stdlib.h>
! header file. */
#undef HAVE_STDLIB_H
! /*
! Define to 1 if you have the `strcasecmp'
! function. */
#undef HAVE_STRCASECMP
! /*
! Define to 1 if you have the `strchr'
! function. */
#undef HAVE_STRCHR
! /*
! Define to 1 if you have the <strings.h>
! header file. */
#undef HAVE_STRINGS_H
! /*
! Define to 1 if you have the <string.h>
! header file. */
#undef HAVE_STRING_H
! /*
! Define to 1 if you have the <sys/param.h>
! header file. */
#undef HAVE_SYS_PARAM_H
! /*
! Define to 1 if you have the <sys/poll.h>
! header file. */
#undef HAVE_SYS_POLL_H
! /*
! Define to 1 if you have the <sys/stat.h>
! header file. */
#undef HAVE_SYS_STAT_H
! /*
! Define to 1 if you have the <sys/types.h>
! header file. */
#undef HAVE_SYS_TYPES_H
! /*
! Define to 1 if you have the <unistd.h>
! header file. */
#undef HAVE_UNISTD_H
! /*
! Define to 1 if you have the `vprintf'
! function. */
#undef HAVE_VPRINTF
! /*
! Default input file */
#undef INPUTFILE
! /*
! Name of package */
#undef PACKAGE
! /*
! Define to the address where bug reports for
! this package should be sent. */
#undef PACKAGE_BUGREPORT
! /*
! Define to the full name of this package.
! */
#undef PACKAGE_NAME
! /*
! Define to the full name and version of
! this package. */
#undef PACKAGE_STRING
! /*
! Define to the one symbol short name of
! this package. */
#undef PACKAGE_TARNAME
! /*
! Define to the version of this package. */
#undef PACKAGE_VERSION
! /*
! Define as the return type of signal handlers
! (`int' or `void'). */
#undef RETSIGTYPE
! /*
! Define to 1 if you have the ANSI
! C header files. */
#undef STDC_HEADERS
! /*
! Directory where configuration file is placed */
#undef SYSCONFDIR
! /*
! Version number of package */
#undef VERSION
! /*
! Define to 1 if `lex' declares `yytext' as
! a `char *' by default, not a `char[]'. */
#undef YYTEXT_POINTER
! /*
! Define to empty if `const' does not conform
! to ANSI C. */
#undef const
! /*
! Define to rpl_malloc if the replacement function should
! be used. */
#undef malloc
! /*
! Define to rpl_realloc if the replacement function should
! be used. */
#undef realloc
--- 1,133 ----
/* src/config.h.in. Generated from configure.ac by autoheader. */
! /* Define to 1 if you want to compile with debug support. */
#undef DEBUG
! /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT
! /* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
! /* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
! /* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
! /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
! /* Define to 1 if you have the `pcre' library (-lpcre). */
#undef HAVE_LIBPCRE
! /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
! to 0 otherwise. */
#undef HAVE_MALLOC
! /* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
! /* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
! /* Define to 1 if you have the <pcre.h> header file. */
#undef HAVE_PCRE_H
! /* Define to 1 if your system has a GNU libc compatible `realloc' function,
! and to 0 otherwise. */
#undef HAVE_REALLOC
! /* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
! /* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
! /* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
! /* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
! /* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
! /* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
! /* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
! /* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
! /* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
! /* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
! /* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
! /* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
! /* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
! /* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
! /* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
! /* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
! /* Default input file */
#undef INPUTFILE
! /* Name of package */
#undef PACKAGE
! /* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
! /* Define to the full name of this package. */
#undef PACKAGE_NAME
! /* Define to the full name and version of this package. */
#undef PACKAGE_STRING
! /* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
! /* Define to the version of this package. */
#undef PACKAGE_VERSION
! /* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
! /* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
! /* Directory where configuration file is placed */
#undef SYSCONFDIR
! /* Version number of package */
#undef VERSION
! /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
! `char[]'. */
#undef YYTEXT_POINTER
! /* Define to empty if `const' does not conform to ANSI C. */
#undef const
! /* Define to rpl_malloc if the replacement function should be used. */
#undef malloc
! /* Define to rpl_realloc if the replacement function should be used. */
#undef realloc
Index: strpcre.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/strpcre.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** strpcre.c 10 Nov 2003 01:15:05 -0000 1.17
--- strpcre.c 11 Jan 2004 21:23:48 -0000 1.18
***************
*** 30,33 ****
--- 30,35 ----
*/
+ #include "config.h"
+
#include <pcre.h>
#include <stdio.h>
***************
*** 35,39 ****
#include <string.h>
- #include "config.h"
#include "control.h"
#include "acolors.h"
--- 37,40 ----
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** yparse.l 3 Jan 2004 23:05:13 -0000 1.20
--- yparse.l 11 Jan 2004 21:23:48 -0000 1.21
***************
*** 1,2 ****
--- 1,5 ----
+ %top{
+ #include "config.h"
+ }
%{
/* yparse.l -- LogWatcher
***************
*** 34,38 ****
#include <string.h>
- #include "config.h"
#include "control.h"
#include "acolors.h"
--- 37,40 ----
|