Ignore:
Timestamp:
Feb 19, 2006 2:24:27 AM (18 years ago)
Author:
bennylp
Message:

Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/gsm/config.h

    r176 r198  
    1010#define CONFIG_H 
    1111 
    12 /*efine SIGHANDLER_T    int             /* signal handlers are void     */ 
    13 /*efine HAS_SYSV_SIGNAL 1               /* sigs not blocked/reset?      */ 
     12/*efine SIGHANDLER_T    int             //* signal handlers are void    */ 
     13/*efine HAS_SYSV_SIGNAL 1               //* sigs not blocked/reset?     */ 
    1414 
    1515#define HAS_STDLIB_H    1               /* /usr/include/stdlib.h        */ 
    16 /*efine HAS_LIMITS_H    1               /* /usr/include/limits.h        */ 
     16/*efine HAS_LIMITS_H    1               //* /usr/include/limits.h       */ 
    1717#define HAS_FCNTL_H     1               /* /usr/include/fcntl.h         */ 
    18 /*efine HAS_ERRNO_DECL  1               /* errno.h declares errno       */ 
     18/*efine HAS_ERRNO_DECL  1               //* errno.h declares errno      */ 
    1919 
    2020#define HAS_FSTAT       1               /* fstat syscall                */ 
     
    2323#define HAS_FCHOWN      1               /* fchown syscall               */ 
    2424#define HAS_CHOWN       1               /* chown syscall                */ 
    25 /*efine HAS__FSETMODE   1               /* _fsetmode -- set file mode   */ 
     25/*efine HAS__FSETMODE   1               //* _fsetmode -- set file mode  */ 
    2626 
    2727#define HAS_STRING_H    1               /* /usr/include/string.h        */ 
    28 /*efine HAS_STRINGS_H   1               /* /usr/include/strings.h       */ 
     28/*efine HAS_STRINGS_H   1               //* /usr/include/strings.h      */ 
    2929 
    3030#define HAS_UNISTD_H    1               /* /usr/include/unistd.h        */ 
    3131#define HAS_UTIME       1               /* POSIX utime(path, times)     */ 
    32 /*efine HAS_UTIMES      1               /* use utimes() syscall instead */ 
     32/*efine HAS_UTIMES      1               //* use utimes()        syscall instead */ 
    3333#define HAS_UTIME_H     1               /* UTIME header file            */ 
    34 /*efine HAS_UTIMBUF     1               /* struct utimbuf               */ 
    35 /*efine HAS_UTIMEUSEC   1               /* microseconds in utimbuf?     */ 
     34/*efine HAS_UTIMBUF     1               //* struct utimbuf              */ 
     35/*efine HAS_UTIMEUSEC   1               //* microseconds in utimbuf?    */ 
    3636 
    3737 
Note: See TracChangeset for help on using the changeset viewer.