(Makefile): Don't depend on $(BUILT_SOURCES).
[gnulib.git] / lib / setenv.h
blob54d7963c1d0dff6b37b27410b2958497f3e03315
1 #ifndef SETENV_H
2 # define SETENV_H 1
4 # undef __P
5 # if defined (__STDC__) && __STDC__
6 # define __P(x) x
7 # else
8 # define __P(x) ()
9 # endif
11 int
12 setenv __P ((const char *name, const char *value, int replace));
14 void
15 unsetenv __P ((const char *name));
17 #endif /* SETENV_H */