Changeset ac55e50
- Timestamp:
- 2005-11-29T00:52:14Z (19 years ago)
- Branches:
- master
- Children:
- 500a1b6
- Parents:
- 65e2ce1 (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
r65e2ce1 rac55e50 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
r65e2ce1 rac55e50 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.