Changeset f712188
- Timestamp:
- 2005-11-28T22:00:51Z (19 years ago)
- Branches:
- master
- Children:
- ac55e50, c7cf9d6, ed165fe
- Parents:
- dfde8e0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rdfde8e0 rf712188 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
rdfde8e0 rf712188 118 118 119 119 echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings 120 121 echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings 120 122 121 123 if [ -n "$CC" ]; then
Note: See TracChangeset
for help on using the changeset viewer.