Changeset 550
- Timestamp:
- 05/07/07 19:50:54 (2 years ago)
- Files:
-
- trunk/server/ChangeLog (modified) (1 diff)
- trunk/server/autogen.sh (modified) (1 diff)
- trunk/server/memcached.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/ChangeLog
r543 r550 1 2007-05-07 Paul Lindner <lindner@inuus.com> 2 3 * Fix compilation bug on freebsd 6.x (and maybe others) 4 1 5 2007-05-04 Paul Lindner <lindner@inuus.com> 2 6 trunk/server/autogen.sh
r324 r550 9 9 10 10 echo "aclocal..." 11 ACLOCAL= ${ACLOCAL:-aclocal-1.7}12 $ACLOCAL || aclocal-1.5 || aclocal ||exit 111 ACLOCAL=`which aclocal-1.9 || which aclocal19 || which aclocal-1.7 || which aclocal17 || which aclocal-1.5 || which aclocal15 || which aclocal || exit 1` 12 $ACLOCAL || exit 1 13 13 14 14 echo "autoheader..." trunk/server/memcached.h
r512 r550 4 4 #include "config.h" 5 5 #include <sys/types.h> 6 #include <sys/socket.h> 6 7 #include <sys/time.h> 7 8 #include <netinet/in.h>
