]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config.c: Cleanup AST_INCLUDE_GLOB
authorSean Bright <sean.bright@gmail.com>
Thu, 27 Sep 2018 20:01:58 +0000 (16:01 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 27 Sep 2018 20:05:21 +0000 (16:05 -0400)
commitacfc06cfc0de8d84ff73ae095377997a62b93aec
treeff0de43dbe06a3ac088ba6d33e765d58153e7f26
parentefadf8913130e6c78afc1f3dfe9e37a0c9d2f07d
config.c: Cleanup AST_INCLUDE_GLOB

* In main/config.c, AST_INCLUDE_GLOB is fixed to '1' making the #ifdefs
  pointless.

* In utils/extconf.c, AST_INCLUDE_GLOB is never defined so there is a
  lot of dead code.

Change-Id: I1bad1a46d7466ddf90d52cc724e997195495226c
main/config.c
utils/extconf.c