update props

This commit is contained in:
Fish 2005-05-08 09:32:13 +00:00
parent af1ee101a6
commit b13651d921
7 changed files with 18 additions and 32 deletions

14
.gitattributes vendored
View file

@ -1,15 +1 @@
* text=auto !eol
/ChangeLog -text
/LICENSE -text
/Makefile.in -text
/README.blsb -text
/RELNOTES -text
/aclocal.m4 -text
/blsb.c -text
/blsb.h -text
/blsb_help.c -text
/configure -text
/configure.in -text
/install-sh -text
/modconfig.h.in -text
/modconfigwin32.h -text

View file

@ -18,11 +18,11 @@ DISTFILES = $(SRCS) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefi
DISTDIR = @PACKAGE@-@VERSION@
all: module
@echo "Compilation complete."
@echo "Run 'make install' (or 'gmake install' on some systems) to install."
@echo "If you require support, see the README file."
@echo "Compilation complete."
@echo "Run 'make install' (or 'gmake install' on some systems) to install."
@echo "If you require support, see the README file."
# include dependency info
# include dependency info
@MAKEDEPENDENCIES@
.c.o:
@ -40,7 +40,7 @@ install: module
$(INSTALL) -m 644 $(TARGET) $(DIRECTORY)
$(INSTALL) -m 644 $(DOCS) $(DIRECTORY)../doc/
@echo "Installation complete."
@echo "See the README file for instructions on loading this module."
@echo "See the README file for instructions on loading this module."
dist:
@echo -n "Creating directories"

2
blsb.c
View file

@ -18,7 +18,7 @@
** USA
**
** NeoStats CVS Identification
** $Id: blsb.c 162 2005-04-28 09:45:44Z Fish $
** $Id$
*/
#include "neostats.h"

2
blsb.h
View file

@ -18,7 +18,7 @@
** USA
**
** NetStats CVS Identification
** $Id: blsb.h 162 2005-04-28 09:45:44Z Fish $
** $Id$
*/

View file

@ -18,7 +18,7 @@
** USA
**
** NeoStats CVS Identification
** $Id: blsb_help.c 156 2005-03-07 23:27:30Z Mark $
** $Id$
*/
#include "neostats.h"

View file

@ -15,15 +15,15 @@ DIRINST=~/NeoStats3.0/
AC_PREFIX_DEFAULT(~/NeoStats3.0/)
CFLAGS="$CFLAGS -O2 -Wall -fno-strict-aliasing"
case "$host_os" in
*openbsd*)
case "$host_os" in
*openbsd*)
MAKEDEPENDENCIES="";;
*freebsd*)
*freebsd*)
MAKEDEPENDENCIES="";;
*)
MAKEDEPENDENCIES="-include \$(OBJS:.o=.d)";;
esac
esac
AC_MSG_CHECKING(Location of NeoStats...)
AC_ARG_WITH(neostats,
[ --with-neostats=DIR Location of NeoStats installation],

View file

@ -120,11 +120,11 @@
#ifndef POLLIN
#define snprintf _snprintf
struct pollfd { int fd; short events; short revents; };
#define POLLIN 1
#define POLLPRI 2
#define POLLOUT 4
#define POLLERR 8
#define POLLHUP 16
#define POLLIN 1
#define POLLPRI 2
#define POLLOUT 4
#define POLLERR 8
#define POLLHUP 16
#define POLLNVAL 32
#endif