Added conditional inclusion of config.h to source files
authorlindahl <lindahl>
Fri, 23 Jan 2004 17:48:40 +0000 (17:48 +0000)
committerlindahl <lindahl>
Fri, 23 Jan 2004 17:48:40 +0000 (17:48 +0000)
21 files changed:
src/contrib/addquote.c
src/contrib/anaf.c
src/contrib/calcfdev.c
src/contrib/copyrgt.c
src/contrib/do_shift.c
src/contrib/ehanal.c
src/contrib/ehdata.c
src/contrib/ehole.c
src/contrib/g_anavel.c
src/contrib/glasmd.c
src/contrib/hexamer.c
src/contrib/hrefify.c
src/contrib/mk6_n.c
src/contrib/mkice.c
src/contrib/mkyaw.c
src/contrib/my_dssp.c
src/contrib/options.c
src/contrib/optwat.c
src/contrib/prfn.c
src/contrib/sigeps.c
src/contrib/test.c

index ac973e7253da7f08f5f743d0196fea7dbccb1840..47493ad678715247cfb7104e049f0ab1df36fc20 100644 (file)
  * And Hey:
  * Giving Russians Opium May Alter Current Situation
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <ctype.h>
 #include <string.h>
 #include "strdb.h"
index 14df6e3b23c6856fde301c0f15e86897415f3c22..de53fb52708949ba29a5fad73928f3b6359fc885 100644 (file)
  * And Hey:
  * Giving Russians Opium May Alter Current Situation
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
index 1163ebdcce7c9c0c36a0009b04953d5a790ef1e5..2ac611af6dd29cfba52c3ef0a55b683b064f96df 100644 (file)
  * And Hey:
  * Giving Russians Opium May Alter Current Situation
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "typedefs.h"
 #include "main.h"
 #include "vec.h"
index ce67bdbd550af03784fc1e2cc66391682855eb15..4826d84f3cbd7a8f92a67d056239678f942719c7 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "stdio.h"
 #include "stdlib.h"
 #include "macros.h"
index 3ba220b8b2100b248f3ddd083d67d56b0c3bb367..c59f38e7e965fb96bc038ff81a04d2cd95917095 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h>
 #include "errno.h"
 #include "sysstuff.h"
index effdda5a3ffb21b35e58d52551bcc5d6f688ae01..c796a7ec2879edc57b4d05c7f212a52080773cd1 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
index 28850806dd79cd03f5e8b868fcbbf2aca26c2e09..580fc44da145131c9c2bf858923b276a8f4a4de8 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h>
 #include <math.h>
 #include "typedefs.h"
index 9b9780701d64d230f824c7d033e903c8d37ea604..73d67ae7549e9232d91876ea8567ce527c42457a 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
index 1c4955ebee464e07863dc8bd1940fcf81fbcb19d..9d58453d4194eaa5cf94c8b21163858c1dcd5d80 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "sysstuff.h"
 #include "smalloc.h"
 #include "macros.h"
index 171cbf5cf7155aa140d7d8e8dc480c227dae89ae..5b44603b8808c160d0c7d4daa9f1534b365c93f8 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
index 41177f0657a8e3feeb6c8b0a5ed8d9c2a27640bd..16298fbe3640469c2b0e0274f9e0ea45f33191b1 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <math.h>
 #include <string.h>
 #include <ctype.h>
index 19c7b05e9a9a725ea2989f1a3078afbe5c4e37bd..f9ad821e21f52072c76e61a0b2577415428f374b 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <math.h>
 #include <string.h> 
 #include <ctype.h>
index fe6a8e09428dc9a56703e17b002b68823e431ae7..f8864cd42c393fcd2062136d64b8700e87655344 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
index ece436d4afcae1a9c54fbdad5c3d7edf23fd4085..3125c96ba83af466e6a7c7e23e63093607fe10ca 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <math.h>
 #include "typedefs.h"
index 448eaffca9533dae6e56e678a852ce89daa32955..2f259afdbce3472b006c540b39df8539aa294138 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <math.h>
 #include <string.h>
 #include <ctype.h>
index 782f198c43e5e67a97d973bd90788f368267fc3e..e5b448d2cfdfd1f65cb616fface2f4272ca6f522 100644 (file)
@@ -33,5 +33,9 @@
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #define MY_DSSP
 #include "../tools/do_dssp.c"
index 5c154530942660f29459e8ee92fac0c93abb7477..e91c50421680b787c0ad4f23be4347c0ba0f26ac 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "typedefs.h"
 #include "macros.h"
 #include "statutil.h"
index 3b15903325be0cea3afe507cb3d797d25fbe0c6d..c3bb547021621799f89f99dfcd539fb41140258e 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 #include "typedefs.h"
 #include "smalloc.h"
index 7e71d66055b75487da270aa681897ef24a934db6..5302dc73392261ab0ea6a1147ae67412a60d791d 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "filenm.h"
 #include "futil.h"
 #include "wman.h"
index e50affa66d31a3768b09bdce78f47545ac7fd5c9..7fc53d44277c5c7a47f133c277a94cc3c24d40ee 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <math.h>
 #include "typedefs.h"
index eccdef31a50cde6a4b11d2e8699c8fc40279ac75..73b84e44f3ed0477659cd65ebcd80dbbeae97f4a 100644 (file)
  * And Hey:
  * Good gRace! Old Maple Actually Chews Slate
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <math.h>
 #include "typedefs.h"