mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3744 d0543943-73ff-0310-b7d9-9358b9ac24b2
22 lines
549 B
C
22 lines
549 B
C
/* Define to 1 if you want the built-in manual */
|
|
#define USE_MANUAL 1
|
|
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_FCNTL_H 1
|
|
#define HAVE_UTIME_H 1
|
|
#define HAVE_SYS_UTIME_H 1
|
|
|
|
#define HAVE_SETVBUF 1
|
|
#define HAVE_UTIME 1
|
|
#define HAVE_FTRUNCATE 1
|
|
|
|
#define HAVE_TIME_H 1
|
|
#define HAVE_SYS_TIME_H 1
|
|
#define TIME_WITH_SYS_TIME 1
|
|
#define HAVE_STRUCT_TIMEVAL 1
|
|
|
|
#define main(x,y) curl_main(x,y)
|
|
|
|
/* we provide our own strdup prototype */
|
|
char *strdup(char *s1);
|