[xiph-commits] r7458 - icecast/trunk/ices0/src
brendan at motherfish-iii.xiph.org
brendan
Thu Aug 5 19:07:35 PDT 2004
Author: brendan
Date: Thu Aug 5 19:07:35 2004
New Revision: 7458
Modified:
icecast/trunk/ices0/src/definitions.h
Log:
The simpler solution: don't bother defining POSIX_C_SOURCE at all.
Modified: icecast/trunk/ices0/src/definitions.h
===================================================================
--- icecast/trunk/ices0/src/definitions.h 2004-08-03 03:01:01 UTC (rev 7457)
+++ icecast/trunk/ices0/src/definitions.h 2004-08-03 03:11:11 UTC (rev 7458)
@@ -53,19 +53,6 @@
# define __USE_POSIX
#endif
-#ifndef _POSIX_C_SOURCE
-#if !defined(__FreeBSD__) || __FreeBSD__ < 5
-#define _POSIX_C_SOURCE 199506L
-#endif
-#endif
-
-/* This for freebsd (needed on 3.2 at least) */
-#ifdef SOMEBSD
-# ifndef _POSIX_VERSION
-# define _POSIX_VERSION 199309L
-# endif
-#endif
-
#include <stdio.h>
#include <stdarg.h>
#ifdef HAVE_SHOUT_SHOUT_H
More information about the commits
mailing list