patch-inc_config_h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. -/*efine SIGHANDLER_T int /* signal handlers are void */
  8. -/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
  9. +/*efine SIGHANDLER_T int -* signal handlers are void */
  10. +/*efine HAS_SYSV_SIGNAL 1 -* sigs not blocked/reset? */
  11. #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
  12. -/*efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
  13. +#define HAS_STDIO_H 1 /* /usr/include/stdio.h */
  14. +/*efine HAS_LIMITS_H 1 -* /usr/include/limits.h */
  15. #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
  16. -/*efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
  17. #define HAS_FSTAT 1 /* fstat syscall */
  18. #define HAS_FCHMOD 1 /* fchmod syscall */
  19. #define HAS_CHMOD 1 /* chmod syscall */
  20. #define HAS_FCHOWN 1 /* fchown syscall */
  21. #define HAS_CHOWN 1 /* chown syscall */
  22. -/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
  23. +/*efine HAS__FSETMODE 1 -* _fsetmode -- set file mode */
  24. #define HAS_STRING_H 1 /* /usr/include/string.h */
  25. -/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
  26. +/*efine HAS_STRINGS_H 1 -* /usr/include/strings.h */
  27. #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
  28. #define HAS_UTIME 1 /* POSIX utime(path, times) */
  29. -/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
  30. +/*efine HAS_UTIMES 1 -* use utimes() syscall instead */
  31. #define HAS_UTIME_H 1 /* UTIME header file */
  32. -/*efine HAS_UTIMBUF 1 /* struct utimbuf */
  33. -/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
  34. +/*efine HAS_UTIMBUF 1 -* struct utimbuf */
  35. +/*efine HAS_UTIMEUSEC 1 -* microseconds in utimbuf? */
  36. #endif /* CONFIG_H */