applied patch, slightly tweaked
[p5sagit/p5-mst-13.2.git] / x2p / a2p.h
index a7cbcb6..2db5f36 100644 (file)
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
 #  include "../config.h"
 #endif
 
+#if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus)
+# define STANDARD_C 1
+#endif
+
 #ifdef WIN32
 #undef USE_STDIO_PTR           /* XXX fast gets won't work, must investigate */
 #  ifndef STANDARD_C
 #  endif
 #endif
 
-#if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus)
-# define STANDARD_C 1
-#endif
-
 /* Use all the "standard" definitions? */
 #if defined(STANDARD_C) && defined(I_STDLIB)
 #   include <stdlib.h>