Changeset ed165fe
- Timestamp:
- 2005-11-28T22:04:50Z (19 years ago)
- Branches:
- master
- Children:
- 2983f5e
- Parents:
- cfcc587 (diff), f712188 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rcfcc587 red165fe 35 35 #define MAX_STRING 128 36 36 37 #if HAVE_CONFIG_H 37 38 #include "config.h" 39 #endif 38 40 39 41 #include <fcntl.h> -
configure
rcfcc587 red165fe 123 123 124 124 echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings 125 126 echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings 125 127 126 128 if [ -n "$CC" ]; then
Note: See TracChangeset
for help on using the changeset viewer.