소스 검색

Added IPv6 for autoconf

svn: 95
Bryan Drewery 23 년 전
부모
커밋
d678bc5dbf
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      acconfig.h

+ 3 - 0
acconfig.h

@@ -49,6 +49,9 @@
 /* Defines the current eggdrop version  */
 #undef EGG_VERSION
 
+/* Define if you have the `ipv6' support. */
+#define USE_IPV6
+
 @BOTTOM@
 
 #endif /* !_EGG_CONFIG_H */