Can the Linux c macro know if the user has installed mysql/oracle/redis?

后端 未结 0 432
既然无缘
既然无缘 2021-02-11 21:47

like:

#ifdef __INSTALLED_MYSQL__
#include 
#endif

#ifdef __INSTALLED_REDIS__
#include 
#endif

Is there a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题