diff options
| -rw-r--r-- | bitlbee.h | 2 | ||||
| -rwxr-xr-x | configure | 2 | 
2 files changed, 4 insertions, 0 deletions
| @@ -34,7 +34,9 @@  #define MAX_STRING 128 +#if HAVE_CONFIG_H  #include "config.h" +#endif  #include <fcntl.h>  #include <time.h> @@ -118,6 +118,8 @@ fi  echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings +echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings +  if [ -n "$CC" ]; then  	echo "CC=$CC" >> Makefile.settings;  elif type gcc > /dev/null 2> /dev/null; then | 
