[Asterisk-cvs] asterisk/codecs/gsm/inc config.h,1.18,1.19
markster at lists.digium.com
markster at lists.digium.com
Sat Jun 26 00:04:23 CDT 2004
Update of /usr/cvsroot/asterisk/codecs/gsm/inc
In directory mongoose.digium.com:/tmp/cvs-serv14568/codecs/gsm/inc
Modified Files:
config.h
Log Message:
Merge source cleanups (bug #1911)
Index: config.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/inc/config.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- config.h 19 Aug 2003 18:54:56 -0000 1.18
+++ config.h 26 Jun 2004 03:50:14 -0000 1.19
@@ -9,29 +9,43 @@
#ifndef CONFIG_H
#define CONFIG_H
-/*efine SIGHANDLER_T int /* signal handlers are void */
-/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
+#if 0
+efine SIGHANDLER_T int /* signal handlers are void */
+efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
+#endif
#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
-/*efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
+#if 0
+efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
+#endif
#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
-/*efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
+#if 0
+efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
+#endif
#define HAS_FSTAT 1 /* fstat syscall */
#define HAS_FCHMOD 1 /* fchmod syscall */
#define HAS_CHMOD 1 /* chmod syscall */
#define HAS_FCHOWN 1 /* fchown syscall */
#define HAS_CHOWN 1 /* chown syscall */
-/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
+#if 0
+efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
+#endif
#define HAS_STRING_H 1 /* /usr/include/string.h */
-/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
+#if 0
+efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
+#endif
#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
#define HAS_UTIME 1 /* POSIX utime(path, times) */
-/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
+#if 0
+efine HAS_UTIMES 1 /* use utimes() syscall instead */
+#endif
#define HAS_UTIME_H 1 /* UTIME header file */
-/*efine HAS_UTIMBUF 1 /* struct utimbuf */
-/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
+#if 0
+efine HAS_UTIMBUF 1 /* struct utimbuf */
+efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
+#endif
#endif /* CONFIG_H */
More information about the svn-commits
mailing list