ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/import_libevent
(Generate patch)

Comparing libev/import_libevent (file contents):
Revision 1.29 by root, Tue Apr 15 04:34:07 2008 UTC vs.
Revision 1.30 by sf-exg, Sun May 14 19:02:31 2023 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3LE=../libevent-1.4.3-stable 3LE=../libevent-1.4.3-stable
4 4
5if ! [ -e evbuffer.c ]; then 5if ! [ -e evbuffer.c ]; then
6 echo do not run this programm unless you know what you are doing 6 echo do not run this program unless you know what you are doing
7 exit 1 7 exit 1
8fi 8fi
9 9
10# this program combines libev and libevent into a single package 10# this program combines libev and libevent into a single package
11 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines