Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch).

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2289 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2008-09-17 12:55:26 +00:00
parent 160093ecee
commit 57dd8e0e0b
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#define PJ_HAS_SYS_TYPES_H 1
#define PJ_HAS_TIME_H 1
#define PJ_HAS_UNISTD_H 1
#define PJ_HAS_SEMAPHORE_H 1
#define PJ_HAS_MSWSOCK_H 0
#define PJ_HAS_WINSOCK_H 0