include <config.h>
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 30 Sep 2003 20:16:53 +0000 (20:16 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 30 Sep 2003 20:16:53 +0000 (20:16 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@19 94cd875c-1c1d-0410-91d2-eb244daf1a30

13 files changed:
util-vserver/src/capchroot.c
util-vserver/src/chbind.c
util-vserver/src/chcontext.c
util-vserver/src/fakerunlevel.c
util-vserver/src/filetime.c
util-vserver/src/ifspec.c
util-vserver/src/rebootmgr.c
util-vserver/src/reducecap.c
util-vserver/src/setctxlimit.c
util-vserver/src/showperm.c
util-vserver/src/vdu.c
util-vserver/src/vreboot.c
util-vserver/src/vserver-stat.c

index 50f03bf..5f3e312 100644 (file)
        system call is executed, it (option) remove the CAP_SYS_CHROOT
        capability. Then it executes its argument
 */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <pwd.h>
index e190c15..3880ad3 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index af60dec..987af80 100644 (file)
        does little more than mapping command line option to the system call
        arguments.
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
index b4f5898..b7f87d9 100644 (file)
        This is used when a vserver lack a private init process
        so runlevel properly report the fake runlevel.
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <utmp.h>
 #include <stdio.h>
 #include <string.h>
index 2c67835..cc99649 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index cebe4d0..803a15d 100644 (file)
        NETMASK=
        BCAST=
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 8e9570e..199452a 100644 (file)
        The vreboot utility is used to send the signal from the vserver
        environment.
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
index 0efcb35..6fdd4b5 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
index 499e691..56ae22f 100644 (file)
 
        It uses the same options as ulimit, when possible
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 1710de4..a0be05d 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 96efd57..85ad9f9 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>
index 62e2ee0..37062bd 100644 (file)
        Used to send a reboot message to the reboot manager. It opens /dev/reboot
        and write "reboot\n".
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
index a7737b3..9436e73 100644 (file)
@@ -30,6 +30,9 @@
        2001-11-29 added uptime/ctx stat
        2001-11-20 added vmsize, rss, stime and utime stat
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>