port rng-tools
[openadk.git] / package / gsm / patches / patch-inc_config_h
blob3d4bec8b18d6f44ab47257f7394db197937771fc
1 $Id$
2 --- gsm-1.0-pl10.orig/inc/config.h      Tue Jul  2 16:32:27 1996
3 +++ gsm-1.0-pl10/inc/config.h   Sat Jan 20 13:06:50 2007
4 @@ -9,29 +9,29 @@
5  #ifndef        CONFIG_H
6  #define        CONFIG_H
7  
8 -/*efine        SIGHANDLER_T    int             /* signal handlers are void     */
9 -/*efine HAS_SYSV_SIGNAL        1               /* sigs not blocked/reset?      */
10 +/*efine        SIGHANDLER_T    int             -* signal handlers are void     */
11 +/*efine HAS_SYSV_SIGNAL        1               -* sigs not blocked/reset?      */
13  #define        HAS_STDLIB_H    1               /* /usr/include/stdlib.h        */
14 -/*efine        HAS_LIMITS_H    1               /* /usr/include/limits.h        */
15 +#define        HAS_STDIO_H     1               /* /usr/include/stdio.h         */
16 +/*efine        HAS_LIMITS_H    1               -* /usr/include/limits.h        */
17  #define        HAS_FCNTL_H     1               /* /usr/include/fcntl.h         */
18 -/*efine        HAS_ERRNO_DECL  1               /* errno.h declares errno       */
20  #define        HAS_FSTAT       1               /* fstat syscall                */
21  #define        HAS_FCHMOD      1               /* fchmod syscall               */
22  #define        HAS_CHMOD       1               /* chmod syscall                */
23  #define        HAS_FCHOWN      1               /* fchown syscall               */
24  #define        HAS_CHOWN       1               /* chown syscall                */
25 -/*efine        HAS__FSETMODE   1               /* _fsetmode -- set file mode   */
26 +/*efine        HAS__FSETMODE   1               -* _fsetmode -- set file mode   */
28  #define        HAS_STRING_H    1               /* /usr/include/string.h        */
29 -/*efine        HAS_STRINGS_H   1               /* /usr/include/strings.h       */
30 +/*efine        HAS_STRINGS_H   1               -* /usr/include/strings.h       */
32  #define        HAS_UNISTD_H    1               /* /usr/include/unistd.h        */
33  #define        HAS_UTIME       1               /* POSIX utime(path, times)     */
34 -/*efine        HAS_UTIMES      1               /* use utimes() syscall instead */
35 +/*efine        HAS_UTIMES      1               -* use utimes() syscall instead */
36  #define        HAS_UTIME_H     1               /* UTIME header file            */
37 -/*efine        HAS_UTIMBUF     1               /* struct utimbuf               */
38 -/*efine        HAS_UTIMEUSEC   1               /* microseconds in utimbuf?     */
39 +/*efine        HAS_UTIMBUF     1               -* struct utimbuf               */
40 +/*efine        HAS_UTIMEUSEC   1               -* microseconds in utimbuf?     */
42  #endif /* CONFIG_H */