forked from Mirrors/freeswitch
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8574 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4cd75ebf39
commit
04c78c745f
@ -65,10 +65,15 @@
|
||||
#ifndef HAVE__STRICMP
|
||||
#define HAVE__STRICMP 0
|
||||
#endif
|
||||
|
||||
#define HAVE_WCHAR_H @HAVE_WCHAR_H_DEFINE@
|
||||
#define HAVE_SYS_FILIO_H @HAVE_SYS_FILIO_H_DEFINE@
|
||||
#define HAVE_SYS_IOCTL_H @HAVE_SYS_IOCTL_H_DEFINE@
|
||||
#ifndef HAVE_WCHAR_H
|
||||
#define HAVE_WCHAR_H 0
|
||||
#endif
|
||||
#ifndef HAVE_SYS_FILIO_H
|
||||
#define HAVE_SYS_FILIO_H 0
|
||||
#endif
|
||||
#ifndef HAVE_SYS_IOCTL_H
|
||||
#define HAVE_SYS_IOCTL_H 0
|
||||
#endif
|
||||
|
||||
#define VA_LIST_IS_ARRAY @VA_LIST_IS_ARRAY_DEFINE@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user